Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
Convert HTML + CSS to PDF with PHP?

Hi good day everyone,

Im new in php, im just wondering how can i save my html/php page as pdf file so that other users can save it on their computer for printing.

I would really appreciate your help.

share|improve this question

marked as duplicate by Piskvor, Will Nov 9 '11 at 13:26

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

You may use some free HtmlToPdf Services.

something like >> http://www.htm2pdf.co.uk/

share|improve this answer
Hi Raathigesh, is there other way where other users can just click a button in my page to save it as pdf? – Jonathan Nov 9 '11 at 8:02
Hi Jonathan, You may use pdfmyurl.com See the Advance options. How to use / insert PDFmyURL in your own site Just link the text or image people will use for downloading a specific page/url: pdfmyurl.com?url=www.opentracker.net for example: <a href="pdfmyurl.com?url=www.opentracker.net">download this page as pdf</a> – Raathigesh Nov 15 '11 at 7:50
Yeah the site in this answers also offers this, see htm2pdf.co.uk/save-as-pdf – user1914292 Mar 16 at 14:39

Try this if you need to generate pdf on the fly: http://www.tcpdf.org/

share|improve this answer

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