mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Hack to support automatic printing from pdf javascript.
This commit is contained in:
parent
e20a9846ca
commit
5c43565404
4 changed files with 120 additions and 23 deletions
|
@ -152,6 +152,7 @@ var WorkerMessageHandler = {
|
|||
numPages: pdfModel.numPages,
|
||||
fingerprint: pdfModel.getFingerprint(),
|
||||
destinations: pdfModel.catalog.destinations,
|
||||
javaScript: pdfModel.catalog.javaScript,
|
||||
outline: pdfModel.catalog.documentOutline,
|
||||
info: pdfModel.getDocumentInfo(),
|
||||
metadata: pdfModel.catalog.metadata,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue