What versions of Office do you have to support? If you can get away with only supporting Open XML doc files, you'll be able to do a lot more. They are zip files of xml docs and resources and MS has an SDK for working with them. You can convert them into a number of formats through XSLT and other options. If you have to support older, binary, DOC versions then you'll need to look at the various commercial options like ActivePDF and some of the non-commercial options like OpenOffice.
Judah On Tue, Nov 8, 2011 at 10:53 AM, Russ Michaels <[email protected]> wrote: > > anyone got any recommendations for DOC to PDF conversion ? > CFDOCUMENT requires OpenOffice to be on the server, which I don't > really want to do, so looking for an alternative. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348528 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

