Re: Problem converting SVG to PDF

2004-11-19 Thread Thomas DeWeese
Clay Leeds wrote: On Nov 17, 2004, at 12:58 PM, Clay Leeds wrote: I've successfully converted all of the dev/svg/*.svg files to *.png & *.pdf. But I'm having trouble converting link.svg to link.pdf for the xml-fop web site. I get a corrupt file (4K) when I'm done. Never mind! I was able to 'grab

Re: Problem converting SVG to PDF

2004-11-19 Thread Clay Leeds
On Nov 17, 2004, at 12:58 PM, Clay Leeds wrote: I've successfully converted all of the dev/svg/*.svg files to *.png & *.pdf. But I'm having trouble converting link.svg to link.pdf for the xml-fop web site. I get a corrupt file (4K) when I'm done. Never mind! I was able to 'grab' this image from t

Problem converting SVG to PDF

2004-11-17 Thread Clay Leeds
I've successfully converted all of the dev/svg/*.svg files to *.png & *.pdf. But I'm having trouble converting link.svg to link.pdf for the xml-fop web site. I get a corrupt file (4K) when I'm done. NOTE: I was having trouble with images.svg => images.pdf until I added the logo.jpg file to t

Re: SVG to PDF / Fop ?

2004-09-12 Thread Jeremias Maerki
ook at the manifest.mf file. So what you're missing is at least the pdf-transcoder.jar in your classpath found in the lib directory. I hope that helps. On 10.09.2004 20:08:45 Uwe Abel wrote: > Hello, > i try to convert svg to pdf. > > org.apache.batik.apps.rasterizer.

SVG to PDF / Fop ?

2004-09-10 Thread Uwe Abel
Hello, i try to convert svg to pdf.   org.apache.batik.apps.rasterizer.SVGConverter myRaster = new org.apache.batik.apps.rasterizer.SVGConverter();     File tmppng = File.createTempFile("demo",".pdf",tmppath);     String[] source = {"demo.svg"};

TextPainter for drawing text with drawString / Problems with fonts (bold and italic) during conversion from SVG to PDF/JPG

2004-03-09 Thread Hans Stoessel
OS: Windows 2000 JDK: 1.4.1 Batik: 1.5.0 JBuilder 8 Hi If I converting SVG files into JPG, PDF or WMF, I have the problem, that the text from the SVG file is written with drawGlyphVector and not with drawString. Thats bad for the WMF file, because the texts in it are not text objects, there are g

RE: SVG to PDF Conversion

2003-09-16 Thread Shan Kajendran
. Shan -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 16 September 2003 17:26 To: Batik Users Subject: Re: SVG to PDF Conversion Shan Kajendran wrote: > Thanks again > > Sorry for disturbing you again and again. > Actually I am facing this large file

Re: SVG to PDF Conversion

2003-09-16 Thread Thomas DeWeese
r especially to convert the SVG into PDF, but the increase in file size is confusing me !!. Thanks Shan -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 16 September 2003 15:00 To: Batik Users Subject: Re: SVG to PDF Conversion Shan Kajendran wrote: Thanks Mr De

RE: SVG to PDF Conversion

2003-09-16 Thread Shan Kajendran
ECTED] Sent: 16 September 2003 15:00 To: Batik Users Subject: Re: SVG to PDF Conversion Shan Kajendran wrote: > Thanks Mr DeWeese > > As I am very new to SVG and Batik I didn't fully understand your > explanation. If you don't mind could you please explain in detail? H

Re: SVG to PDF Conversion

2003-09-16 Thread Thomas DeWeese
ly transcoded, but group-opacity is rasterized - it is non-trivial to avoid this (if it can be avoided in PDF - I am not a PDF expert). Thanks Shan -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 16 September 2003 13:16 To: Batik Users Subject: Re: SVG to PDF

RE: SVG to PDF Conversion

2003-09-16 Thread Shan Kajendran
lto:[EMAIL PROTECTED] Sent: 16 September 2003 13:16 To: Batik Users Subject: Re: SVG to PDF Conversion Shan Kajendran wrote: > Dear Friends, > > I am using Rasterizer in Batik to convert SVG into PDF. It is > converting fine but the problem is the size. > > 12kb svg is conve

Re: SVG to PDF Conversion

2003-09-16 Thread Thomas DeWeese
Shan Kajendran wrote: Dear Friends, I am using Rasterizer in Batik to convert SVG into PDF. It is converting fine but the problem is the size. 12kb svg is converted into nearly 1.8 meg pdf. Hi Shan, > Any idea? There are quite a number of SVG features that need to be rasterized for PDF. Like

SVG to PDF Conversion

2003-09-16 Thread Shan Kajendran
Dear Friends, I am using Rasterizer in Batik to convert SVG into PDF. It is converting fine but the problem is the size. 12kb svg is converted into nearly 1.8 meg pdf. Any idea? Thanks Shan - To unsubscribe, e-mail: [EMAI

SVG to PDF Conversion

2003-09-12 Thread Shan Kajendran
Dear Friends, I am in the process of converting SVG files into PDF using FOP. With the help of this forum i did manage to achieve the above task. Actually what i am doing is embedding SVG file into "fo" files which came with FOP installation and using the command line "C:\>fop example.fo example

Réf. : Converting SVG to PDF using FOP

2003-09-10 Thread mathieu . fretiere
>which jar files I have to set to the class path FOP uses Batik to convert SVG to PDF. All the jars you need (batik.jar...) are part of the binary distribution. There are a few issues, read the FAQs. >Any example code to create PDF from SVG? Try the "ExampleFO2PDF" class with &

Converting SVG to PDF using FOP

2003-09-10 Thread Shan Kajendran
Hi Genies, Did anyone use the FOP project to convert a SVG file to PDF? I have downloaded the binary version of FOP (fop-0.20.5). I found different jar files in different folder structure. In order to run the examples, which jar files I have to set to the class path. Somebody please help me t

Re: Transcoding SVG to PDF does not maintain size

2003-07-07 Thread Daniel Wong
I also think that getting image size by batik is not such convient.   Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!

Transcoding SVG to PDF does not maintain size

2003-07-07 Thread Robert Johnstone
Hello Everyone, I'm trying to use batik-rasterizer to create PDFs of my SVG images. However, I can't seem to get the output sized corrected. I've tried using the -w option to set the image width, put that only fixes the page size. The SVG image scaling is still incorrect. I also tried using

Re: Bad quality after converting SVG to PDF

2002-04-15 Thread Darya Said-Akbari
> If it is only a part of the svg that has a problem > then it would help if > transparency was implemented for pdf. > > > > On 2002.04.14 15:12 Darya Said-Akbari wrote: > > Hello > > > > after I was successful in converting my first SVG > to > >

Re: Bad quality after converting SVG to PDF

2002-04-14 Thread Keiron Liddle
implemented for pdf. On 2002.04.14 15:12 Darya Said-Akbari wrote: > Hello > > after I was successful in converting my first SVG to > PDF I wonder about the bad quality in PDF. > > I used the batikFX.svg file from the Batik samples > directory. Please look to the attached res

Bad quality after converting SVG to PDF

2002-04-14 Thread Darya Said-Akbari
Hello after I was successful in converting my first SVG to PDF I wonder about the bad quality in PDF. I used the batikFX.svg file from the Batik samples directory. Please look to the attached result. Here is the command I used: java org.apache.batik.apps.rasterizer.Main -m application/pdf

SVG to PDF

2001-08-07 Thread Thomas E Deweese
> "JM" == Jean-Michel Biollaz (pb) <[EMAIL PROTECTED]> writes: JM> I have read in the FOP documentation : "It is possible to convert JM> a standalone SVG document directly into a simple page PDF JM> document. This is possible through the use of Batik's transcoder JM> mechanism. java org.apac

SVG to PDF

2001-08-07 Thread Jean-Michel Biollaz (pb)
I have read in the FOP documentation : "It is possible to convert a standalone SVG document directly into a simple page PDF document. This is possible through the use of Batik's transcoder mechanism. java org.apache.batik.apps.rasterizer.Main -m application/pdf document.svg This will output the s