?
This commit is contained in:
parent
f21948baad
commit
c12b13dc72
@ -22,8 +22,8 @@ module.exports = {
|
|||||||
const infoString = infoArray.join('\n');
|
const infoString = infoArray.join('\n');
|
||||||
// Create a new PDF document in-memory
|
// Create a new PDF document in-memory
|
||||||
const doc = new PDFDocument({
|
const doc = new PDFDocument({
|
||||||
size: [204, 450],
|
size: [204, 400],
|
||||||
margin: 0
|
margin: 5
|
||||||
});
|
});
|
||||||
|
|
||||||
// Store the PDF in a buffer
|
// Store the PDF in a buffer
|
||||||
|
Loading…
Reference in New Issue
Block a user