preserve_document_structure property
Leave feedback
On this page
The property determines whether the document structure should be preserved when converting to PDF. Default is False.
Note that exporting the document structure significantly increases the memory consumption, especially for large documents.
@property
def preserve_document_structure(self):
...
@preserve_document_structure.setter
def preserve_document_structure(self, value):
...
- class
PresentationLoadOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.