Public Function AppendTo(DestFilePath As String)

Appends pdf document to pdf package (if destination file is pdf package) located on user drive or merges to existing pdf file (if destination file is single pdf).

Defined in

SwPDFDocument

Syntax

swPDFDocument.AppendTo(collectionPath)

Parameters

DestFilePath

String. File path of pdf collection or single pdf that is going to be merged with this document.

Note:

AppendTo works only when merging single document with stored pdf collection or file.

It is not possible to merge collection with collection.

Last updated