?
This commit is contained in:
parent
16ed02c6f7
commit
d04ab004b1
@ -91,11 +91,15 @@ module.exports = {
|
|||||||
// });
|
// });
|
||||||
|
|
||||||
for (row of infoArray) {
|
for (row of infoArray) {
|
||||||
doc.moveDown();
|
// doc.moveDown();
|
||||||
doc.font(row.font).text(row.text, {
|
doc.font(row.font).text(row.text, {
|
||||||
align: 'left',
|
align: 'left',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
doc.font('public/Outfit-Regular.ttf').text(receiptFooter, {
|
||||||
|
align: 'left',
|
||||||
|
});
|
||||||
|
|
||||||
// Finalize the PDF
|
// Finalize the PDF
|
||||||
doc.end();
|
doc.end();
|
||||||
|
Loading…
Reference in New Issue
Block a user