Start using jspdf in your project by running `npm i jspdf` We make it faster and easier to load library files on your websites. There are 1934 other projects in the npm registry using jspdf.
MilkyGrace | TikTok | Linktree
Html5 client solution for generating pdfs
The leading html5 client solution for generating pdfs
Perfect for event tickets, reports, certificates, you name it! Jspdf.api is a static property of jspdf class Jspdf.api is an object you can add methods and properties to The methods / properties you add will show up in new jspdf objects
It is the 'events' object Plugin authors can add topics, callbacks to this object These will be reassigned to all new instances of jspdf. The function extracts jspdf from window.jspdf and creates a new pdf document using new jspdf ()
Adds text hello, this is a pdf generated with jspdf! at coordinates (100, 100) in the document
Saves and downloads the generated pdf as sample.pdf using doc.save (). Content delivery at its finest