1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-21 15:48:06 +02:00

Handle corrupt ASCII85Decode inline images with truncated EOD markers (issue 11385)

In the PDF document in question, there's an ASCII85Decode inline image where the '>' part of EOD (end-of-data) marker is missing; hence the PDF document is corrupt.
This commit is contained in:
Jonas Jenwald 2019-12-05 15:44:51 +01:00
parent 514b500a6c
commit 5c0336872e
3 changed files with 19 additions and 0 deletions

View file

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

View file

@ -1595,6 +1595,14 @@
"lastPage": 1,
"type": "eq"
},
{ "id": "issue11385",
"file": "pdfs/issue11385.pdf",
"md5": "cc04b23b845366857426a5aa6acf227b",
"rounds": 1,
"link": true,
"lastPage": 1,
"type": "eq"
},
{ "id": "issue6071",
"file": "pdfs/issue6071.pdf",
"md5": "2e08526d8e7c9ba4269fc12ef488d3eb",