1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Handle some corrupt/truncated JPEG images that are missing the EOI (End of Image) marker (issue 11052)

Note that even Adobe Reader cannot render the PDF file completely, which is always a good indication that it's corrupt.
This commit is contained in:
Jonas Jenwald 2019-08-08 10:31:48 +02:00
parent aaef00ce5d
commit 0f78fdb229
3 changed files with 22 additions and 5 deletions

View file

@ -0,0 +1 @@
https://github.com/mozilla/pdf.js/files/3479488/test.pdf

View file

@ -3480,6 +3480,13 @@
"link": true,
"type": "eq"
},
{ "id": "issue11052",
"file": "pdfs/issue11052.pdf",
"md5": "67c20e5bec51183c9283baa0cd49593f",
"rounds": 1,
"link": true,
"type": "eq"
},
{ "id": "bug1108753",
"file": "pdfs/bug1108753.pdf",
"md5": "a7aaf92d55b4602afb0ca3d75198b56b",