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 having trouble with autoPaging: "text" messing up my formatting. Ideally I would like an autoPaging setting that is able to prevent whole divs from being split between pages,...

Fixes issue: #3783 Users can see number of characters typed in real-time. This change also includes change in the path for Firefox for macOS. Earlier: var suffix = '.app/Contents/MacOS/firefox-bin' After...

**Description:** This feature allows users to see the number of characters they’ve typed in a text box in real-time. As the user types or deletes text, the counter updates automatically,...

**Feature Request** Add Password feature to pdf?

Feature Request
hacktoberfest
difficulty:medium

Id like to reopen: [3761](https://github.com/parallax/jsPDF/issues/3761). Why are we forcing the call of remote code at all? It's not a particularly large file and causes issues when using systems like chrome...

I have read and understood the contribution guidelines. We use custom font let's say sans that does not support chinese language. How do i add fallback option in the jspdf...

# NameTable.preferredFamily is undefined https://github.com/parallax/jsPDF/blob/5d09af9135a2fe049c7d3c8b95df280d22e4a6db/src/libs/ttffont.js#L1269 * location: `src/libs/ttffont.js` The ttf specification says `preferredFamily` is at `nameID 16` (`nameID 15` is said to be reserved, which is `undefined`) [https://learn.microsoft.com/ko-kr/typography/opentype/spec/name#name-ids](https://learn.microsoft.com/ko-kr/typography/opentype/spec/name#name-ids) [https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6name.html](https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6name.html) #...

Currently, the only way to write text in a vertical column, is to hack it a bit by splitting the string into an array and using multiline, or rotating it...

Feature Request
hacktoberfest
difficulty:hard

**Issue:** https://github.com/user-attachments/assets/44685d1c-53ba-4275-8716-86cc3b0c9904 **_(Images on 'Insights' pages load very slowly on first visit. Only blank rectangles are visible before a load.)_** **Solution:** **_Implement blur effect, so that a low resolution versio...

html2Canvas **does not** support several modern color functions, leading pdf output to fail when using a few modern UI frameworks such as DaisyUI. e.g: daisyui@latest uses oklch color function, If...