PdfEditor(String, String, PdfDigitalSignature) Constructor

Creates an editor for a PDF loaded from a file, with a digital signature to be applied when the PDF is saved

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfEditor(
	string filePath,
	string password,
	PdfDigitalSignature digitalSignature
)

Parameters

filePath  String
Path to the PDF file
password  String
Owner password if the PDF is password protected, or null otherwise
digitalSignature  PdfDigitalSignature
Digital signature to apply when the PDF is saved

See Also