RE: [PHP] Using PHP to generate Acrobat PDF...

2003-09-15 Thread Jay Blanchard
[snip] Ooohhh! Neat website! Here's the other info send to me by someone from email. Thanks for all of the feedback. Now i have something to get start --snip-- http://ca3.php.net/manual/en/ref.pdf.php [/snip] Don't forget the FPDF class at http://www.fpdf.org -- PHP General Mailing List

Re: [PHP] Using PHP to generate Acrobat PDF...

2003-09-12 Thread Evan Nemerson
Well there's clibpdf and pdflib, which you can get info from the PHP manual for. Unfortunately, both are non-free. php.net/pdf and php.net/cpdf If you would like a pure PHP (no extensions or recompiling required), I used fpdf (fdpf.org) in a project a while back, and had positive results. I've

Re: [PHP] Using PHP to generate Acrobat PDF...

2003-09-12 Thread Scott Fletcher
Ooohhh! Neat website! Here's the other info send to me by someone from email. Thanks for all of the feedback. Now i have something to get start --snip-- http://ca3.php.net/manual/en/ref.pdf.php --snip-- "Simon Stiefel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 12 S

Re: [PHP] Using PHP to generate Acrobat PDF...

2003-09-12 Thread Simon Stiefel
On 12 Sep 2003 at 13:17, Scott Fletcher wrote: > Anyone have experience with it? Anyone of good information where I can do > some research on? Have a look at www.pdflib.com. They also have a great documentation for it. We use it to put our company logo at the top af some PDF documents. Works per

[PHP] Using PHP to generate Acrobat PDF...

2003-09-12 Thread Scott Fletcher
Anyone have experience with it? Anyone of good information where I can do some research on? Thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php