Hi All,

I want to be able to show selected pages of my website as PDF using a 'PDF' button much like this site does:

http://www.westmeon.org.uk/index.php...id=8&Itemid=35

I presume that I will need to install some sort of software on my server (which runs the latest PHP, MySQL etc.) but after hours of searching online I cannot find a simple way of doing this.

Does anyone have any suggestions or pointers for how I can do this?

FYI my website is written in PHP drawing data from a MySQL database.

Regards,
Neil

    Try mpdf

    it's an upgrade built on top of FPDF
    (FPDF would not do what you want as it can't convert an existing html page.. it does have plug ins to do that, but it will take a while to get it working as you want)

    MPDF is easier to work with

      Write a Reply...