Initializes the PDF SDK with the provided configuration. Must be called before any other SDK operations when using PdfSdk directly; operations requested while initialization is in flight wait for it to settle. Accepts an async factory so heavy option lookup can run under that waiting guarantee. 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.