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
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
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
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.
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"};
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
.
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
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
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
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
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
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
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
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
>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 &
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
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!
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
> 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
> >
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
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
> "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
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
23 matches
Mail list logo