PdfLoadOptions class
PdfLoadOptions class
Options for loading Pdf documents.
The PdfLoadOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of PdfLoadOptions class. |
Properties
| Property | Description |
|---|---|
| clear_built_in_document_properties | The ClearBuiltInDocumentProperties property determines whether built‑in document properties are cleared when loading a PDF. |
| clear_custom_document_properties | The ClearCustomDocumentProperties property determines whether custom document properties are removed when loading a PDF. |
| convert_owned | The ConvertOwned flag indicating whether the document is owned by the container. |
| convert_owner | The property that implements IDocumentsContainerLoadOptions.convert_owner. Default is True. |
| default_font | The default font for a PDF document, which will be used if a required font is missing. |
| depth | The depth of the document container. |
| flatten_all_fields | The flatten_all_fields property flattens all the fields of the PDF form. |
| font_substitutes | The font substitutes used when converting a PDF document. |
| font_transformations | The font transformations applied after document loading and font substitution are complete, which can modify any fonts in the document, including fonts that were successfully loaded. |
| format | The input document file type. |
| hide_pdf_annotations | The property hides annotations in PDF documents. |
| page_numbering | The page numbering generation is enabled or disabled in the converted document (default: False). |
| password | The password used to unprotect a protected document. |
| remove_embedded_files | The setting to remove embedded files. |
| remove_javascript | The remove_javascript property removes javascript. |
| reset_font_folders | The setting that resets font folders before loading the document. |