?
This commit is contained in:
parent
49cbde2c73
commit
f21948baad
@ -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
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user