Sanket Saboo

Results 2 comments of Sanket Saboo

@media print { .main-header{ display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; margin-top: 5%; } .divider-page{ display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; margin-top: 50%;...

> const generatePDFBase64 = async (data) => { // console.log('Generating PDF HIT') try { const filePathName = path.resolve(__dirname, '../views/template.ejs'); const htmlString = fs.readFileSync(filePathName).toString(); const ejsData = ejs.render(htmlString, data); let browser...