mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Prevent CMapFactory.create from failing by passing the necessary parameters from PartialEvaluator_readToUnicode (issue 5010)
This commit is contained in:
parent
2e98f9095e
commit
04975acceb
5 changed files with 16 additions and 4 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -66,6 +66,7 @@
|
|||
!noembed-sjis.pdf
|
||||
!vertical.pdf
|
||||
!bug878026.pdf
|
||||
!issue5010.pdf
|
||||
!issue4934.pdf
|
||||
!issue4650.pdf
|
||||
!issue3025.pdf
|
||||
|
|
BIN
test/pdfs/issue5010.pdf
Normal file
BIN
test/pdfs/issue5010.pdf
Normal file
Binary file not shown.
|
@ -436,6 +436,15 @@
|
|||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue5010",
|
||||
"file": "pdfs/issue5010.pdf",
|
||||
"md5": "419f4b13403a0871c463ec69d96e342c",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"firstPage": 1,
|
||||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue4934",
|
||||
"file": "pdfs/issue4934.pdf",
|
||||
"md5": "6099da44f677702ae65a648b51a2226d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue