Read a one page tool/form in PHP and Mysql (LAMP STACK) to create a PDF output
Project detail
We are looking to create PHP Tool/Form to output entered text combined with template text into a PDF document to provided a “completed” pdf/doc
The template for the document (contract) will be based on set information that must be easily be updatable by us.
The PHP TOOL/Form will have several options: “Customer Name” Products: Backup Type: “Microsoft 365 Backup”, “Back and Recovery” and “File and Database Backup”. From there we must be able to select from a drop down the number of “backup jobs” or “entries” and this will allow that number of free text fields to be added to pages within the document/pdf/contract. We should be able to add new Products in addition to the above which will slip into the finished document.
Do you have any specific design or layout requirements for the PDF output? Yes, We will provide a template document that the form entries will be added to via this new tool/form.
All code should be commented in English for easy update at later point for any new features or additions.
No user authentication is required as it will sit internally on a LAMP setup.