mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #14207 from janekotovich/forms_version_popup
JS - Avoid a popup to ask for specific version of Acrobat
This commit is contained in:
commit
2d8b6fda8f
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ import { Thermometer } from "./thermometer.js";
|
|||
|
||||
const VIEWER_TYPE = "PDF.js";
|
||||
const VIEWER_VARIATION = "Full";
|
||||
const VIEWER_VERSION = "10.0";
|
||||
const FORMS_VERSION = undefined;
|
||||
const VIEWER_VERSION = 21.00720099;
|
||||
const FORMS_VERSION = 21.00720099;
|
||||
|
||||
class App extends PDFObject {
|
||||
constructor(data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue