Skip to main content
All docs
V23.2

PdfDocumentConverter(String, String) Constructor

Initializes a new instance of the PdfDocumentConverter class with specified settings.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public PdfDocumentConverter(
    string filePath,
    string password = null
)

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