Merge pull request #9508 from pal03377/file-info-page-size

Add paper size to document information/properties
This commit is contained in:
Yury Delendik 2018-03-08 11:57:38 -06:00 committed by GitHub
commit e0fb18a339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 69 additions and 2 deletions

View file

@ -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: {