Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veoscript/nextjs-generate-pdf
A simple and basic technique to convert your JSON API to pdf file using Next JS and jsPDF AutoTable.
https://github.com/veoscript/nextjs-generate-pdf
jspdf-autotable nextjs
Last synced: 2 months ago
JSON representation
A simple and basic technique to convert your JSON API to pdf file using Next JS and jsPDF AutoTable.
- Host: GitHub
- URL: https://github.com/veoscript/nextjs-generate-pdf
- Owner: VeoScript
- Created: 2021-06-09T01:58:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-09T02:18:31.000Z (over 3 years ago)
- Last Synced: 2023-03-04T04:25:36.587Z (almost 2 years ago)
- Topics: jspdf-autotable, nextjs
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Generate PDF using Next JS
A simple and basic technique to convert your json api to pdf file using Next JS and [jsPDF AutoTable](https://github.com/simonbengtsson/jsPDF-AutoTable).
## Install jsPDF-AutoTable
`yarn add jspdf jspdf-autotable` or `npm install jspdf jspdf-autotable`
![image](https://user-images.githubusercontent.com/26340308/121282249-bf863900-c90b-11eb-9730-c82308c866cd.png)