Convert Word To Pdf using PHP and PDFCreator

I have written a script/class which convert MS-Word (*.doc) files to *.pdf files on the fly by using Apache/PHP as request handler and PDFCreator 0.9.9.0 as file converter on Windows XP and Server 2003 with MS-Word 2003.

Per default the class requests several requirements, inter alia Apache running as Windows user with Administrator permissions to avoid errors of the examples!

! PLEASE CHECK THE README.TXT BEFORE YOU USE THE SCRIPT !

It can be used as it is but i recommend you to modify the scripts by yourself before you using them in some live environment.

Download without PDFCreator 0.9.9.0 installer package:
convert_word_to_pdf_v0.1_nopdfcinstaller.zip (deprecated)
convert_word_to_pdf_v0.2_nopdfcinstaller.zip

Download including PDFCreator 0.9.9.0 installer package:
convert_word_to_pdf_v0.1_pdfc0.9.9.zip (deprecated)
convert_word_to_pdf_v0.2_pdfc0.9.9.zip

Maybe its useful for someone :)