HiQPdf Documentation

PdfDocumentControlAppendPdfFile Method (String)

HiQPdf Client for .NET Core
Call this method to append a PDF file after the HTML to PDF conversion in the final document

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void AppendPdfFile(
	string pdfFile
)

Parameters

pdfFile
Type: SystemString
The fully qualified path of the PDF file to append
See Also

Reference