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
@ -21,8 +21,8 @@ import { Thermometer } from "./thermometer.js";
|
|||||||
|
|
||||||
const VIEWER_TYPE = "PDF.js";
|
const VIEWER_TYPE = "PDF.js";
|
||||||
const VIEWER_VARIATION = "Full";
|
const VIEWER_VARIATION = "Full";
|
||||||
const VIEWER_VERSION = "10.0";
|
const VIEWER_VERSION = 21.00720099;
|
||||||
const FORMS_VERSION = undefined;
|
const FORMS_VERSION = 21.00720099;
|
||||||
|
|
||||||
class App extends PDFObject {
|
class App extends PDFObject {
|
||||||
constructor(data) {
|
constructor(data) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user