On 12/13/2011 09:33 AM, Maxime Bégnis wrote: > > Is it possible to embed the XXE convert doc function(more precisely epub > conversion) in our application(Calenco)? If so, is there some > documentation about it? >
"Convert Document" invokes XXE process commands (http://www.xmlmind.com/xmleditor/_distrib/doc/commands/process.html). Only XXE can execute process commands. The answer is therefore no, it's not possible. However it's still possible to embed: * The conversion of DITA to EPUB by embedding XMLmind DITA Converter (quite easy to do). See http://www.xmlmind.com/ditac/_distrib/doc/manual/embed1.html#embed1 * The conversion of DocBook to EPUB by reusing the corresponding XSLT stylesheets (which are *not* those found in the DocBook XSL Stylesheets -- http://docbook.sourceforge.net/release/xsl/current/ -- see also XXE_install_dir/addon/config/docbook/xsl/CHANGES_MADE_BY_XMLMIND.txt). The main difference with XXE process commands is that process commands automatically use all XXE plug-ins: image toolkits for automatic conversion between image file formats, virtual drive plug-in for uploading the output files to a remote server, etc. -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

