>Is there any way that FOP is can be made less memory intensive?
Memory usage is discussed here :
http://xml.apache.org/fop/running.html#memory

I've encountered memory problems because my pdf included large SVG 
graphics. I've used smaller graphics, rather than big ones. SVG rendering 
is still slow, but at least memory consumption is smaller.

>org.w3c.dom.svg.SVGDocument
This is not a FOP driver class, this is a Java representation of a SVG 
document (extending org.w3c.dom.Document).
If you want to handle SVG graphics before rendering, you'd better use a 
SAX parser, if possible, rather than creating a SVGDocument. You'll gain 
speed and memory. But it won't change the rendering performances.

Mathieu.
 


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

Reply via email to