mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #12920 from roiLeo/patch-1
fix(acroforms): pdf path in acroforms example
This commit is contained in:
commit
d6de6ea0fa
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue