Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Merge PDFs
Message
De
22/09/2006 10:48:58
 
 
À
22/09/2006 10:21:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01156192
Message ID:
01156456
Vues:
45
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)
>
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform