mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Merge pull request #9508 from pal03377/file-info-page-size
Add paper size to document information/properties
This commit is contained in:
commit
e0fb18a339
5 changed files with 69 additions and 2 deletions
|
@ -159,6 +159,8 @@ function getViewerConfiguration() {
|
|||
'producer': document.getElementById('producerField'),
|
||||
'version': document.getElementById('versionField'),
|
||||
'pageCount': document.getElementById('pageCountField'),
|
||||
'pageSizeInch': document.getElementById('pageSizeFieldInch'),
|
||||
'pageSizeMM': document.getElementById('pageSizeFieldMM'),
|
||||
},
|
||||
},
|
||||
errorWrapper: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue