try_repair property
Leave feedback
On this page
The property enables GroupDocs.Viewer to attempt repairing structural corruption in PDF documents. Default is False.
This feature addresses the following issues in a PDF document:
- Broken references within the document (incorrect object offsets in the Cross-reference list).
- Missing critical elements like root object, page object, or page content.
- Circular references (Form X-object referencing itself).
@property
def try_repair(self):
...
@try_repair.setter
def try_repair(self, value):
...
- class
LoadOptions
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.