Merging pdf documents using Amyuni

fweeee
Member Posts: 14
Hello,
I'm trying to merge two pdf documents (both saved on a hdd) from within Navision, using the API provided by Amyuni. For the life of me I cant get the Syntax right.
I have tried the following (where Amyuni is a automation variable of type 'Amyuni PDFCreactiveX Component'.IPDFCreactiveX):
But for the life of me I cant work out what goes where the ???? is, and it wont compile without something there.
I have also tried (where PDFDoc is an automation variable of type 'CDIntf'.Document):
Which creates a new document, but unfortunatly this new document is blank.
Can anyone help me out here?
I'm trying to merge two pdf documents (both saved on a hdd) from within Navision, using the API provided by Amyuni. For the life of me I cant get the Syntax right.
I have tried the following (where Amyuni is a automation variable of type 'Amyuni PDFCreactiveX Component'.IPDFCreactiveX):
create(Amyuni); Amyuni.Open('C:\Docs\temp\doc1.pdf',''); Amyuni.Append('C:\Docs\temp\doc2.pdf',''); Amyuni.Save('C:\Docs\temp\merged.pdf',????);
But for the life of me I cant work out what goes where the ???? is, and it wont compile without something there.
I have also tried (where PDFDoc is an automation variable of type 'CDIntf'.Document):
CREATE(PDFDoc); PDFDoc.Open('C:\Docs\temp\doc1.pdf'); PDFDoc.Append('C:\Docs\temp\doc3.pdf'); PDFDoc.Save('C:\Docs\temp\testing.pdf');
Which creates a new document, but unfortunatly this new document is blank.
Can anyone help me out here?
0
Comments
-
I think you should see if you can find a forum for amyuni pdf, and see if they have some code on how to use it. If you are able to do it vb, and it would be easy enough to replicate the code in navision.0
-
Maybe this can help
http://www.mbsonline.org/forum/topic.asp?TOPIC_ID=77990
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions