jsPDF
jsPDF copied to clipboard
jsPDF - Stange spaces bug only on "Input fields"
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.
How can I overcome this problem?
https://ibb.co/kg8jB8K
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?
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.
I'm experiencing this same issue. Here is my output:
The output looks fine in Chrome and Firefox
Font issue, just set your content for a system font, i was using TailwindCSS and defined font-['Arial'] and worked.