-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
Hi, Guys!
I've pdf like the following:
const html2pdf = require('html2pdf.js');
var opt = {
margin: 1,
filename: `statement-table-${dateMonth}.pdf`,
image: { type: 'jpeg', quality: 0.98 },
html2canvas: { scale: 2 },
jsPDF: { unit: 'in', format: 'letter', orientation: 'portrait' }
};
html2pdf().set(opt).from(tableClonned).save();
But, for some reason for long table, the latest rows are hidden, it looks like this accumulates counting mistake somewhere.
Please, help!
Metadata
Metadata
Assignees
Labels
No labels