Skip to main content
All docs
V23.2

PdfDocumentConverter Constructors

Converts PDF documents to 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