mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Enable loading of PDFs with invalid document information dictionaries
This commit is contained in:
parent
99db7a8dbc
commit
d90ad429f6
3 changed files with 18 additions and 4 deletions
1
test/pdfs/issue2853.pdf.link
Normal file
1
test/pdfs/issue2853.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
http://www.celgene.de/Patienten/Newsletter-Epigenetik-201301.pdf
|
|
@ -1310,5 +1310,14 @@
|
|||
"firstPage": 1,
|
||||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue2853",
|
||||
"file": "pdfs/issue2853.pdf",
|
||||
"md5": "9f0ad95ef0b243ee8813c4eca0f7a042",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"firstPage": 1,
|
||||
"lastPage": 1,
|
||||
"type": "load"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue