mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix title info for PDF document
This commit is contained in:
parent
f955befc4b
commit
dee158d80c
2 changed files with 3 additions and 2 deletions
|
@ -94,7 +94,7 @@ var WorkerMessageHandler = {
|
|||
fingerprint: pdfModel.getFingerprint(),
|
||||
destinations: pdfModel.catalog.destinations,
|
||||
outline: pdfModel.catalog.documentOutline,
|
||||
info: pdfModel.info,
|
||||
info: pdfModel.getDocumentInfo(),
|
||||
metadata: pdfModel.catalog.metadata
|
||||
};
|
||||
handler.send('GetDoc', {pdfInfo: doc});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue