JavaScript to PDF using JsPDF
A demonstration of an invoice creation system using JsPDF, the tool is able to work with javascript, or JSON to generate a user defined PDF, and can be used to ease the process of invoice creation
- A price is input that was paid for a transaction
- The price is posted to a PDF document
- A PDF Document will be opened in a new tab
- A calculation of the donation the company makes to charity is displayed on the PDF
- The date of the invoice is recorded at the top of the PDF Document.
- Visual Studio Code - Industry Standard IDE.
- JsPDF - JsPDF
- Git - Version Control
- Materialize - Commonly used CSS Framework.