Generating PDFs in PHP
Published December 2nd, 2010For several recent projects I’ve been called upon to produce output in PDF format. For a PHP coder the difficulty lies not in the task itself, but in choosing which of the numerous PDF generation libraries to use. I’ve tried several over the past 18 months or so, including FPDF and TCPDF. TCPDF is a direct [...]