.
This commit is contained in:
parent
2a5a0e041c
commit
602e60ee9c
@ -45,7 +45,7 @@ module.exports = {
|
|||||||
|
|
||||||
// Add content (image, text) to the PDF
|
// Add content (image, text) to the PDF
|
||||||
doc.image('./public/itslogo.jpg', {
|
doc.image('./public/itslogo.jpg', {
|
||||||
fit: [576, 261],
|
fit: [200, 100],
|
||||||
align: 'center',
|
align: 'center',
|
||||||
valign: 'top',
|
valign: 'top',
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user