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

I have read and understood the contribution guidelines. jsPDF version 2.5.1 The following code ( live demo @ https://info-git.github.io/replicator/ ) doesn't produce the expected output. Specifically the second line looks...

Hello there, i've been trying the jsPDF.html function, but it seems its outputting the html but in such large scale that it is unreadable. Am I doing something wrong? I've...

persistent

Hello, I have a question. How do I add bleedbox on PDF? I need +2 mm white on every corner. This is what I use, but it does not work...

I have read and understood the contribution guidelines. Material Icons are not exported to PDF. The fiddle to reproduce https://jsfiddle.net/qjt1y5ac/1/ I have also tried the font converter with the same...

The current implementation of closePath in context2d.js very deliberately adds not just the beginning of the path but the next point as well, causing one path segment to be drawn...

"I have read and understood the contribution guidelines.". I have a simple document, with only text. I add all text with `doc.text`. The following code works: ``` export function generateAndDownloadBrineCoolerDataSheetAsPdf(currentHexData,...

I have read and understood the contribution guidelines. Greetings guys and thank you for this amazing library, I was working with the library on React, on converting an HTML page...

I have read and understood the contribution guidelines. I tried to add rotation to a paragraph. It shows up correctly in HTML but once I print it as pdf it...

``` WARNING Compiled with 1 warning warning in ./node_modules/jspdf/dist/jspdf.umd.min.js Critical dependency: the request of a dependency is an expression ``` seems can use all right but the warining is so...

When passing a function to the html2canvas option `onclone` via jsPDF, via [the html module's `html2canvas` property](http://raw.githack.com/MrRio/jsPDF/master/docs/module-html.html), the generated PDF does not reflect the changes in the cloned document. Some...

persistent