An simple api which takes html files and generates pdf files
npm install
npm run start
This API has only a single Endpoint /htmlToPdf
, this one only handles POST requests. It expects a HTML File and returns a PDF Document, based on the html file sent and the provided css in src/htmlToPdfController.ts
.
npm run test
👤 Timo Zacherl
- Website: https://timozacherl.com
- Twitter: @timoxdev
- Github: @timozacherl
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2020 Timo Zacherl.
This project is MPL--2.0 licensed.
This README was generated with ❤️ by readme-md-generator