optimize_spreadsheets property

optimize_spreadsheets property

The property that enables optimization of spreadsheets in PDF files.

This optimization reduces the output file size by setting up border lines and removes the Arial and Times New Roman characters with codes 32‑127. The default value is False.

For a code example, see the GroupDocs documentation.

Definition:

@property
def optimize_spreadsheets(self):
    ...
@optimize_spreadsheets.setter
def optimize_spreadsheets(self, value):
    ...

See Also