On Tuesday 18 June 2002 22:10, Andre Cusson wrote:
>. . .
> How about things like regenerating (ex: bacground) 5 compound documents of
> about 1000 pages each to pdf and html, for example, or generating 50000 pdf
> and html paychecks or invoices, each with a (pdf) labeled envelop ?

If you're talking PDF, the performance bottleneck is usually FOP (unless 
you're doing very complicated XSLT transforms).

This message from the FOP mailing list
http://marc.theaimsgroup.com/?l=fop-dev&m=102394976324738&w=2
might give you some interesting info about the current speed of FOP, which 
depends a lot on which XSL-FO constructs are used.

If you have lots of PDF documents with a simplistic layout to generate (like 
envelopes), you might be better off bypassing FOP and using a simpler PDF 
library (or the one from FOP but calling it directly). This would probably be 
faster, at the price of having to compute the layout yourself.

Hope this helps!

-- 
 Bertrand Delacrétaz (codeconsult.ch, jfor.org)

 buzzwords: XML, java, XSLT, cocoon, mentoring/teaching/coding.
 disclaimer: eternity is very long. mostly towards the end. get ready.






---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to