THanks. I didn't realy know that it took 2 steps to create. I read the docs
and figured out how to create a seperate .fo file: 
C:\Projects\PDF\fop-0.95>java org.apache.xalan.xslt.Process -IN xml.xml -XSL
xsl.xsl -OUT xslfo.fo

Than i created from that .fo the pdf and i got an outOfMemoryIndex. I
increased the memory using the Xmx argument and it works like a charm! I had
to increase the memory to 320m in order to let it work... A bit much but it
works. Luckely our application server has lots of memory :) 


Hi,

can you try feeding the XSL-FO directly to FOP? In other words, instead 
of feeding XML+XSL Files to FOP, pass only the XSL-FO File. To generate 
the XSL-FO File, use a XSLT processor like Xalan on the XML+XSL Files. 
When feeding the FO File directly to FOP, the underlying error message 
should become apparent.

<snip/>

Thanks,

Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org




-- 
View this message in context: 
http://www.nabble.com/Can-not-create-large-PDF-using-XSL-FO-tp24679401p24680431.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to