Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Here's what i'm trying to do. I have a Student Result Application in which i'll like to print out a pdf format of a specially designed Result's Sheet.. Example Here......

http://www.4shared.com/photo/yg8vCjYe/results_layout.html

My question is that is it possible to send all the html, css and php variables from the final result sheet to the pdf engine, or just design a new page result_printout.php page and implement the pdf engine on that page.

I'll be happy your honest opinions. Thanks

share|improve this question

1 Answer

up vote 1 down vote accepted

Maybe take a look at wkhtmltopdf, although I'm not sure if this would suit your needs:

share|improve this answer
Thanks Dave. I'll give it a lookin in. The application will be offline.. – dotman14 Mar 10 '12 at 14:49

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.