Re: [PHP] Creating a pdf document

2002-01-24 Thread val petruchek
Subject: [PHP] Creating a pdf document Hello, I was wondering if I could save the result of a query in a pdf document. I looked for any functions that might help, but I got confused because I could not see how/where exactly to insert the necessary .dll's. I'd like to do this (saving the output

Re: [PHP] Creating a pdf document

2002-01-24 Thread Jason Wong
On Thursday 24 January 2002 15:52, Mihail Bota wrote: Hello, I was wondering if I could save the result of a query in a pdf document. I looked for any functions that might help, but I got confused because I could not see how/where exactly to insert the necessary .dll's. First read the

[PHP] Creating a pdf document

2002-01-23 Thread Mihail Bota
Hello, I was wondering if I could save the result of a query in a pdf document. I looked for any functions that might help, but I got confused because I could not see how/where exactly to insert the necessary .dll's. I'd like to do this (saving the output of a query) by using mysql installed on

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

2001-06-27 Thread Alok K. Dhir
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

[PHP] Creating a PDF document from an HTML Page

2001-06-26 Thread Boaz Yahav
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.

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

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

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/