CodeIgniter Forums
PDF HELL - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: PDF HELL (/showthread.php?tid=40222)



PDF HELL - El Forum - 04-02-2011

[eluser]4waymedia[/eluser]
HELP!!

Something is just NOT working for me. I've gone through ALL the forum suggestions. . .Most of which are for 1.6, 1.7. I've only run across 1 or 2 posts for CI 2, and PDF generation.

Nothing works.

http://kkirtisoftwares.com/drupal6/?q=node/26

I followed that post and get this error:

Unable to locate the specified class: ExceptionsEXT

I've followed everything I could find. . .


PDF HELL - El Forum - 04-02-2011

[eluser]Rok Biderman[/eluser]
There really isn't much changed since 1.7, but have you read my post in this wiki dompdf discussion?

If you still have problems, the link i gave here still works. This is a complete (version 2.0.0) working example of the example in that wiki discussion.

If none of this do it for you, start checking for server problems.


PDF HELL - El Forum - 04-02-2011

[eluser]4waymedia[/eluser]
I ended up using fpdf and adapted a wonderful tutorial from Nettuts. . . fpdf seems to be very limiting, but at least I got it to do what I need for now.

I'm sure I'm not the only one having headaches with some of these things. I'll try and post some of my stuff, and problems encountered.


PDF HELL - El Forum - 04-03-2011

[eluser]Rok Biderman[/eluser]
Suit yourself, but atleast try dompdf. It's much easier to work with than fpdf.