-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
BUG Some images fail to load (?) #146
Comments
You are not doing anything wrong. When I run it against your input PDF, it provides the following errors (taking only those related to colors and images):
The second one is not as severe as it sounds. Essentially, in order to be a PDF/A (archiveable) document, you need to embed a color profile (such that readers can calibrate themselves). This is only a requirement for archiveable PDF documents. The first warning however, I have not yet seen that one before. Interesting problem! Thank you! |
Thanks for sharing this. I have run it against other PDFs that have the same graphical issue. Of note, this PDF does not have the same validation errors as the input PDF as the fleur menu, but it does show the same 'missing graphic' issue. As before, left is the original, and right is the result after loading and dumping from This input PDF returned these errors using veraPDF:
I wonder whether there is something else going on? |
Describe the bug
On loading and immediately dumping certain PDFs, images are lost. I am unsure whether it is because they have failed to load or whether they have failed to dump. I haven't yet figured out what is in common with these PDFs.
Of note,
sumatrapdf
cannot render PDFs that were produced this way (i.e. loading and dumping at all. Though the Firefox PDF reader does, it loses the images. I have not investigated whether other readers can render these.To Reproduce
A file where this has been produced: fleur-dining-menu-210220.pdf
Expected behaviour
The same PDF should be reproduced after loading it and dumping it.
Screenshots
Left - original; Right - after loading and dumping using borb.
Sumatrapdf would not render the PDF on the right; firefox was used.
Desktop (please complete the following information):
I imagine that I'm missing or doing something wildly incorrect! Please correct me if so.
The text was updated successfully, but these errors were encountered: