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

Feature requests, bug reports etc. are very welcome as issues. But questions are directed to stackoverflow with the tag `jspdf`. If you are facing issues with garbled Unicode characters, please...

I have read and understood the contribution guidelines. This [example](https://github.com/parallax/jsPDF/blob/master/examples/html2pdf/page_break.html) says that you can use CSS classes to prevent HTML elements from breaking, but right now the feature is broken...

can we add a feature to Export PDF with SVG, a specific requirement to scale PDF from 1:100 Scale to 1:50 also change of PDF size from A4 to A3.A2...

he visto este problema en tu libreria aca el ejemplo que he probardo en http://raw.githack.com/MrRio/jsPDF/master/ JAVASCRIPT var loremipsum = 'Lorem lor sit am sit it dasasdas ddasdas dasdasdasd asd asdasdetetur...

Bug
hacktoberfest
difficulty:medium

Am trying write unit testing for jspdf.html() method.Working fine with UI,But when i try to call this in jest test file getting document 'null' `web/libs/jspdf/jspdf.umd.js:14437 return document.body.contains(this.prop.container) || this.toContainer(); TypeError:...

add an objectFit parameter to the addImage method to be able to add an image to the PDF while preserving the aspect ratio, the parameter could accept the 'contain' and...

no-issue-activity

I found my jpeg header starts with `FF D8 FF E2`, which is not supported. Here is the demo jpeg file: ![hello-world](https://github.com/parallax/jsPDF/assets/1836701/60485e1a-2649-4ac2-b3f0-9b184888093b) ![QQ截图20240116235923](https://github.com/parallax/jsPDF/assets/1836701/e04665b1-ea9e-4ea5-a277-4b8b5fb56c7e)

var token = Math.random().toString(35); topics[topic][token] = [callback, !!once];