MAINT: compress the writer page, not the reader page#1708
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #1708 +/- ##
=======================================
Coverage 92.54% 92.54%
=======================================
Files 34 34
Lines 6502 6502
Branches 1282 1282
=======================================
Hits 6017 6017
Misses 315 315
Partials 170 170 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
|
@pubpub-zz This should fix the pipeline. But I'm wondering if we might to create another release / if #1698 might break peoples workflows |
|
The issue is that the PDF 1.7 states that the stream objects should be indirect object, and I've confirmed through the latests mods/tests that Acrobat is considering the file as invalid if the stream object is stored directly in the "/Contents" and not pointed through an IndirectObject (What I have observed is that pdf.js is tolerant and can display the object) |
See #1698