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

Hi, In an Ionic/Angular app, I have a multiline text that is rotated with 45 degree, and when the text has the property `align: 'left'`, the export is working fine....

Bug
help wanted
hacktoberfest
difficulty:medium

[`Context2d.measureText` says](https://artskydj.github.io/jsPDF/docs/module-context2d.html#~measureText) > The measureText() method returns an object that contains the width of the specified text, in pixels. `strokeRect` also takes a width in pixels. This program creates a...

Bug
hacktoberfest
difficulty:medium

Resolves issue no: #3641 ### Changes Made * Added custom scrollbar styles to improve the user experience.

Version : v2.1.1 which is located in dist folder Code to reproduce this issue: ```javascript const doc = jsPDF({ orientation: 'l', unit: 'mm', format: [100, 100] }) const ctx =...

Bug
hacktoberfest
difficulty:medium

- Add THSarabunNew font

Hi! I have been looking in the documentation but I can't find a parameter for my problem. I need the links that I generate in a table with textWithLink to...

I would like to export the HTML page as PDF using HTML() . The PDF format is A4 I am certain that I have correctly configured these: AutoPaging: 'text', Like...

**Expected behaviour -** I am using doc.addImage to create PDF photography portfolios on the fly. `doc.addImage($img[0], 'JPEG', $xfoffset, $yfoffset, $img[1], $img[2], null, 'NONE') ` Images are formatted for web (sRGB)...

Feature Request
hacktoberfest
difficulty:medium

When using this library through ClojureScript is put through the Google Closure compiler, which actually crashes on this duplicated function definition.

when using addImage the y attribute sets where the image would be drawn on the pdf page instead of the y attribute of the picture to be drawn from. example:...