We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278dc81 commit a63814eCopy full SHA for a63814e
src/core.js
@@ -404,9 +404,8 @@ var PDFDocument = (function PDFDocumentClosure() {
404
if (linearization.length != length)
405
linearization = false;
406
} catch (err) {
407
- warn('since pdf is broken pdf.js is trying to recover it ' +
408
- 'by indexing the object; ' +
409
- 'the error in firebug shall have a different origin');
+ warn('The linearization data is not available ' +
+ 'or unreadable pdf data is found');
410
}
411
412
// shadow the prototype getter with a data property
0 commit comments