You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I generate a PDF using html2canvas and jsPDF, the div with className="overflow-auto h-[200px]" only shows the first page with data when printing, while pages 2 and 3 are blank. Please provide me with a solution.
When I generate a PDF using html2canvas and jsPDF, the div with className="overflow-auto h-[200px]" only shows the first page with data when printing, while pages 2 and 3 are blank. Please provide me with a solution.
const handleDownloadPdf = async () => {
const element = printRef.current;
const options = {
allowTaint: true,
dpi: 300,
letterRendering: true,
logging: false,
scale: 1,
};
};
The text was updated successfully, but these errors were encountered: