Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anmol-baranwal/html2pdf
HTML to PDF converter in 5 minutes using Buildship and Next.js
https://github.com/anmol-baranwal/html2pdf
buildship html-pdf html-pdf-converter html-to-pdf low-code nextjs tailwindcss typescript
Last synced: 1 day ago
JSON representation
HTML to PDF converter in 5 minutes using Buildship and Next.js
- Host: GitHub
- URL: https://github.com/anmol-baranwal/html2pdf
- Owner: Anmol-Baranwal
- License: mit
- Created: 2024-02-19T14:36:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-25T14:44:37.000Z (8 months ago)
- Last Synced: 2025-01-08T09:58:54.879Z (7 days ago)
- Topics: buildship, html-pdf, html-pdf-converter, html-to-pdf, low-code, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://dev.to/anmolbaranwal/how-to-build-an-html-to-pdf-app-in-5-minutes-92e
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: Security.md
Awesome Lists containing this project
README
![banner](https://github.com/Anmol-Baranwal/Html2PDF/assets/74038190/ae958f4d-85b4-409b-859c-cbab618af911)
## HTML to PDF
This project contains the code to generate the PDF from HTML using BuildShip as a low-code app.
Read the complete tutorial at [dev.to/anmolbaranwal](https://dev.to/anmolbaranwal/how-to-build-an-html-to-pdf-app-in-5-minutes-92e).
## :fire: Deployed Link ##
This project is hosted on Vercel. Visit the [html2-pdf.vercel.app](https://html2-pdf.vercel.app/) to view the web application.
## Frameworks & Tools
- [BuildShip](https://buildship.com/) for building the API.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.