PdfDocumentConverter(String, String) Constructor
Initializes a new instance of the PdfDocumentConverter class with specified settings.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
Name | Type | Description |
---|---|---|
filePath | String | A path to the PDF file to be converted. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
password | String | null | A password to access the encrypted PDF document. |
See Also