mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
fix(acroforms): pdf path in acroforms example
This commit is contained in:
parent
639437d287
commit
7c4d751ea9
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