python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
VueJS Add QR to jsPDF
I have the next code . how add QRcode image in my PDF
methods: {
download() {
const doc = new jsPDF();
doc.text("Hello world!", 10, 10);
doc.addImage("examples/images/Octonyan.jp...
Juan Andres
Votes: 0
Answers: 1
how to make nested table pdf using jspdf
I have a nested table in a that only shows up when there is more than one data point in the object used to build the table. This nested table only shows up in a few rows with in the table. The rest of...
Abhijeet Bhandari
Votes: 0
Answers: 1
Why is my JsPdf shoving all elements to the left and making their width small?
When I use jsPDF to generate a pdf of my site, all the elements are shoved to the left and as thin as they can be. I've tried setting width in both the pdf.html() options as well as the html2canvas o...

Skathix
Votes: 0
Answers: 1
Extract images from PDF file with jspdf or other npm package
Good day.
Is there any way to extract image from pdf file using jspdf library or other npm libraries.
Maybe there are some solutions for react?
I will be grateful for help.
Anaksan
Votes: 0
Answers: 1