RE: [PHP] Creating a PDF document from an HTML Page

2001-06-27 Thread Alok K. Dhir

Your best bet is probably to generate a pdf version of the receipt using
pdflib instead of trying to tape together some HTML-PDF solution...

 -Original Message-
 From: 
 [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED].
net] On Behalf Of Boaz Yahav
 Sent: Tuesday, June 26, 2001 10:26 AM
 To: PHP General (E-mail)
 Subject: [PHP] Creating a PDF document from an HTML Page
 
 
 Hi
 
 I'm trying to create a receipt in a PDF format. I have the 
 receipt as HTML. Is there any class or module in PHP or other 
 language that can read an HTML file and output a PDF file?
 
 thanks
 
 Sincerely
 
 berber
 
 Visit http://www.weberdev.com/ Today!!!
 To see where PHP might take you tomorrow.
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: 
 [EMAIL PROTECTED] To contact the list 
 administrators, e-mail: [EMAIL PROTECTED]
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Creating a PDF document from an HTML Page

2001-06-26 Thread Robert L. Yelvington

give 'htmldoc' a try.

http://www.easysw.com/htmldoc/

~rob

on 6/26/01 7:25 AM, Boaz Yahav at [EMAIL PROTECTED] wrote:

 Hi
 
 I'm trying to create a receipt in a PDF format. I have the receipt as HTML.
 Is there any class or module in PHP or other language that can read an
 HTML file and output a PDF file?
 
 thanks
 
 Sincerely
 
 berber
 
 Visit http://www.weberdev.com/ Today!!!
 To see where PHP might take you tomorrow.
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Creating a PDF document from an HTML Page

2001-06-26 Thread teo

Hi Boaz!
On Tue, 26 Jun 2001, Boaz Yahav wrote:

 Hi
 
 I'm trying to create a receipt in a PDF format. I have the receipt as HTML.
 Is there any class or module in PHP or other language that can read an
 HTML file and output a PDF file?
 
if you intend to do it offline, try html2ps  ps2pdf (quick shot)
also you have htmldoc, which I dunno if it supports batch jobs.

otherwise, you'll find a lot of Java based solution, google is your friend :)

ciao

-- teodor

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Creating a PDF document from an HTML Page

2001-06-26 Thread burk

On Tue, 26 Jun 2001, Boaz Yahav wrote:

 I'm trying to create a receipt in a PDF format. I have the receipt as HTML.
 Is there any class or module in PHP or other language that can read an
 HTML file and output a PDF file?

I use HTMLDOC. It works well for us here.

http://www.easysw.com/htmldoc/

Hope this helps,

-burk


-- 
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]