[PHP] PDF Problems

2001-02-21 Thread Sam Goin
Hi, I am running PHP4.04pl1, pdflib3.03, jpeg6b, tiff3.5.5, apache1.3.17. Some of the pdf functions work, but others don't, such as pdf_new(). Does anybody know what the problem is? I have been all over the documentation, email archives, and support discussions at phpbuilder.com thanks, Sam

[PHP] PDF Problems

2001-07-09 Thread ReDucTor
I get undefined func on pdf_new but on all the other pdf functions they work, but i first need the pdf_new then i tried cpdf, all works, but i can't seem to get text onto a page...HELP ME - James "ReDucTor" Mitchell

Re: [PHP] PDF Problems

2001-02-21 Thread Michael Stearne
What OS and glibc version? There are problems with the set-up in RH7. Michael Sam Goin wrote: > Hi, > > I am running PHP4.04pl1, pdflib3.03, jpeg6b, tiff3.5.5, apache1.3.17. > > Some of the pdf functions work, but others don't, such as pdf_new(). > > Does anybody know what the problem is? I h

Re: [PHP] PDF Problems

2001-02-21 Thread Mike Tuller
f_new() to the following: <? header( "Content-type: application/pdf" ); <? Doesn't work for me, so I put From: Michael Stearne <[EMAIL PROTECTED]> > Date: Wed, 21 Feb 2001 17:31:45 -0500 > To: Sam Goin <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] >

RE: [PHP] PDF Problems

2001-02-22 Thread Mathias Meyer
> -Original Message- > From: Mike Tuller [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 22, 2001 12:01 AM > To: Michael Stearne; Sam Goin > Cc: php mailing list > Subject: Re: [PHP] PDF Problems > > If anyone knows how to fix this please let me know. >

Re: [PHP] PDF Problems

2001-02-22 Thread Mike Tuller
Do you have any idea when 4.0.5 will be out? > From: "Mathias Meyer" <[EMAIL PROTECTED]> > Date: Thu, 22 Feb 2001 10:57:31 +0100 > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Subject: RE: [PHP] PDF Problems > >> -Original Messag

Re: [PHP] PDF Problems

2001-02-22 Thread php3
Addressed to: Mike Tuller <[EMAIL PROTECTED]> php mailing list <[EMAIL PROTECTED]> ** Reply to note from Mike Tuller <[EMAIL PROTECTED]> Thu, 22 Feb 2001 09:05:34 -0600 > > Do you have any idea when 4.0.5 will be out? If nothing goes wrong, they hope to do it around the first of

Re: [PHP] PDF Problems

2001-07-09 Thread David Robley
On Tue, 10 Jul 2001 15:40, ReDucTor wrote: > I get undefined func on pdf_new but on all the other pdf functions they > work, but i first need the pdf_new then i tried cpdf, all works, but i > can't seem to get text onto a page...HELP ME - James "ReDucTor" > Mitchell That function wasn't introduce

Re: [PHP] PDF Problems

2001-07-09 Thread ReDucTor
Shit i only have 4.0 ): - Original Message - From: David Robley <[EMAIL PROTECTED]> To: ReDucTor <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 4:18 PM Subject: Re: [PHP] PDF Problems > On Tue, 10 Jul 2001 15:40, ReDucTor wrote: > &

Re: [PHP] PDF Problems

2001-07-09 Thread ReDucTor
Fatal error: PDFlib error: Beta expired - retrieve new version from www.pdflib.com in c:\phpdev3\www\pdf\test.php on line 2 hahahahha - Original Message - From: ReDucTor <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 4:22 PM Subject: Re: [PHP]