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