Configuration:
What went wrong? (add screenshot)
Showing unwanted horizontal lines in page #3 in pdf
Link to a viewer (if hosted on a site other than mozilla.github.io/pdf.js or as Firefox/Chrome extension):
http://esjp-uat.devtpit.com/viewer.html?file=jpdocs/PR/200016_PR_JP.pdf#page=3
Can anyone help on this?
Page 3 contains many 1-bit images that have /Filter /CCITTFaxDecode
and /ImageMask true
. The images are supposed to be completely transparent but in PDF.js a black line appears at the bottom of each image. I think there is a bug in the decoder src/core/ccitt.js. The images have also /EncodedByteAlign true
, which could be the culprit.
Most helpful comment
Page 3 contains many 1-bit images that have
/Filter /CCITTFaxDecode
and/ImageMask true
. The images are supposed to be completely transparent but in PDF.js a black line appears at the bottom of each image. I think there is a bug in the decoder src/core/ccitt.js. The images have also/EncodedByteAlign true
, which could be the culprit.