[PHP] HTML2pdf

2005-02-17 Thread Richard Lynch
[NB Got trigger-happy on the delete again. Sorry.] convert HTML to PDF with CSS intact There's a 'webthumb' application from the GD guys that would, in theory, let you snatch the way a URL looks to your web-server's X + Mozilla setup, and then you'd have that as a JPEG, which you could then

[PHP] HTML2PDF on the fly

2003-11-11 Thread K. Praveen Kumar
Hi all, Can anybody tell me how can I convert the HTML to PDF on the fly. I have a HTML form which should be converted into PDF after filling and submitting it. Please give me your valuable suggestions. I have been using HTMLDOC-1.8.23. executing the below code giving error.This code is

Re: [PHP] HTML2PDF on the fly

2003-11-11 Thread Burhan Khalid
K. Praveen Kumar wrote: Hi all, Can anybody tell me how can I convert the HTML to PDF on the fly. I have a HTML form which should be converted into PDF after filling and submitting it. Please give me your valuable suggestions. I have been using HTMLDOC-1.8.23. http://www.fpdf.org

Re: [PHP] HTML2PDF on the fly

2003-11-11 Thread K. Praveen Kumar
This is the error I am getting while executing the script. File does not begin with '%PDF-'. -- Thanks Regards Praveen Kumar SoftPro Systems Ltd On Tue, 2003-11-11 at 16:29, Burhan Khalid wrote: K. Praveen Kumar wrote: Hi all, Can anybody tell me how can I convert the HTML to PDF on

Re: [PHP] HTML2PDF on the fly

2003-11-11 Thread Marek Kilimajer
Save the file and look at its content, you might have php errors in it. K. Praveen Kumar wrote: This is the error I am getting while executing the script. File does not begin with '%PDF-'. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] html2pdf

2001-11-08 Thread burk
On Tue, 6 Nov 2001, Valentin V. Petruchek wrote: Hello everyone! I'm looking for powerful (e.g. table and css support) generator html2pdf, preferable written in php. Well it's not written in PHP, but it works well enough with it: http://www.easysw.com/htmldoc It's a good package, the