We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See py-pdf/pypdf#485
The text was updated successfully, but these errors were encountered:
There are tons of invalid/damaged PDF files in the wild. For this specific issue: Generating such a file is trivial with https://github.com/py-pdf/sample-files/blob/main/002-trivial-libre-office-writer/002-trivial-libre-office-writer.pdf for example - just remove the startxref entry, which yields you a file like 002-trivial-libre-office-writer_without-startxref.pdf or broken.pdf (simpler document with some manual cleanup, generated by LibreOffice Writer as well).
startxref
Sorry, something went wrong.
Just for the record: Adding a damaged file does not seem supported within https://github.com/py-pdf/sample-files/blob/main/.github/workflows/json_consistency.py for now.
No branches or pull requests
See py-pdf/pypdf#485
The text was updated successfully, but these errors were encountered: