jsPDF icon indicating copy to clipboard operation
jsPDF copied to clipboard

Client-side JavaScript PDF generation for everyone.

Results 276 jsPDF issues
Sort by recently updated
recently updated
newest added
trafficstars

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? ![image](https://github.com/parallax/jsPDF/assets/16607160/2ab42216-fcf5-43cb-89ec-a6586009b785) 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...

no-issue-activity

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...

no-issue-activity

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...

Bug
hacktoberfest
difficulty:medium

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...

Bug
safari
hacktoberfest
difficulty:medium

It fixes issue #2603 I only update version for file-saver dependency so it can download from npm repositories instead of github