.
This commit is contained in:
parent
22c842e0ba
commit
0ae8ed322d
@ -29,7 +29,7 @@ module.exports = {
|
|||||||
doc.pipe(printer.stdin);
|
doc.pipe(printer.stdin);
|
||||||
|
|
||||||
// Add image and text to the PDF
|
// Add image and text to the PDF
|
||||||
doc.image('../public/itslogo.jpg', {
|
doc.image('itslogo.jpg', {
|
||||||
fit: [576, 261],
|
fit: [576, 261],
|
||||||
align: 'center',
|
align: 'center',
|
||||||
valign: 'top'
|
valign: 'top'
|
||||||
|
Loading…
Reference in New Issue
Block a user