-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
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
ParsingError: Optional Content PDF - with some PDF files uploaded #230
Comments
Hi @boazsegev, can you help me, please? |
Hi @boazsegev, any news from this issue? Let me know, thanks |
Hi @MatteoVella Did you try allowing optional content (see Known Limitations)? filename = 'pdf_test.pdf'
CombinePDF.load(filename, allow_optional_content: true). For me it works fine once that option is enabled. |
thank you @boazsegev
to load file from a local path
to load a file via http |
Yes, the extra options are passed through to the Essentially |
After uploading some PDF files, during the process of combining two pdfs, the process crashes and returns the following error:
I attach below one of the files that returned the error:
pdf_test.pdf
While other PDF files like the following completed the process without any errors:
pdf_test_2.pdf
What could the error be related to?
The text was updated successfully, but these errors were encountered: