PHP PDF Generators

FPDF is a free library for generating PDFs with PHP. The F stands for free!

There are some excellent scripts that do cool things like query a MySQL database then output the results to PDF. The FPDF website also has good tutorials, a forum and is accessible in many languages.

To get it up and running you only need to download the FPDF Library and refernce it with an include file and you're up up and away!

http://www.fpdf.org/




See also:
http://www.pdflib.com

The well-known PDFlib software suite is a programming library which allows the programmer to generate and manipulate PDF files and integrate this ability into any application or server environment. PDFlib GmbH sold more than 11000 commercial licenses of its software tools in more than 60 countries.

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options