mozilla / pdf.js

PDF Reader in JavaScript
https://mozilla.github.io/pdf.js/
Apache License 2.0
48.33k stars 9.97k forks source link

Two blue blocks in this PDF fail to render #2811

Closed kbrosnan closed 7 years ago

kbrosnan commented 11 years ago

On the first and last page of this PDF there is text in a blue block that fails to render.

kbrosnan commented 11 years ago

http://people.mozilla.com/~kbrosnan/tmp/pdf.js-issue-2811.pdf

No errors listed in the error console.

mduan commented 11 years ago

I'm not sure what this "blue block" you are describing is. I don't see it in Adobe Reader either. Mind posting a screenshot?

kbrosnan commented 11 years ago

pdfjs-2811-1 pdfjs-2811-2

kbrosnan commented 11 years ago

Finally got pdf.js / Firefox settings to get the error message.

[11:37:29.617] Warning: AcroForm/XFA is not supported

Looks like this depends on issue #2373 or #1459

kbrosnan commented 11 years ago

[16:13:01.318] "PDF a6a91a1ed0681e61dba04a3fddc52030 [1.4 Acrobat PDFWriter 5.0 for Windows NT / Print](PDF.js: 0.8.499)" [16:13:01.318] "Warning: AcroForm/XFA is not supported"

Still loads the basic bits of the PDF.

timvandermeij commented 7 years ago

Closing as fixed. The blue blocks render fine now when interactive forms are enabled. Making that the default is tracked in #7613.