1
0
Fork 0
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:
Jonas 2013-08-08 19:02:11 +02:00
parent 99db7a8dbc
commit d90ad429f6
3 changed files with 18 additions and 4 deletions

View file

@ -0,0 +1 @@
http://www.celgene.de/Patienten/Newsletter-Epigenetik-201301.pdf

View file

@ -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"
}
]