Hi, there's a fully functional codesnippet available which does show how document-conversion can happen.
http://codesnippets.services.openoffice.org/Office/Office.ConvertDocuments.snip If you are running this from a J2EE application you need to take into consideration that ***one*** OO-Instance can not deal with multiple request at the same time, so must: - serialize access to OO - create a pool of instances you connect to and serialize access to them Tom Kirk Israel wrote: > This project got backburnered but is now coming up again, the concept of > integrating OOo's doc to HTML conversion as seamlessly as possible into an > exisint J2EE application. > > My understanding is that OOo must be present (copied to, but not necceaarily > installed, baed on Mathias' previous comments. At that point, it should be > fairly easy to go through with the UNO libraries...is that about the size of > it? Am I missing anything, or are there any resources that might make this > easier? > > Thanks, > Kirk >