mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #2567 from vyv03354/master
Supports 'H/V', 'EUC-H/V' and '90ms*' CMaps
This commit is contained in:
commit
aac622a9b1
6 changed files with 80 additions and 4 deletions
3
test/pdfs/.gitignore
vendored
3
test/pdfs/.gitignore
vendored
|
@ -39,4 +39,7 @@
|
|||
!mixedfonts.pdf
|
||||
!shading_extend.pdf
|
||||
!noembed-identity.pdf
|
||||
!noembed-jis7.pdf
|
||||
!noembed-eucjp.pdf
|
||||
!noembed-sjis.pdf
|
||||
!issue2099-1.pdf
|
||||
|
|
BIN
test/pdfs/noembed-eucjp.pdf
Normal file
BIN
test/pdfs/noembed-eucjp.pdf
Normal file
Binary file not shown.
BIN
test/pdfs/noembed-jis7.pdf
Normal file
BIN
test/pdfs/noembed-jis7.pdf
Normal file
Binary file not shown.
BIN
test/pdfs/noembed-sjis.pdf
Normal file
BIN
test/pdfs/noembed-sjis.pdf
Normal file
Binary file not shown.
|
@ -817,6 +817,24 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "noembed-jis7",
|
||||
"file": "pdfs/noembed-jis7.pdf",
|
||||
"md5": "a0f6cf5a830f23d0c35994a6aaf92b3d",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "noembed-eucjp",
|
||||
"file": "pdfs/noembed-eucjp.pdf",
|
||||
"md5": "d270f2d46db99b70235b4d37cbc313ad",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "noembed-sjis",
|
||||
"file": "pdfs/noembed-sjis.pdf",
|
||||
"md5": "51f9d150bf4afe498019b3029d451072",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue2099-1",
|
||||
"file": "pdfs/issue2099-1.pdf",
|
||||
"md5": "c7eca682d70a976dfc4b7e64d3e9f1ce",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue