1
0
Fork 0
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:
Yury Delendik 2013-01-16 08:07:33 -08:00
commit aac622a9b1
6 changed files with 80 additions and 4 deletions

View file

@ -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

Binary file not shown.

BIN
test/pdfs/noembed-jis7.pdf Normal file

Binary file not shown.

BIN
test/pdfs/noembed-sjis.pdf Normal file

Binary file not shown.

View file

@ -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",