Html To Pdf Convertion 24.03.08
Convert an existing php HTML document to XHTML. This is just under 600 lines of code (but they are well spread out) of mixed HTML and PHP, 60 php variables and the entire content when printed fits onto one A4 sheet of paper.
Then convert it to pdf document and mail it to the email address provided as a session variable.
So, to put this another way. Our viewer calls on one of my pages. The page is a php file and produces a HTML file for the browser. The Certificate is different for each viewer. The email address for the finished product is to be sent to is a php session variable.
What I want to do is send a pdf of this to the viewer.
So in summary: I want is the existing file converted to XHTML then that file convertewd to pdf and then the finished document emailed to the client as a pdf.



