jsPDF
jsPDF copied to clipboard
Client-side JavaScript PDF generation for everyone.
Fixes #1724. This fixes the invalid string length error when saving a large PDF. Based on #3625 by @shiina-mash1ro, I have rewritten the output of `buildDocument()` following the existing convention,...
Using ArrayBuffer instead of string can bypass the limitations. > https://github.com/nodejs/node/issues/35973
HTML files in the examples folder, e.g. [html2pdf/auto_break.html](http://raw.githack.com/MrRio/jsPDF/master/examples/html2pdf/auto_break.html), point to a file that no longer exists: `` This is showing up as `ReferenceError: jsPDF is not defined` in browser console...
[blending mode HTML5 canvas ](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/globalCompositeOperation) [blending mode CSS](https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode)
jspdf version: 2.5.1 html-to-image: 1.11.11 I use html-to-image to generate a PNG, then use jsPdf.addImage(). When I open this pdf in the Chrome browser, the problematic line will appear. (disappear...
I am using lit element library. Using no transpiling, just [es bare modules transformers](https://www.npmjs.com/package/@web/dev-server) and native JS, I am not able to import jsPDF into my app (using chrome). I...
With the latest version of jspdf:2.5.1 integrated into the project getting security vulnerability issue [CVE-2020-7691](https://nvd.nist.gov/vuln/detail/CVE-2020-7691) [EPSS: 0.17%](https://www.first.org/epss/model)CVSS: 6.1 In all versions of the package jspdf, it is possible to use...
I am using version 2.5.1 in Node When I add a custom size of paper where the width is greater than the height, it automatically changes the orientation to landscape,...
I have read and understood the contribution guidelines. I am trying to use this library with my Angular project. However in the generated PDF I do not see Angular Material...
**Steps to reproduce** Use latest version of jspdf and just add a text with uppercase sharp S (ẞ) letter. **What I saw** I printed out an uppercased text containing ẞ....