Hi Brian and all,
If you are familiar with OpenOffice extension development, you can use the built-in basic XML filter "com.sun.star.comp.Writer.XmlFilterAdaptor" API to export an ODT file as a single XML file (all XML elements will be aggregated, and all multimedia data is also aggregated as a base64 encoding element). Please refer to the OpenOffice.org SDK document and following page to write a custom export filter using XmlFilterAdaptor. http://api.openoffice.org/docs/DevelopersGuide/OfficeDev/OfficeDev.xhtml http://xml.openoffice.org/filter/ http://wiki.services.openoffice.org/wiki/Export_filter_framework However, If you just want to convert an ODT file into a PDF file, JOD converter is useful. The JOD converter is a Java library which provides ODF file conversion capabilities. http://www.artofsolving.com/opensource/jodconverter thanks, --- Takuya Mishina --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
