jsPDF
jsPDF copied to clipboard
Client-side JavaScript PDF generation for everyone.
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...
You can refer to this issue: https://github.com/parallax/jsPDF/issues/3538
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...
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...
I found my jpeg header starts with `FF D8 FF E2`, which is not supported. Here is the demo jpeg file:  
fix #3692
var token = Math.random().toString(35); topics[topic][token] = [callback, !!once];