You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the CombinePDF will raise an exception even if the PDF could be parsed (i.e., when PDF optional content exists)... I find it better to err on the side of caution, although for optional content PDFs an exception is avoidable using CombinePDF.load(pdf_file, allow_optional_content: true).
I'm trying to combine multiple PDFs where one or more have optional content. When I try to do so, I get the following error:
Does anyone know of a way to combine PDFs with optional content? Thank you.
The text was updated successfully, but these errors were encountered: