PdfDocumentOptionsAddEndPdf(String) Method

Add a PDF from a file to the list of documents to be included after the converted HTML content in the final PDF

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public void AddEndPdf(
	string pdfFilePath
)

Parameters

pdfFilePath  String
The PDF file path

See Also