My website has a long form that I'd like to export to PDF and then e-mail to myself.
Currently, my form collects data and submits it to a PHP file, which e-mails me the results. Instead of getting an HTML e-mail which has printing limitations (inconsistent CSS, background colors don't print automatically, etc.) I'd like to get a consistent and attractive PDF attached to an e-mail. It would be nice if I could include some graphics, but I'm more concerned with readability (specifically, alternating colors in the rows.)
Is there an easy way to do this automatically and for free?