PdfMergeAddPdf(Byte, String) Method

Adds a PDF from a memory buffer

Definition

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

Parameters

pdfBuffer  Byte
Byte array containing the PDF data
password  String  (Optional)
Password if the PDF is password protected, null otherwise

Return Value

Int32
Number of pages in the PDF document

See Also