PHP/HTML to PDF Conversion
Posted: Mon Sep 13, 2010 9:28 am
Hi All,
New programmer here really stuck on converting HTML to PDF. I've installed almost every converter I can find, but constantly run into deprecation errors or other warnings about the code. I particularly liked HTML2FPDF as it was easy to install and work. However, deprecation and other errors out the ying-yang with PHP 5.3.
Anyone have any suggestions for a simple and small foot-print script that works with PHP and will let me create a PDF based on dynamic data that WORKS WITH PHP 5.3?
By the way, HTML2FPDF had 'magic_quotes' in it that was causing all the deprecation errors in 5.3. After I silenced them.. there were more errors.
I don't get it... 5.3 has been out for a while, but I don't see anything on the Internet for a fix, which is weird. Am I doing something wrong as a beginner/noob?
Thanks in advance...
New programmer here really stuck on converting HTML to PDF. I've installed almost every converter I can find, but constantly run into deprecation errors or other warnings about the code. I particularly liked HTML2FPDF as it was easy to install and work. However, deprecation and other errors out the ying-yang with PHP 5.3.
Anyone have any suggestions for a simple and small foot-print script that works with PHP and will let me create a PDF based on dynamic data that WORKS WITH PHP 5.3?
By the way, HTML2FPDF had 'magic_quotes' in it that was causing all the deprecation errors in 5.3. After I silenced them.. there were more errors.
I don't get it... 5.3 has been out for a while, but I don't see anything on the Internet for a fix, which is weird. Am I doing something wrong as a beginner/noob?
Thanks in advance...