←back to thread

439 points david927 | 1 comments | | HN request time: 0.207s | source

What are you working on? Any new ideas which you're thinking about?
1. tarun_bhukya ◴[] No.44419539[source]
I am working on building a custom PDF Web Component. With this web component, you can

- Create your own PDF editor with custom UI with the help of public methods which are exposed in the web component.

- You can add dynamic variables/data to the templates. What this means is you create one template, for example, a certificate template with name and date as variables and all you have to do is upload your CSV / JSON of names and dates, and it will generate the dynamic PDFs for you.

- It's framework-agnostic. You can use this library in any front-end framework.

It's still in early development, and I would love to connect with people who have some use cases around it.

I have integrated this library in one of our projects, Formester. You can see the details here https://formester.com/features/pdf-editor/

I have posted this demo video for reference https://www.youtube.com/watch?v=jorWjTOMjfs

Note: Right now it has very limited capabilities like only adding text and image elements. Will be adding more features going forward.