From 7c4d751ea9c6cff33426d2e46c914ebe4f1584c9 Mon Sep 17 00:00:00 2001 From: roiLeo Date: Wed, 27 Jan 2021 11:12:36 +0100 Subject: [PATCH] fix(acroforms): pdf path in acroforms example --- examples/acroforms/acroforms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/acroforms/acroforms.js b/examples/acroforms/acroforms.js index 51e9d3b3f..8f3e99660 100644 --- a/examples/acroforms/acroforms.js +++ b/examples/acroforms/acroforms.js @@ -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");