DEV Community

shashinetsmartz
shashinetsmartz

Posted on

Generate Editable React Form from PDF Form

Hi there,
I'm using reactjs on frontend & nodejs on backend,

My main purpose is: I have a form in PDF format and want to convert it into html form and then add state for the input fields then handle those state with events too. I want to automate all this thing.

I know achieving this may be impossible or would probably takes lots of efforts.

If I can automate any small step or anything in this whole process that will also be helpful.

So I'm seeking for any library, package, any reference website, how do I achieve this or anything, that would be helpful for me.

Thanks

Top comments (0)