Hello:
I have about 20 forms which are Word documents. All of the forms contain the same demographic information (name, date of birth, etc) which I'm storing in a MySQL database.
I'm creating online versions of these forms. The form fields for the demographic information will be populated from the database and the user only has to complete the rest of the form.
After submitting the form and being processed, the results are formatted to look like the actual paper form.
They are required to maintain copies of all forms. Is there a way to take the results, format and all, and save it as a PDF file?
If so, how do I go about doing that?
Thank you for your time.