From c34af7ac2504855aaf7f17a262e6cf4063b37fb7 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 1 Jul 2023 17:34:58 -0600 Subject: [PATCH] f8949 --- hifo/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hifo/index.js b/hifo/index.js index 40964a7..7162d6e 100644 --- a/hifo/index.js +++ b/hifo/index.js @@ -190,7 +190,7 @@ const createPDF = async () => { const numPages = Math.ceil(maxTxs / 14) for (let i = 0; i < numPages; i++) { - const blank8949Bytes = fs.readFileSync('../2022-8949.pdf') + const blank8949Bytes = fs.readFileSync('../2022-f8949.pdf') const blank8949 = await PDFDocument.load(blank8949Bytes) const form = blank8949.getForm() const start = i * 14