This commit is contained in:
Skylar Grant 2024-09-09 13:14:39 -04:00
parent 49cbde2c73
commit f21948baad
1 changed files with 2 additions and 1 deletions

View File

@ -16,12 +16,13 @@ module.exports = {
`${studentId}`,
'',
'Note: When signing into the MyKV Portal, use your Username not your Email.',
'',
'For further assistance contact ithelp@mainecc.edu'
];
const infoString = infoArray.join('\n');
// Create a new PDF document in-memory
const doc = new PDFDocument({
size: [204],
size: [204, 450],
margin: 0
});