diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index b71e642..6cbadcb 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -22,8 +22,8 @@ module.exports = { const infoString = infoArray.join('\n'); // Create a new PDF document in-memory const doc = new PDFDocument({ - size: [204, 450], - margin: 0 + size: [204, 400], + margin: 5 }); // Store the PDF in a buffer