mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #12259 from brendandahl/cmap-fix
Fix handling of symbolic fonts and unicode cmaps.
This commit is contained in:
commit
06b53d770a
5 changed files with 49 additions and 39 deletions
2
test/pdfs/.gitignore
vendored
2
test/pdfs/.gitignore
vendored
|
@ -88,6 +88,7 @@
|
|||
!issue10665_reduced.pdf
|
||||
!issue11016_reduced.pdf
|
||||
!issue11045.pdf
|
||||
!bug1057544.pdf
|
||||
!issue11150_reduced.pdf
|
||||
!issue11242_reduced.pdf
|
||||
!issue11279.pdf
|
||||
|
@ -192,6 +193,7 @@
|
|||
!issue4260_reduced.pdf
|
||||
!bug1250079.pdf
|
||||
!bug1473809.pdf
|
||||
!issue12120_reduced.pdf
|
||||
!pdfjsbad1586.pdf
|
||||
!freeculture.pdf
|
||||
!issue6006.pdf
|
||||
|
|
BIN
test/pdfs/bug1057544.pdf
Normal file
BIN
test/pdfs/bug1057544.pdf
Normal file
Binary file not shown.
BIN
test/pdfs/issue12120_reduced.pdf
Normal file
BIN
test/pdfs/issue12120_reduced.pdf
Normal file
Binary file not shown.
|
@ -1991,6 +1991,12 @@
|
|||
"type": "eq",
|
||||
"about": "MediaBox and CropBox with indirect objects."
|
||||
},
|
||||
{ "id": "bug1057544",
|
||||
"file": "pdfs/bug1057544.pdf",
|
||||
"md5": "49ad71b82ead1ee0fe4ddb41aa9e30b4",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue2642",
|
||||
"file": "pdfs/issue2642.pdf",
|
||||
"md5": "b6679861fdce3bbab0c1fa51bb7f5077",
|
||||
|
@ -4204,6 +4210,12 @@
|
|||
"lastPage": 2,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue12120_reduced",
|
||||
"file": "pdfs/issue12120_reduced.pdf",
|
||||
"md5": "b4570dcee26ac3121ad3322e19ed1a6a",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue4883",
|
||||
"file": "pdfs/issue4883.pdf",
|
||||
"md5": "2fac0d9a189ca5fcef8626153d050be8",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue