Hans Stoessel wrote: > I have a Java (JDK 1.4.1) standalone application which generates SVG files > (Charts with JFreeChart). This charts should be converted into different > file formats like JPG, PDF and maybe EPS. The converted files must be high > quality files for printing media. I try to do that on different ways, f.e. > with Batik, FOP and Image Magick, but the results are bad. I use Windows > 2000 as OS. > > - How can I do that? > - Does anybody know a good way to convert files form SVG into different > formats with a high quality? > - Has anybody sample code how to improve the quality when I use > Image Magick > or Batik? > - Has anybody sample code how I can convert an SVG file into high quality > PDF using FOP? > - Is there an another good tool or Java library to do that?
Since you are in a Windows environment, I would take a look at Adobe Illustrator. Whether this can be used in a batch-oriented environment, I don't know, but I think most of the Adobe products now have some of their API exposed in scripting of one sort or another. If you don't need on-the-fly batch work done, it would definitely be a good choice (but not open source). Victor Mote --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
