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
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
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