Welcome Guest, Not a member yet? Register   Sign In
Code Igniter and R&OS; pdf generation
#1

[eluser]Firenter[/eluser]
I was looking for a way to generate pdfs from php and found this R&OS; and how to make it work with Code Igniter.
But I've run into a problem. Whenever I try to generate more than 1 line of text it won't show the pdf.

Code:
$this->cezpdf->ezText("Hello world!", 12);
$this->cezpdf->ezText("12",10);

$this->cezpdf->ezStream();

If I try using either of those line separately it works but otherwise it does nothing. If anyone else is having or had this problem and found a solution can you help please???




Theme © iAndrew 2016 - Forum software by © MyBB