Re: [PHP] pdf_new() uncalled Function

2009-03-16 Thread Bastien Koert
On Mon, Mar 16, 2009 at 1:48 PM, Alice Wei wrote: > [/snip] > another option is FPDF from www.fpdf.org another class > > the classes are nice since they don't generally require the module to be > installed. > > If you are on Linux, another option might be FOP... > http://xmlgraphics.apache.org/f

RE: [PHP] pdf_new() uncalled Function

2009-03-16 Thread Alice Wei
[/snip] another option is FPDF from www.fpdf.org another class the classes are nice since they don't generally require the module to be installed. If you are on Linux, another option might be FOP... http://xmlgraphics.apache.org/fop/ I checked out the first link you provided, and dow

Re: [PHP] pdf_new() uncalled Function

2009-03-16 Thread Bastien Koert
[snip] > > > [/snip] > another option is FPDF from www.fpdf.org another class > > the classes are nice since they don't generally require the module to be > installed. > > If you are on Linux, another option might be FOP... > http://xmlgraphics.apache.org/fop/ > > I checked out the first link you

Re: [PHP] pdf_new() uncalled Function

2009-03-16 Thread Paul M Foster
On Mon, Mar 16, 2009 at 10:06:32AM -0400, Alice Wei wrote: > > Hi, > > I use Linux, and I had installed PHP using yum install php. I am trying to > use the pdf_new function to create pdfs from existing text files, but I get > this error > > PHP Fatal error: Call to undefined function

RE: [PHP] pdf_new() uncalled Function

2009-03-16 Thread Alice Wei
Date: Mon, 16 Mar 2009 11:41:35 -0400 Subject: Re: [PHP] pdf_new() uncalled Function From: phps...@gmail.com To: aj...@alumni.iu.edu CC: php-general@lists.php.net On Mon, Mar 16, 2009 at 11:32 AM, Alice Wei wrote: On Mon, Mar 16, 2009 at 10:06 AM, Alice Wei wrote: Hi, I

Re: [PHP] pdf_new() uncalled Function

2009-03-16 Thread Bastien Koert
On Mon, Mar 16, 2009 at 11:32 AM, Alice Wei wrote: > > On Mon, Mar 16, 2009 at 10:06 AM, Alice Wei wrote: > > > > Hi, > > > > I use Linux, and I had installed PHP using yum install php. I am trying to > use the pdf_new function to create pdfs from existing text files, but I get > this error > >

RE: [PHP] pdf_new() uncalled Function

2009-03-16 Thread Alice Wei
On Mon, Mar 16, 2009 at 10:06 AM, Alice Wei wrote: Hi, I use Linux, and I had installed PHP using yum install php. I am trying to use the pdf_new function to create pdfs from existing text files, but I get this error PHP Fatal error: Call to undefined function pdf_new() I hav

Re: [PHP] pdf_new() uncalled Function

2009-03-16 Thread Bastien Koert
On Mon, Mar 16, 2009 at 10:06 AM, Alice Wei wrote: > > Hi, > > I use Linux, and I had installed PHP using yum install php. I am trying to > use the pdf_new function to create pdfs from existing text files, but I get > this error > >PHP Fatal error: Call to undefined function pdf_new() > > I