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:
calixteman 2021-10-30 05:45:31 -07:00 committed by GitHub
commit 2d8b6fda8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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