Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merge PDFs
Message
From
22/09/2006 10:48:58
 
 
To
22/09/2006 10:21:59
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:
01156456
Views:
44
Am I missing something basic here?
Set Library To "iSEDQuickPDF.dll" ADDITIVE && "Library file iSEDQuickPDF.dll is invalid"
loListener = NewObject('PdfListener1', 'QuickFRX2PDF.vcx','QuickFRX2PDF.App') && "Invalid file descriptor". 
>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)
>
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform