jsPDF
jsPDF copied to clipboard
Client-side JavaScript PDF generation for everyone.
Good morning, I have a problem that is perhaps already known, the output of the PDF changes according to the device that runs it, attached some examples of PDF: [SM-T505.pdf](https://github.com/parallax/jsPDF/files/9241196/SM-T505.pdf)...
Add option `lineHeightFactor` to `getTextDimensions` function for custom line height factor. Thanks for your time!
Hi, I'm using jsPDF for exporting bootstrap table to PDF and have some problems with special characters (like č,ć) while other (like š,ž) are working. Is there any solution for...
PDF content generated using HTML is highly biased. The text as a whole is offset downward, causing the color block to be offset from the text. How can I solve...
I have read and understood the contribution guidelines Hi, When I try using jsPDF, I get this error. Is there any way to fix this? Using ReactJS 
I have read and understood the contribution guidelines. I think I have read and tried every related variation of what I'm trying to do that I've found on the web...
The following code will output non-transformed text ``` const doc = new jsPDF(); doc.advancedAPI(adv => { adv.text('Hello World!', 100, 100, adv.Matrix(1, -0.3, 0, 1, 0, 0)); }); document.querySelector('iframe').src = doc.output('datauristring');...
I have read and understood the contribution guidelines. I am having an issue with loading an image into a pdf in a node.js environment. The image file is located in...
``` for (let i = 1; i