I'm being considered for a project that needs to generate PDF files from data of variable length. It's a resume and some folks resumes are longer than others.
Has anyone used this?
http://www.fpdf.org/
I'm wondering if it will automatically handle text that exceeds one page in length or if I have to write all kinds of code to determine the extent of text boxes and then calculate how many pages I need, etc.