Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merge PDFs
Message
From
22/09/2006 10:21:59
 
 
To
21/09/2006 16:28:34
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01156192
Message ID:
01156430
Views:
40
Try something like that:
*-- Open file which will be used to merge with the file specified in lcPDFFileToAdd
lnResult = iSEDLoadFromFile(lcPDFFile)
lnSelectedDocumentID1 = iSEDSelectedDocument()

lnResult = iSEDLoadFromFile(lcPDFFileToAdd)
lnSelectedDocumentID2 = iSEDSelectedDocument()

*-- Now you simply select the first document, and request that the second document 
*-- be merged to the end of it:

lnResult = iSEDSelectDocument(lnSelectedDocumentID2)
lnResult = iSEDMergeDocument(lnSelectedDocumentID1)

lnResult = iSEDSaveToFile(lcPDFFile)
lnResult = iSEDRemoveDocument(lnSelectedDocumentID2)
Semurg Enterprise
FRX2Any - where thinking is done for you
www.frx2any.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform