Category "jspdf"

How can I get a URI from ApexCharts to download in PDF?

I already implemented an ApexCharts and want to output it into a PDF document. I tried to get a download URI from chart.dataURI, but it failed with an error: c

jsPDF - compatibility issues in Firefox

jsPDF doesn't work well with the latest version of Firefox. It does not let me to download the PDF. Is there a fix on this? I tried downloading the latest versi

how to replace undefined with a empty string

I am using jsPdf. When a field has been left blank "undefined" is printed on the pdf. I would like to replace that with a empty string. I am trying to use a if

how to detect the first page on jsPDF

how can I detect/condition on the first page on jsPDF?? I want to detect the first page so I can apply top margin only on the first page and not on the next pa

jsPDF addHTML exporting low quality image to PDF

Simple question searching from last 2 days but didnt find solution i am converting html to pdf using this addHTML api of jsPDF $('#loadPdf').on('click', functi

html2Canvas/jsPDF only converts the data in the viewport to pdf?

I am trying to use the html2Canvas to convert html content to pdf. I have one consent form which is long and we have to scroll like below. I have written be

How to print properly HTML table do PDF using jspdf.js?

here is what i am trying to achieve, i trying to print a html table that included HTML table inside too loop my detail (i have header and detail) data. But when