HiQPdf Documentation

PdfDocumentControlInsertPdfFileBefore Method (String)

HiQPdf Client for .NET Core
Call this method to insert a PDF file before 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 InsertPdfFileBefore(
	string pdfFile
)

Parameters

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

Reference