mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 23:58:07 +02:00
Skip extra objects in object stream in using offsets
This commit is contained in:
parent
81c602c61c
commit
9296ee6986
4 changed files with 37 additions and 10 deletions
1
test/pdfs/issue13130.pdf.link
Normal file
1
test/pdfs/issue13130.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://web.archive.org/web/20210328094625/https://akmer.aikucun.com/a94a8fe5ccb19ba61c4c0873d391e987982fbbd3_1616477914120_83.pdf
|
|
@ -18,6 +18,15 @@
|
|||
"type": "eq",
|
||||
"renderTaskOnContinue": true
|
||||
},
|
||||
{ "id": "issue13130",
|
||||
"file": "pdfs/issue13130.pdf",
|
||||
"md5": "318518299132fe3b52252ca43a69a23e",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"firstPage": 2,
|
||||
"lastPage": 2,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "tracemonkey-fbf",
|
||||
"file": "pdfs/tracemonkey.pdf",
|
||||
"md5": "9a192d8b1a7dc652a19835f6f08098bd",
|
||||
|
@ -2037,7 +2046,7 @@
|
|||
"rounds": 1,
|
||||
"link": true,
|
||||
"lastPage": 1,
|
||||
"type": "load",
|
||||
"type": "eq",
|
||||
"about": "ObjStm stream containing 'endobj' commands."
|
||||
},
|
||||
{ "id": "ocs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue