Initializes the PDF SDK with the provided configuration. Must be called before any other SDK operations when using PdfSdk directly. Not needed when using the sdk from PdfEditor() result as it's already initialized.
Retrieves all system fonts available for use in PDF documents.
Creates and opens a new blank PDF document.
Optionaldata: ICreateNewDocumentDataOpens an existing PDF document from a file.
Registers user-provided fonts for use in PDF documents.
Interface representing the PDF SDK static methods. This interface is used for typing the sdk field in IPdfEditorResult.