PdfLoadOptions class
PdfLoadOptions class
Options for loading Pdf documents.
Inheritance: PdfLoadOptions →
LoadOptions →
ValueObject
The PdfLoadOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes new instance of PdfLoadOptions class. |
Properties
| Property | Description |
|---|---|
| format | Input document file type. |
| remove_embedded_files | Remove embedded files. |
| remove_javascript | Remove javascript. |
| password | Set password to unprotect protected document. |
| default_font | Default font for Pdf document. The following font will be used if a font is missing. |
| font_substitutes | Substitute specific fonts when converting Pdf document. |
| hide_pdf_annotations | Hide annotations in Pdf documents. |
| flatten_all_fields | Flatten all the fields of the PDF form. |
| page_numbering | Enable or disable generation of page numbering in converted document. Default: false |
| convert_owner | Implements IDocumentsContainerLoadOptions.convert_owner
Default is true |
| convert_owned | Implements IDocumentsContainerLoadOptions.convert_owned
Default is false |
| depth | Implements IDocumentsContainerLoadOptions.depth
Default: 1 |
| clear_built_in_document_properties | Removes built-in metadata properties from the document. |
| clear_custom_document_properties | Removes custom metadata properties from the document. |
Methods
| Method | Description |
|---|---|
| equals | Determines whether two object instances are equal. |
See Also
- module
groupdocs.conversion.options.load - class
LoadOptions - class
PdfLoadOptions - class
ValueObject