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

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @babel/runtime from 7.14.6 to 7.23.2. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade core-js from 3.6.5 to 3.33.0. :information_source: Keep your dependencies up-to-date....

This node package implementing atob does not throw if the string is not base64, thus making a call like `.addImage('path.jpg', ...`) render blank. I wasn't sure on what the proper...

Thanks for contributing to jsPDF! Please follow our [Contribution Guidelines](https://github.com/MrRio/jsP [wrapper_class.pptx](https://github.com/parallax/jsPDF/files/13050337/wrapper_class.pptx) DF/blob/master/CONTRIBUTING.md#pull-requests) when creating a pull request. fixes #3658

The project contributors will be shown in the readme section ![Screenshot 2023-10-11 224649](https://github.com/parallax/jsPDF/assets/40211634/b3ed8546-f04f-41e2-9554-a8a9edc04940)

Thanks for contributing to jsPDF! Please follow our [Contribution Guidelines](https://github.com/MrRio/jsPDF/blob/master/CONTRIBUTING.md#pull-requests) when creating a pull request. on mixed content of languages (for example Hebrew and English and also numbers) the R2L...

Hi team, Do we support document taggings, I try to read through the code and document but doesn't seem we have it supported? Thanks

Feature Request
hacktoberfest
difficulty:hard

It would be great if jsPDF allowed control over setting the alt text for images and figures within PDF documents. Currently, `setProperties` allows users to set the document's title, author,...

Feature Request
addimage.js

Run this code at https://mrrio.github.io/jsPDF/ ```js var { TextField } = jsPDF.AcroForm; var doc = new jsPDF(); doc.addFont("test/reference/MouhitsuBold.ttf", "Mouhitsu", "bold"); doc.setFont("Mouhitsu", "bold"); // set font doc.setFontSize(20); doc.text("ăȘに", 20, 20); doc.text("TextField:",...

Bug
Improvement
help wanted
hacktoberfest
difficulty:medium

Hi there! 👋 Customized scroll bars a bit. ### Before: ![image](https://github.com/parallax/jsPDF/assets/111639663/94a4e322-7db8-48e0-8a72-9735e8800ac9) ### Now: ![image](https://github.com/parallax/jsPDF/assets/111639663/1e799849-8742-4cb8-974a-9b2e7911db4a)