fix(acroforms): pdf path in acroforms example

This commit is contained in:
roiLeo 2021-01-27 11:12:36 +01:00 committed by GitHub
parent 639437d287
commit 7c4d751ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
pdfjsLib.GlobalWorkerOptions.workerSrc =
"../../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 container = document.getElementById("pageContainer");