MergeDocument
Description
Use this function to join another document to the selected document. After merging, the second document is deleted.
Form fields and annotations from the second document are preserved but outlines (bookmarks) are not.
Syntax
Delphi
function TQuickPDF0813.MergeDocument(DocumentID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::MergeDocument(DocumentID As Long) As Long
DLL
int QuickPDFMergeDocument(int InstanceID, int DocumentID)
Parameters
| DocumentID | The ID of the document to join to the selected document |
Return values
| 0 | The documents could not be merged together |
| 1 | The merging was successful |