Fixes reading unordered Subrs in Type1
This commit is contained in:
parent
869b8788ab
commit
8e298acb67
@ -5315,11 +5315,8 @@ var Type1Parser = (function Type1ParserClosure() {
|
||||
case 'Subrs':
|
||||
var num = this.readInt();
|
||||
this.getToken(); // read in 'array'
|
||||
for (var j = 0; j < num; ++j) {
|
||||
token = this.getToken(); // read in 'dup'
|
||||
while ((token = this.getToken()) === 'dup') {
|
||||
var index = this.readInt();
|
||||
if (index > j)
|
||||
j = index;
|
||||
var length = this.readInt();
|
||||
this.getToken(); // read in 'RD' or '-|'
|
||||
var data = stream.makeSubStream(stream.pos + 1, length);
|
||||
|
1
test/pdfs/issue3207.pdf.link
Normal file
1
test/pdfs/issue3207.pdf.link
Normal file
@ -0,0 +1 @@
|
||||
https://www.eff.org/sites/default/files/filenode/DMCA/NTIA%20DMCA%20White%20Paper.pdf
|
@ -1135,6 +1135,15 @@
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue3207",
|
||||
"file": "pdfs/issue3207.pdf",
|
||||
"md5": "667248adae0462c7f5acc7757d97b720",
|
||||
"link": true,
|
||||
"firstPage": 1,
|
||||
"lastPage": 1,
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue2829",
|
||||
"file": "pdfs/issue2829.pdf",
|
||||
"md5": "f32b28cf8792f6ccc470446bfbb38584",
|
||||
|
Loading…
Reference in New Issue
Block a user