From c12b13dc72911b8cd13b1fabf5e9877de000a2cc Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 9 Sep 2024 13:15:30 -0400 Subject: [PATCH] ? --- mccs-it/thermal/modules/Thermal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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