RE: Converting SVG files to different file formats
Thomas E Deweese <[email protected]> Wed, 5 Feb 2003 07:40:56 -0500
| Newsgroups | gmane.text.xml.batik.user,gmane.comp.video.image-magick.user,gmane.comp.video.image-magick.windows,gmane.text.xml.fop.user |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "HS" == Hans Stoessel <[email protected]> writes: HS> Hi I have a Java (JDK 1.4.1) standalone application which HS> generates SVG files (Charts with JFreeChart). This charts should HS> be converted into different file formats like JPG, PDF and maybe HS> EPS. The converted files must be high quality files for printing HS> media. I try to do that on different ways, f.e. with Batik, FOP HS> and Image Magick, but the results are bad. I use Windows 2000 as HS> OS. I guess we need to understand what 'results are bad' means, please elaborate, what specifically is bad about them? The latest versions of FOP should do a good job of PDF generation. HS> - How can I do that? - Does anybody know a good way to convert HS> files form SVG into different formats with a high quality? - Has HS> anybody sample code how to improve the quality when I use Image HS> Magick or Batik? - Has anybody sample code how I can convert an HS> SVG file into high quality PDF using FOP? - Is there an another HS> good tool or Java library to do that?