1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00
pdf.js/src
Rob Wu 50ff2d4c2a Ignore operators that are known to be unsupported
`operatorList.addOp` adds the arguments to the list which is then
passed as-is by postMessage to the main thread. But since we don't
parse these operations, they are raw PDF objects and may therefore
cause a serialization error.

This is a conservative patch, and only affects operators which are
known to be unsupported. We should ignore all unknown operators,
but I haven't really looked into the consequences of doing that.

Fixes #6549
2015-10-21 15:39:25 +02:00
..
core Ignore operators that are known to be unsupported 2015-10-21 15:39:25 +02:00
display [api-minor] Add an option to PDFJS for specifying the |target| attribute of external links 2015-10-13 21:52:00 +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