1
0
Fork 0
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:
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) {