Possible Duplicate:
Convert HTML + CSS to PDF with PHP?
Please give code for PDF generation using HTML and CSS
Possible Duplicate:
Convert HTML + CSS to PDF with PHP?
Please give code for PDF generation using HTML and CSS
What's your development environment?
I have used iTextSharp with great success. You might want to have a look at it.
It's not possible to generate a PDF file using just HTML and CSS code. You will need a PHP library that supports converting HTML documents to PDF documents. See this StackOverflow question for some tips.