I have a word file () which has many text fields and a startup macro, which, when word file is opened sets, values to fields from file properties ?!
So basically, I need API that can convert MS word (MS Office XP) to PDF. It would be great if API had a startMacro function(), but I know that is not gonna happen.
I have tried Apache POI, but there is so little support to old word format.
Also I read about OO API, but I’m not able to have an OO instance running on the server.
I worked on a similar problem a year ago. I finally settled with using OpenOffice.org I’m not positive OpenOffice.org will meet your exact needs here, but I would suggest looking at it.