FOP Performance

2005-11-10 Thread Christian Loock
Hi Everybody, I've set up an application using FOP 0.20.5 to generate dynamic PDF Contents... Using it on our development Server works very finde and fast but the same app on an other Server seems to be much slower... What I'd like to know are things which are important for the Server that FOP

Re: Large PDF - Performance

2005-11-10 Thread Andreas L Delmelle
On Nov 10, 2005, at 19:57, [EMAIL PROTECTED] wrote: snip / Oh, you might want to look into pre-compiled stylesheets, too. Saxon supports those. I don't know about Xalan. It does: see http://xml.apache.org/xalan-j/xsltc_usage.html Greetz, Andreas

Re: Large PDF - Performance

2005-11-10 Thread J.Pietschmann
Andreas L Delmelle wrote: Oh, you might want to look into pre-compiled stylesheets, too. Saxon supports those. I don't know about Xalan. It does: see http://xml.apache.org/xalan-j/xsltc_usage.html Well, XSLTC compiles XSLT into Java. Compiled style sheets are usually a bit less drastic, it

Page breaking problem with fop

2005-11-10 Thread chinlu chinawa
Hi there, I´m using FOP to render XML through DockBook XSL, and I´m having the problem that even when I´ve set up all the margins, and extent regions, FOP doesn´t look to be respecting them. When I have a parapraph which would finished on top of the footers, I can see how the fist line ox text

Re: Large PDF - Performance

2005-11-10 Thread Andreas L Delmelle
On Nov 10, 2005, at 21:10, J.Pietschmann wrote: Andreas L Delmelle wrote: Oh, you might want to look into pre-compiled stylesheets, too. Saxon supports those. I don't know about Xalan. It does: see http://xml.apache.org/xalan-j/xsltc_usage.html Well, XSLTC compiles XSLT into Java. Compiled

Re: Page breaking problem with fop

2005-11-10 Thread chinlu chinawa
Hi, thanks, No sorry, I meant profiling. What I´m actually doing is placing one or more: para condition="pdf"/ Inside the paragrah bellow mentioned till I force the page´s break, and is then when I loose last´s line justify. Sorry about that. Kind Regards, Andreas L Delmelle [EMAIL PROTECTED]

Re: FOP Performance

2005-11-10 Thread Matthew L Daniel
Yes we use PHP? Why? FWIW, we also have an intranet PDF solution with embedded FOP, but we are using an architecture based on how FopServlet does it. We are consistently getting render times around 8s for a 4-5 page PDF using InputStreams (in contrast to Files, as FopServlet does it). I am not