preserve_document_structure property
preserve_document_structure property
Determines whether the document structure should be preserved when converting to PDF (default is false).
Remarks
Note that exporting the document structure significantly increases the memory consumption, especially for the large documents.
Definition:
@property
def preserve_document_structure(self):
...
@preserve_document_structure.setter
def preserve_document_structure(self, value):
...