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 would gladly take any advice.
Thanks