var opt = {
margin: 1,
filename: '1099PdfData.pdf',
image: { type: 'jpeg', quality: 0.98 },
html2canvas: { scale: 2 },
jsPDF: { unit: 'in', format: a0, orientation: 'l'}
};
I am utilizing these settings to convert HTML content to PDF format, but I have encountered an issue where the text appears very small when printing an AO page. Can someone provide guidance on how to increase the text size in this scenario?