PdfMergeAddPdf(String, String) Method

Adds a PDF from a file

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public int AddPdf(
	string filePath,
	string password = null
)

Parameters

filePath  String
Path to the PDF file
password  String  (Optional)
Password if the PDF is password protected, null otherwise

Return Value

Int32
Number of pages in the PDF document

See Also