Re: [PHP] HTML -> PDF PHP Package

2005-07-15 Thread Christian Calloway
I am converting "simple" html files.. reports that were created in Doc and then converted to html. I am assuming you are executing this tool from PHP and sending back the results once complete? How has it worked for you. Christian ""Chris Boget"" <[EMAIL PROTECTED]> wrote in message news:[EMAI

RE: [PHP] HTML -> PDF PHP Package

2005-07-15 Thread Matt Babineau
Ok I just went through great lengths investigating this. If you have complex HTML, forget it. All the HTML -> PDF conversions only work out with very simple HTML. If you are trying to convert a web page to PDF if most likely will look terrible - to check on this try it using Acrobat Distiller, assu

Re: [PHP] HTML -> PDF PHP Package

2005-07-15 Thread Chris Boget
> I am looking for a PHP based packaged (though it doesn't necesarily have to > be) that will convert HTML files to their PDF representations; on the fly of > course. Anyone know or have any experience w/this? Thanks in advance, We use htmldoc. http://www.easysw.com/htmldoc/ thnx, Chris -- PHP

Re: [PHP] HTML->PDF

2004-11-12 Thread Robert Sossomon
Amanda Hemmerich is quoted as saying on 11/12/2004 4:01 PM: Is there a fairly straightforward way to generate a PDF out of a .php file that's made up of includes and the includes are contructed dynamically using data from mysql? This page normally displays the info based on parameters passed throu