1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Don't blindly trust toUnicode when building toFontChar for non-standard fonts without a font file (issue 4934)

This commit is contained in:
Jonas Jenwald 2014-06-14 22:51:13 +02:00
parent 13efe84d37
commit 158790981c
4 changed files with 21 additions and 4 deletions

View file

@ -66,6 +66,7 @@
!noembed-sjis.pdf
!vertical.pdf
!bug878026.pdf
!issue4934.pdf
!issue4650.pdf
!issue3025.pdf
!issue2099-1.pdf

BIN
test/pdfs/issue4934.pdf Normal file

Binary file not shown.

View file

@ -436,6 +436,15 @@
"lastPage": 1,
"type": "eq"
},
{ "id": "issue4934",
"file": "pdfs/issue4934.pdf",
"md5": "6099da44f677702ae65a648b51a2226d",
"rounds": 1,
"link": false,
"firstPage": 1,
"lastPage": 1,
"type": "eq"
},
{ "id": "txt2pdf",
"file": "pdfs/txt2pdf.pdf",
"md5": "02cefa0f5e8d96313bb05163b2f88c8c",