Hey people!
I'm trying to export a 'report' with graphics, colors, a lot of data into a PDF file, I'm using dompdf libraries ( http://code.google.com/p/dompdf/wiki...df_via_the_web), and this library works nice with some regular PHP pages, but my issues started when I tried to export all my colorful report.
some of the issue that I have are:
" Deprecated: Function set_magic_quotes_runtime() is deprecated in /opt/lampp/htdocs/PHP-PDF/dompdf-0.5.1/lib/class.pdf.php on line 4332
Deprecated: Function set_magic_quotes_runtime() is deprecated in /opt/lampp/htdocs/PHP-PDF/dompdf-0.5.1/lib/class.pdf.php on line 4348"
alright, now, what do you guys are using to do this task? exporting to PDF.
Thank you in advance! 
Last edited by mckain; 11-03-2010 at 05:47 PM..
|