I have a project where I want to fill out a taxform programmatically. I'm building a React application. The PDF is already existing and I downloaded it to my computer. I want to find some NodeJS library or other solution to fill the document with information. I dont want to make a new PDF. All I want to do is fill in different places of the tax agencys pdf form.
I have looked through this thread: Fill Data In Existing PDF Form Using NodeJS
But find it hard to get a definitive answer as to what is the best approach, several of the librarys mentioned in that thread are not a viable option in 2021 it seems.
Anyone out there with a good recommendation? As I said, I dont want to make my own PDF or anything fancy. I just want to fill out a pre existing PDF which I got from the tax agencys website. Thanks!
EDIT: I tried node package pdf-fill-form. Couldn't install it.