Hello experts, I try to transform a xls-fo stream into a pdf file (using FOP 0.20.5, the Driver class and PDF Renderer). My xsl-fo embeds huge svg graphics. I use multiple page sequences, each page contains only one svg tag. When the embedded svg is too large, I get a OutOfMemoryError while rendering the current page.
I read the faqs and increased the JVM memory : that's OK for me, but the end-user system won't have enough memory ! What should I do : - should I use smaller embedded svg graphics in each page, rather than one ? I don't know if it would help, because all graphics would remain in the same page sequence. - should I use many external svg graphics ? (FOP would cache these graphics). Thanks for your advices. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
