mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix loading of fonts that are not referenced by an object identifier
This commit is contained in:
parent
356ebf25cc
commit
b1c5ef9ccc
4 changed files with 22 additions and 3 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -61,3 +61,4 @@
|
|||
!issue2099-1.pdf
|
||||
!issue3371.pdf
|
||||
!issue2956.pdf
|
||||
!bug946506.pdf
|
||||
|
|
BIN
test/pdfs/bug946506.pdf
Normal file
BIN
test/pdfs/bug946506.pdf
Normal file
Binary file not shown.
|
@ -42,6 +42,16 @@
|
|||
"type": "load",
|
||||
"about": "PDF with undefined stream length."
|
||||
},
|
||||
{ "id": "bug946506",
|
||||
"file": "pdfs/bug946506.pdf",
|
||||
"md5": "c28911b5c31bdc337c2ce404c5971cfc",
|
||||
"rounds": 1,
|
||||
"link": false,
|
||||
"firstPage": 1,
|
||||
"lastPage": 1,
|
||||
"type": "eq",
|
||||
"about": "Fonts referenced only by name and not by an object identifier."
|
||||
},
|
||||
{ "id": "issue3879",
|
||||
"file": "pdfs/issue3879.pdf",
|
||||
"md5": "1cd1f1c3271515a14e65ff2980e14663",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue