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
So I'm exporting a page using jsPDF, I get blank spaces and huge spaces between letters on input element values, however the other elements (div, span etc.) are exported just fine.
Hi, I'm encountering with error while using 2.1.1 in this repo.
When I try to export PDF in Safari while using iPad I get this error, works OK in Chrome in Desktop though.
Activity
HackbrettXXX commentedon Jun 18, 2020
which version of jsPDF do you use? Is this still an issue when you use the jsPDF files that are currently in the dist folder of this repo?
kodditcom commentedon Jun 18, 2020
Hi, I'm encountering with error while using 2.1.1 in this repo.
When I try to export PDF in Safari while using iPad I get this error, works OK in Chrome in Desktop though.
cwalsh7 commentedon Jun 30, 2020
I'm experiencing this same issue. Here is my output:

The output looks fine in Chrome and Firefox
ryahpalma commentedon May 20, 2023
Font issue, just set your content for a system font, i was using TailwindCSS and defined font-['Arial'] and worked.