f8949
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user