mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
JS -- Implement app object
* https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/AcrobatDC_js_api_reference.pdf * Add color, fullscreen objects + few constants.
This commit is contained in:
parent
c88e805870
commit
283aac4c53
12 changed files with 1259 additions and 19 deletions
|
@ -1486,6 +1486,10 @@ const PDFViewerApplication = {
|
|||
objects,
|
||||
dispatchEventName,
|
||||
calculationOrder,
|
||||
appInfo: {
|
||||
platform: navigator.platform,
|
||||
language: navigator.language,
|
||||
},
|
||||
docInfo: {
|
||||
...info,
|
||||
baseURL: this.baseUrl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue