3. Contents of the installation directory

bin/fo2rtf.bat, fo2wml.bat, fo2docx.bat, fo2odt.bat

.bat files used to run XMLmind XSL-FO Converter on Windows.

bin/fo2rtf, fo2wml, fo2docx, fo2odt

Shell scripts used to run XMLmind XSL-FO Converter on the Mac and on Linux.

bin/xfc.jar

The class library containing the XMLmind XSL-FO Converter engine. Add it to your CLASSPATH if you are integrating XMLmind XSL-FO Converter in your application.

ext/

Contains SVG and MathML support in both source and compiled forms.

lib/

Contains all the .jar files (xfc_ext.jar, batik-all.jar, jeuclid-core.jar, etc) which implement SVG and MathML support.

src/

Contains the Java source code of the SVG and MathML. Included ant's src/build.xml allows to rebuild lib/xfc_ext.jar.

This source code is intended to be used as an example of how to implement the Graphic and GraphicFactory interfaces.

legal.txt, legal/

Contains the licenses of the Open Source components (Batik, JEuclid) used to implement SVG and MathML support. Also contains legal information about Java Advanced Imaging Image I/O Tools (jai_imageio.jar).

doc/index.html

Points to copies of this document in HTML, PDF, RTF, WordprocessingML, Office Open XML and OpenOffice formats.

Also points to the reference manual of the API (generated using Javadoc™) of XMLmind XSL-FO Converter.

legal.txt, legal/

Contains XMLmind XSL-FO Converter licenses.

samples/

A few XSL-FO sample files, in case you want to test the installation of XMLmind XSL-FO Converter by running samples/make_samples.bat (samples/make_samples on Linux/Mac).