Browse Source

Merge pull request #3954 from yurydelendik/invalid-start

Index objects if Prev xref was not found
Brendan Dahl 12 years ago
parent
commit
2af3e25651
  1. 2
      src/core/obj.js

2
src/core/obj.js

@ -977,6 +977,8 @@ var XRef = (function XRefClosure() { @@ -977,6 +977,8 @@ var XRef = (function XRefClosure() {
if (!dict)
error('Failed to read XRef stream');
} else {
error('Invalid XRef stream header');
}
// Recursively get previous dictionary, if any

Loading…
Cancel
Save