stencil
stencil copied to clipboard
PDF Generation Service
Description
PDF Creation microservice.
Research around how can we go about generating PDFs. examples:
- Sending in HTML templates using HBS, EJS etc. templating engines.
- .... figure out what can be other ways
2 Parts:
- Generating PDFs/Implementation of the generation techniques-- customizable (support multiple templating engines,
We should also have support for bulk PDF generation. Ideally this should be a JSON based config where where in we send the information using a spec (basically the content + template) and then get bulk links of uploaded PDFs back.
The response should also support streaming raw PDFs instead of uploaded links
Future scope
- Add an SDK to it
- Add a CLI to it
- Add a frontend where the user can visually modify the template and generate PDFs