marcbachmann / node-html-pdf

This repo isn't maintained anymore as phantomjs got dreprecated a long time ago. Please migrate to headless chrome/puppeteer.
MIT License
3.56k stars 545 forks source link

Is there a way to generate fillable pdf? #635

Open BLMeltdown opened 3 years ago

BLMeltdown commented 3 years ago

Hello. I have an input from which I get some informations to fill my HTML template, and can edit a PDF from it, but the final PDF recipient wants to be able to edit a field if not filled, to input the final decisions on various aspects of their work, and to add for missing data. How could I add input fields in my HTML so they keep working if not filled ? Thanks