Creating PDF Files from PHP on debian

apt-get install php-fpdf

look for tutorials and documentation at: http://www.fpdf.org/

add fpdf to the include path, and save yourself the hazzle to edit it every time:

include_path = “.:/usr/share/php:/usr/share/php/fpdf”

(in php.ini (DUH!))

Dette indlæg blev udgivet i Knowledge Base, Old Base, Programmering. Bogmærk permalinket.

Skriv et svar