Skip to content

Commit 9521256

Browse files
Update appendTextFooter.js
1 parent 430068e commit 9521256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UsesCases/HeaderFooter/appendTextFooter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const configParams = {
1919
LOCAL_FOLDER: "C:\\Samples\\",
2020
PDF_DOCUMENT_NAME: "sample.pdf",
2121
LOCAL_RESULT_DOCUMENT_NAME: "output_sample.pdf",
22-
FOOTER_VALUE: "New Footer Value",
22+
FOOTER_VALUE: "New Footer Value",
2323
};
2424

2525
const pdfApi = new PdfApi(credentials.id, credentials.key);

0 commit comments

Comments
 (0)