I am building a database app for a client in PHP/mySQL. There are several dynamic reports that are generated. The client would like his staff to be able to print these reports. He does not want the header/footer to print out and apparently, it is too much of a pain to teach all of his staff how to turn that off before printing. He saw another website that generated PDFs when things needed to be printed and he likes that.
I have looked at FPDF and it seems like a nightmare of rewriting two versions of every report so they can (1) see a web preview (2) print as PDF
Does anyone have any easier quicker ideas?