Hi,
I am currently building a PHP application which allows users to apply for jobs.
When applying for a job, the user needs to fill out a HTML form and upload their resume (in doc, docx, rtf or pdf format).
After the user submits their application, I would like to be able to generate a PDF file with contains their inputs (from the HTML form) and their resume (all in one PDF file).
Do you know of any tools out there which can help me generate this pdf file?
Thank you