|
|
@ -91,7 +91,7 @@ var WorkerMessageHandler = { |
|
|
|
pdfModel = new PDFDocument(new Stream(data)); |
|
|
|
pdfModel = new PDFDocument(new Stream(data)); |
|
|
|
var doc = { |
|
|
|
var doc = { |
|
|
|
numPages: pdfModel.numPages, |
|
|
|
numPages: pdfModel.numPages, |
|
|
|
fingerprint: pdfModel.fingerprint, |
|
|
|
fingerprint: pdfModel.getFingerprint(), |
|
|
|
destinations: pdfModel.catalog.destinations, |
|
|
|
destinations: pdfModel.catalog.destinations, |
|
|
|
outline: pdfModel.catalog.documentOutline, |
|
|
|
outline: pdfModel.catalog.documentOutline, |
|
|
|
info: pdfModel.info, |
|
|
|
info: pdfModel.info, |
|
|
|