preserve_document_structure property
preserve_document_structure property
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.
Definition:
@property
def preserve_document_structure(self):
...
@preserve_document_structure.setter
def preserve_document_structure(self, value):
...