pdf.js/src
Jonas Jenwald 487ba9065a Fail gracefully, and with a notification, if paintXObject is encountered in canvas.js
We should never actually try to execute `paintXObject` in canvas.js, but in some cases where we fail to parse the PDF file correctly it can happen. Currently this will potentially cause an entire page to fail to render, which seems suboptimal.
With this patch, we will instead continue rendering with a warning that things might not work correctly.
2015-10-21 21:30:59 +02:00
..
core Prevent getOperatorList from failing to correctly parse OPS.paintXObject for TilingPatterns that are missing some /Resources entries (issue 6541) 2015-10-21 21:30:56 +02:00
display Fail gracefully, and with a notification, if paintXObject is encountered in canvas.js 2015-10-21 21:30:59 +02:00
images Vectorize the logo. 2012-10-29 14:08:52 -04:00
shared [api-minor] Add an option to PDFJS for specifying the |target| attribute of external links 2015-10-13 21:52:00 +02:00
doc_helper.js Creates make.js code to build jsdoc. 2014-04-13 15:54:24 -05:00
pdf.js Enforcing JSHint's undef option 2014-07-19 16:41:07 +02:00
worker_loader.js Stop including cidmaps.js 2014-07-25 21:53:09 +02:00