Re: [PHP] Word file to PDF

2005-02-25 Thread Andre Dubuc
On Friday 25 February 2005 03:08 pm, Rory Browne wrote: > > Run PHP on a windows platform that has MSWord and the PDF printing > > libraries installed. Use PHP's COM support to load an MSWord object and > > see if you can get it to load the word document and print it out as a PDF > > file. Once it

Re: [PHP] Word file to PDF

2005-02-25 Thread Rory Browne
> Run PHP on a windows platform that has MSWord and the PDF printing libraries > installed. Use PHP's COM support to load an MSWord object and see if you can > get it to load the word document and print it out as a PDF file. Once it is > printed to the file, you can use PHP to read the file and do

Re: [PHP] Word file to PDF

2005-02-25 Thread kermodebear
Hello Kevin, You might want to try this: Run PHP on a windows platform that has MSWord and the PDF printing libraries installed. Use PHP's COM support to load an MSWord object and see if you can get it to load the word document and print it out as a PDF file. Once it is printed to the file, you c

Re: Fwd: [PHP] Word file to PDF

2005-02-24 Thread Jason Barnett
hu, 24 Feb 2005 13:12:15 +0000 > Subject: Re: [PHP] Word file to PDF > To: Kevin Javia <[EMAIL PROTECTED]> > > > You could check out wvware. I believe you can find it at > http://wvware.sourceforge.net although I'm not sure. > > Alternatively you could probably fi

Fwd: [PHP] Word file to PDF

2005-02-24 Thread Rory Browne
Sorry - forgot to cc this to the list. [off-topic] Any idea if there is any way to set up gmail so that it automaticly replys to the list. -- Forwarded message -- From: Rory Browne <[EMAIL PROTECTED]> Date: Thu, 24 Feb 2005 13:12:15 + Subject: Re: [PHP] Word file to

[PHP] Word file to PDF

2005-02-23 Thread Kevin Javia
Hi there, How can I convert a Word file (*.doc) to PDF file? Are there any libraries available? Can you give me some hint how can I do that? Thanks. Kevin. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php