I use fop with the .bat file, so i don't start a jvm every time.
I only use 1 polygon, 3 rectangles and 1 text element, 
so it's kind of simple.

-----Oorspronkelijk bericht-----
Van: Keiron Liddle [mailto:[EMAIL PROTECTED]
Verzonden: vrijdag 27 december 2002 15:54
Aan: [EMAIL PROTECTED]
Onderwerp: Re: Performance using SVG


On Fri, 2002-12-27 at 15:35, Renzo Callant wrote:
> Hi all,
> 
> i've included some kind of logo in my report using SVG. 
> But this slows down the processing of my .PDF document.
> Any tricks on how to improve performance using SVG in FOP ?

Are you starting a new jvm instance each time. It takes a while for the
batik classes and AWT to initiliase. After the initial delay it is
usually a reasonable speed depending on the complexity of the svg.

I think that usually the simpler (as in number of elements) svg then the
faster it is.

> Renzo Callant
> Belgium



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to