i have a problem on a project I’m working on. I have to create an HTML Form that inserts data in MySQL and then prints the data on an existing PDF Form Template in pre-defined fields. My Problem comes in with the PDF. I’ve created my form and it inserts the data into MySQL now i need to get that data into the PDF Form. I have looked at FPDF adn Numerous others non of them do what i want.
Share
You an create PDF with active fields in it. Such PDFs can be opened in Reader and we can insert data in text fields. Those can be generated by PDF create tools(Google it). So after creating this tyoe of PDF form you can use an application
PDFTKto fill those PDF form with values we post in a form. After filling those data we can crete a normal un-editable copy of pdf to download