PdfEditor(String, String) Constructor

Creates an editor for a PDF from a file

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.0.0
C#
public PdfEditor(
	string filePath,
	string password = null
)

Parameters

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

See Also