jsPDF
jsPDF copied to clipboard
Client-side JavaScript PDF generation for everyone.
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 
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
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,...
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:",...
Hi there! đ Customized scroll bars a bit. ### Before:  ### Now: 