PDFMergeAppendPDFFile(String) Method |
Appends an existing PDF document
Namespace: ExpertPdf.MergePdfAssembly: epmergepdf (in epmergepdf.dll) Version: 9.0
Syntaxpublic void AppendPDFFile(
string pdfFileFullPath
)
Public Sub AppendPDFFile (
pdfFileFullPath As String
)
Parameters
- pdfFileFullPath String
- The full file path of the existing PDF document
See Also