Possible Duplicate:
Convert HTML + CSS to PDF with PHP?
Ok, I'm by no means a programmer, but I'm fluent at HTML and CSS, and know some javascript even thou I work as a graphic designer.
I was looking to make a small web app, so the client could make their own business cards, without relying on me every time a new employee arrives.
The procedure would be simple, the client would just have to type the name and the job position of the employee, and by submitting it would generate a PDF with the new card using a preestablished design by me.
I think I can do the part of inserting the data in the card with CSS, HTML, and a little Javascript or PHP perhaps?
But how can I convert the page in a printable PDF?