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

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.

See also [Stackoverflow](https://stackoverflow.com/questions/77198843/cannot-import-acroforms-from-jsdpf) I am following the official examples and documentation of jspdf (version 2.5.1). I managed to run this snippet in Vue3 in order to generate a PDF that...

I am facing an issue when I want to create PDF from a HTML, which contains dashes, symbols (the issue is not related to the garbled characters, the characters are...

const doc = new jsPDF(); doc.addFileToVFS('NotoSans-Regular.ttf', preeti); doc.addFont('NotoSans-Regular.ttf', 'NotoSansDevanagari', 'normal'); doc.setFont('NotoSansDevanagari'); console.log(doc.getFont()); doc.html(html, { callback: function (pfd) { console.log(pfd.getFontList(), pfd.getFont(), 'callback'); }, jsPDF: doc, }); html method is not using...

Hi! I'm facing an issue, links breaks when .addPage() with another format than the initial size, apparently the position of the link became incorrect. Reproduce: - Start new doc with...

Bug
hacktoberfest
difficulty:beginner

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.

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.

Fixes #3318. `getJpegInfo` now skips the DHT marker (`0xc4`) because that marker is not a SOF (start of frame) marker and therefore the segment to follow does not have the...

Hi guys, Is possible to clone an object istance of jsPDF? or create a new instance with the content of another? Thanks in advance, Nicholls

Feature Request

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