mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Support images with /Filter-entries that contain Arrays (issue 15220)
This patch "borrows" the code found in the `Parser.makeInlineImage`-method, to ensure that JBIG2 and JPX images can be rendered correctly.
This commit is contained in:
parent
9cc5260b68
commit
fc018ea9ea
3 changed files with 31 additions and 16 deletions
1
test/pdfs/issue15220.pdf.link
Normal file
1
test/pdfs/issue15220.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://github.com/mozilla/pdf.js/files/9178570/issue15220_page2.pdf
|
|
@ -152,6 +152,14 @@
|
|||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue15220",
|
||||
"file": "pdfs/issue15220.pdf",
|
||||
"md5": "0864a9e3860c0cb5e98b5eb23287fba4",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue11549",
|
||||
"file": "pdfs/issue11549_reduced.pdf",
|
||||
"md5": "a1ea636f413e02e10dbdf379ab4a99ae",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue