Hey all,

I wanted to allow the user to convert a page into a pdf for them to download. Just wondering if anyone could point me in the right direction on how to convert an html page into a pdf? Not sure how to go about it.

Thanks in advance. 🙂

    I've had some fun creating PDFs in PHP before and found http://www.ros.co.nz/pdf/ to fit all my needs.

    Any PDF converter that I've used is not as simple as loading HTML code and spitting out a PDF. But if you are gathering your content from a DB, you should be able to use this to quickly script something for you liking.

    I hope that helps.

      I've found FPDF satisfies all my coding needs pdf-wise

        Write a Reply...