Top "Jspdf" questions

jsPDF is an open-source library written in JavaScript, used for generating PDF documents.

How encode in base64 a file generated with jspdf and html2canvas?

i'm trying encode the document generated in the attached code, but nothing happens, not generate error but neither encodes the …

javascript jspdf html2canvas
JSPDF Custom Font Add not working

CSS Code @font-face { font-family: Calibri; src: url("fonts/calibri.ttf"); font-style: normal; } JS Code doc.setFont('Calibri'); doc.setFontSize(7.5); doc.…

javascript jspdf
looking for a solution for generating pdf with client side (angular js)

I am looking for a solution to generate pdf from (html + css + javascript) using AngularJs. I tested two solutions: jsPDF (…

javascript angularjs pdf jspdf
How to wrap word in jsPDF?

I downloaded jspdf 1.2.60 to generate pdf containing text from my html table. One of the columns contains notes entered by …

javascript html pdf pdf-generation jspdf
Create a dashed or dotted line in jsPDF

I need to draw a dashed line in a PDF created using jsPDF (https://mrrio.github.io/jsPDF/doc/symbols/…

javascript pdf line jspdf
How can I style last row using jsPDF Autotable plugin?

I create a PDF document based on a table using jsPDF and AutoTable: var doc = new jsPDF('p', 'pt'); //columns …

javascript jspdf jspdf-autotable
How do I convert with Angular: HTML into PDF

I'm using Angular and I wanna convert a table from html into pdf, this is my code in component.ts: …

angular typescript jspdf html-to-pdf
How to add a logo to the top of each page using JsPDF-autoTable?

JsPdf-autoTable is a fantastic piece of software and very simple to get the basics working. Now I want to add …

jspdf jspdf-autotable
how to upload pdf to server from ajax data send (using jsPDF)

I'm using jsPDF to generate a pdf on client-side. With the function doc.save('filename.pdf') I can download it. …

php jquery html pdf jspdf
jsPDF AutoTable - autoTable is not a function

I'm using JSPdf on an Angular app, and I'm attempting to use the JS autotable plugin but I'm running into …

javascript angularjs pdf-generation jspdf jspdf-autotable