remove_unused_streams property
remove_unused_streams property
Removes unused (orphaned) streams from a PDF file, which are still referenced from the resource dictionary of the page, but actually are never used in the page contents. By default is disabled (false), its enabling (true) will decrease the output PDF document size.
Definition:
@property
def remove_unused_streams(self):
...
@remove_unused_streams.setter
def remove_unused_streams(self, value):
...
See Also
- module
groupdocs.viewer.options - class
PdfOptimizationOptions