Greetings,
>> I'm looking for a package to convert SVG to rasta graphics, and also a package that converts SVG to EPS. I just found this link : http://xml.apache.org/batik/svgrasterizer.html where the output mime type can be pdf or tiff. This pdf output (postscript) looks like what I need (I could also use FOP, but Batik is a specialised svg package so should be better) :-)
If you look closely FOP uses Batik to render any SVG. Similarly Batik actually uses
FOP's PDF output classes to generate PDF. So it really depends on what you want
'on top' - SVG or XSL-FO.
>> As an aside, using Corel 10, I have taken a SVG file, with text, and coverted this text to "curves" or "paths" (good for print) it is possible to do such a conversion with Batik?
The PDF output classes actually go to fairly great lengths to avoid converting
text to 'paths'. I don't think there is any way to avoid this aside from using
SVGFonts for the text.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
