Re: Converting SVG files to different file formats

2003-02-05 Thread Hans Stoessel
Thomas E Deweese [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] HS == Hans Stoessel [EMAIL PROTECTED] writes: HS I try to do that on different ways, f.e. with Batik, FOP HS and Image Magick, but the results are bad. I guess we need to understand what 'results are bad'

Re: Converting SVG files to different file formats

2003-02-05 Thread J.Pietschmann
Hans Stoessel wrote: Bad quality means that the text (fonts) is bad looking (rasterd, gray not black, ...). It seems to be the resolution or something like that. FAQ. See http://xml.apache.org/fop/faq.html#faq-N1036C Do you have a code example how I can convert SVG to PDF using Batik/FOP? Waht

Converting SVG files to different file formats

2003-02-04 Thread Hans Stoessel
Hi 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,

Re: Converting SVG files to different file formats

2003-02-04 Thread J.Pietschmann
Hans Stoessel wrote: - Has anybody sample code how I can convert an SVG file into high quality PDF using FOP? FOP uses Batik for rendering SVG, and there isn't much FOP can do for quality besides http://xml.apache.org/fop/faq.html#faq-N1036C (well, the PDF transcoder is part of FOP, but because