H. Grasl wrote: > > Do you have an advice for me how to render a svg picture file in rtf by > using xmlmind? >
--> If you are using the .NET version of XMLmind XSL-FO Converter (XFC), there is no practical way to do that. --> If you are using the Java version of XFC, then simply add all the .jar files found in XFC_install_dir/ext/lib/ to your CLASSPATH and then reference the SVG file normally in a <fo:external-graphic>. Note that SVG and MathML support requires using Java™ 1.5+ and XFC v4.4+. More information in http://www.xmlmind.com/foconverter/changes.html#v4.4.0 --- PS: If you prefer, you may even embed the SVG element in a <fo:instream-foreign-object>. -- XMLmind FO Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xfc-support

