0
How to convert html to pdf using python or javascript?
3 Respuestas
0
You can easily convert html into pdf by using the JsPDF JavaScript library.
JsPDF link : https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.5.3/jspdf.min.js
YouTube Video : https://youtu.be/Z2WFFXiCAW8
JsPDF is simpler.
You can acheive the same by using vanilla js , pdf.js , etc.,
0
Oh thanks
0
Convert HTML to PDF using Nodejs - https://www.ubercompute.com/blog/convert-multi-page-html-to-pdf-document/