jsPDF
jsPDF copied to clipboard
Client-side JavaScript PDF generation for everyone.
I am facing the issue to generate the a pdf with multiple HTML div elements on separate pages only text getting printed but not the content from second div getting...
Enviroment: nodejsv20.12.1 I'm getting garbled Chinese when using `textField`, But it's normal in `doc.text()` I've also tried Japanese and Russian and they are all garbled ```js import { jsPDF }...
When using the addImage example in jsPdf, the exported PDF doesn't display the image correctly, specifically in the Safari browser. /---------------------------------------------------------------------------/ **Not Working In Safari Browser.** **Screenshot of demo page:**...
Hi Team I have been applied Thai language to generate pdf file. And i was getting font issuze Could u plz help how to solve it?  Thanks
Hi Team, While fixing the vulnerabilities, I have upgraded the jspdf version **"jspdf": "1.5.3", to "jspdf": "2.5.1",** but while running I am getting the below error. could you please suggest...
I have read and understood the contribution guidelines. jsPDF docs says textWithLink function only supports one line links. I have a two or three lines link, is there any way...
Adding PNGs via `addImage` with certain filters throws an error: ``` offset is out of bounds RangeError: offset is out of bounds at Uint8Array.set () at applyPngFilterMethod (http://raw.githack.com/MrRio/jsPDF/master/dist/jspdf.umd.js:21341:18) at compressBytes...
commit 1: Fixed a minor grammar error. commit 2: Format filenames in dist build list with code spans for readability. Also more consistent with rest of file. commit 3: Convert...
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...
It fixes issue #2603 I only update version for file-saver dependency so it can download from npm repositories instead of github