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