Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Best way to make PDF in PHP

Status
Not open for further replies.

storm197

MIS
Oct 9, 2002
55
CA
Hi,

What is the best way to build a PDF file in PHP.

Is it the PDF functions included in the distribution of PHP or the FPDF ( library ?
 
The PHP Manual states:
Requirements
PDFlib is available for download at but requires that you purchase a license for commercial use. The JPEG and TIFF libraries are required to compile this extension.

So, if you want to use the PHP functions described in the manual you will have to use PDFlib and get the license if used commercially.

The free version offers all around similar functionality but it is a class, not a compiled part and there will be performance differences. If the documents are not too cpmlicated it will make not much difference.

The considerations are
a) cost, re-compilation of PHP with the library
or
c) slower performance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top