PdfDocumentConverter Constructors
Converts PDF documents to PDF/A-1b, PDF/A-2b, and PDF/A-3b.Name | Parameters | Description |
---|---|---|
PdfDocumentConverter(Stream, String, Boolean) | stream, password, leaveOpen | Initializes a new instance of the PdfDocumentConverter class with specified settings. |
PdfDocumentConverter(String, String) | filePath, password | Initializes a new instance of the PdfDocumentConverter class with specified settings. |
See Also