RE: [PHP] Tables in a pdf files

2004-04-13 Thread Hawkes, Richard
 I would like to generate a table in a pdf file.

These appeared on Google when I typed 'PHP PDF'

http://www.php.net/manual/en/ref.pdf.php
http://www.easysw.com/htmldoc/pdf-o-matic.php

==
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==

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



Re: [PHP] Tables in a pdf files

2004-04-13 Thread Jeremy Clifton
On Apr 13, 2004, at 9:10 AM, Jean-Marie Ferdègue wrote:

Hi,

I would like to generate a table in a pdf file.
I would recommend the PDF class you can find here:
http://www.ros.co.nz/pdf/
It has support for tables and is pretty easy to use, from my 
experience. Previously, I had used another solution called htmldoc (you 
can probably find it on Google) that will convert HTML to a PDF file, 
but it's not as easy to deal with, and the PDFs it creates are, in my 
opinion, not nearly as nice as the ones created by PDF class above.

Jeremy

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


RE: [PHP] Tables in a pdf files

2004-04-13 Thread Jason Sheets
Also take a look at the fpdf class, it is a pdf generator written in PHP
that is free for use.  Implenting the PDF library in PHP results in slightly
lower performance but greater portability because the client doesn't need
third party libraries installed and free commercial use, pdflib requires you
to purchase a license for commercial use.

There homepage is: http://www.fpdf.org

A tutorial that specifically deals with generating tables using this class
is available at: http://www.fpdf.org/en/tutorial/tuto5.htm 

Jason

-Original Message-
From: Jean-Marie Ferdègue [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 13, 2004 7:11 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Tables in a pdf files

Hi,

I would like to generate a table in a pdf file.

Typically my application is : i have a directory of members which is stored
as an sql table and i would like to offer the visitor the possibility to
download this directory as a pdf file.
So the pdf file should just be an organised list of members put into a
table.

Thank's,
i hope my request is clear and the answer will come soon.

/ Jean-Marie

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

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