fix(acroforms): pdf path in acroforms example
This commit is contained in:
parent
639437d287
commit
7c4d751ea9
@ -18,7 +18,7 @@
|
|||||||
pdfjsLib.GlobalWorkerOptions.workerSrc =
|
pdfjsLib.GlobalWorkerOptions.workerSrc =
|
||||||
"../../node_modules/pdfjs-dist/build/pdf.worker.js";
|
"../../node_modules/pdfjs-dist/build/pdf.worker.js";
|
||||||
|
|
||||||
var DEFAULT_URL = "../../test/pdfs/f1040.pdf";
|
var DEFAULT_URL = "../../test/pdfs/prefilled_f1040.pdf";
|
||||||
var DEFAULT_SCALE = 1.0;
|
var DEFAULT_SCALE = 1.0;
|
||||||
|
|
||||||
var container = document.getElementById("pageContainer");
|
var container = document.getElementById("pageContainer");
|
||||||
|
Loading…
Reference in New Issue
Block a user