mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +02:00
Expose the Linearization status in the document properties dialog
This uses the same terminology, i.e. "Fast Web View", as is used by Adobe software.
This commit is contained in:
parent
928b89382e
commit
522040d130
6 changed files with 32 additions and 1 deletions
|
@ -166,6 +166,7 @@ function getViewerConfiguration() {
|
|||
'version': document.getElementById('versionField'),
|
||||
'pageCount': document.getElementById('pageCountField'),
|
||||
'pageSize': document.getElementById('pageSizeField'),
|
||||
'linearized': document.getElementById('linearizedField'),
|
||||
},
|
||||
},
|
||||
errorWrapper: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue