I would appreciate it if you could indicate how to fill out a form (contained in a JPG image, by theme of presentation) through PHP
The need is to fill out a pre-established form (.JPG) and generate a PDF, containing the form filled with data obtained by calculations of the program
Here is an easy library to create PDF's, fpdm ( link ) but every time I generate a PDF template with fields (Adobe Acrobat) PHP does not recognize it and apparently it is a condition to buy your pdftk application (for payment), so it occurred to me to "format" the data on a JPG containing the empty form. I would appreciate to propose another more viable and practical solution