Hi, On Tue, Apr 28, 2009 at 12:27 PM, Ludovic Dubost <[email protected]> wrote:
> > Hi Guys, > > The class for external processes is already available > > > http://code.google.com/p/jodconverter/source/browse/tags/3.0-beta-2/jodconverter/src/main/java/net/sf/jodconverter/office/ExternalProcessOfficeManager.java > > Which basically means you just need to modify this code to call a > different ProcessOfficeManager Yes, but this is for a "external but local" openoffice process (OOo process running inside the local computer). It seems like a small hack into this class: http://code.google.com/p/jodconverter/source/browse/tags/3.0-beta-2/jodconverter/src/main/java/net/sf/jodconverter/office/OfficeConnectionMode.java would allow us to connect to a remote OOo server (changing accept string). But I highly doubt that is enough, otherwise mirko would have already implemented it. I will update all of you once I get a chance to look at the code more closely. Thanks. - Asiri _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

