I have a PDF that has a few fillable fields. I want this PDF to be dynamically generated once I receive user data. I tried solutions like html2pdf but it doesn’t work and does not render the PDF properly.
The PDF I have is 2 pages. So the bidder should
a)Take the PDF and convert it to html
b)Use a PHP class or code to convert this html to look like the PDF I have
I will do the data population myself once the code is working
Thanks
