jsPDF is a JavaScript library for generating PDF on the client-side.
While alternatives like html2pdf exist on the server side for eons upon eons, jsPDF is one of the few PDF-generation libraries that works on the client side.
Besides the obvious use of running a PDF-generator app, the plugin is great for, e.g., creating invoices and formatting books without putting extra workload on the server.
- Website: http://jspdf.com/















