RE: [PHP] PDF Generator

2005-12-02 Thread Jay Blanchard
[snip]
What is the best FREE pdf generator for PHP?
[/snip]

http://www.fpdf.org and you know that PHP has some built-in functionality
using PDFlib http://www.php.net/pdf

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] PDF Generator

2005-12-02 Thread Jim Moseby
 
 What is the best FREE pdf generator for PHP?
 

PHP *is* a free PDF generator.

http://us3.php.net/manual/en/ref.pdf.php

JM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PDF Generator

2005-12-02 Thread Chris Boget

What is the best FREE pdf generator for PHP?


We use HTMLDoc and it works reasonably well.

thnx,
Chris

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PDF Generator

2005-12-02 Thread Ray Hauge
http://www.fpdf.org is a very good resource for PDF generation.  I use 
it all the time.  It was faster than writing up my own PDF class.  It's 
fairly well documented as well.


There's also http://fpdi.setasign.de/ if you want to put text, images, 
etc on an existing PDF.


Jay Blanchard wrote:


[snip]
What is the best FREE pdf generator for PHP?
[/snip]

http://www.fpdf.org and you know that PHP has some built-in functionality
using PDFlib http://www.php.net/pdf

 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PDF Generator

2005-12-02 Thread Ben

Jay Blanchard said the following on 12/02/2005 07:49 AM:

[snip]
What is the best FREE pdf generator for PHP?
[/snip]

http://www.fpdf.org and you know that PHP has some built-in functionality
using PDFlib http://www.php.net/pdf


If you're able to GPL your code you can use PDFlib freely.  IIRC that 
change was made to the PDFlib lite license a few years ago.


IANAL, but if I understand things correctly if you (or your client) have 
no plans to redistribute your resulting code you can GPL it and that 
would then qualify you to use PDFlib for free.  If you are working for a 
client you would of course have to provide your code to your client, but 
then you have to do that with PHP anyway.


- Ben

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PDF generator?

2004-06-17 Thread Matt Matijevich
[snip]
I have a PDF that I need to insert values into from a web form. I would
like
to input directly into the PDF from the web.
[/snip]

http://www.php.net/pdf if you want to get the license.

http://www.php.net/fdf fdf

There is also the option on just editing the text in the pdf but I have
not had much luck with that.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php