Click to See Complete Forum and Search --> : Converting DOC files to PDF with PHP


tgrk35
07-13-2007, 10:56 AM
Is there a way to convert DOC files to PDF using PHP?

I know it's possible to create PDF files with PHP, but not sure about converting an existing DOC...

Any help you can give would be great :).

Thanks :)

Will

cluettr
07-13-2007, 11:00 PM
You sould need the ability to read in a Word Doc format and I don't beleive anything like that exists.

felgall
07-14-2007, 05:34 PM
The Word document format is proprietary to Microsoft and so you will need to purchase the PHP library that can read that format from them (if they ever write one).

This is something where using a different server side language (one created by Microsoft) will possibly allow you to do what you want where PHP can't. There is almost certainly a .net solution created by Microsoft that you can purchase to use to do this.