mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +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 =
|
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…
Add table
Add a link
Reference in a new issue