PdfDocumentControlAppendPdfFile(String) Method

Call this method to append a PDF file after the HTML to PDF conversion in the final document

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void AppendPdfFile(
	string pdfFile
)

Parameters

pdfFile  String
The fully qualified path of the PDF file to append

See Also