stencil icon indicating copy to clipboard operation
stencil copied to clipboard

PDF Generation Service

Open techsavvyash opened this issue 7 months ago • 6 comments

Description

PDF Creation microservice.

Research around how can we go about generating PDFs. examples:

  1. Sending in HTML templates using HBS, EJS etc. templating engines.
  2. .... figure out what can be other ways

2 Parts:

  1. 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

techsavvyash avatar Jun 28 '24 09:06 techsavvyash