Hi

We develop a client application which realizes printing through PDF
rendering. Since memory on the clients is limited and the users can
print hundreds of pages, the memory complexity of the PDF renderer must
not depend on the number of pages printed. But up to the latest FOP
release 0.20.4 exactly this is the case, if you use a single page
sequence. FOP runs out of memory after 10-40 pages. The page sequences
cannot be splitted without degrading the quality of the printing. Now
I've seen the following point on the changes page on the website:
Implemented on-the-fly stream output (less buffering leads to decreased
memory usage and increased speed)
Does this solve this problem? In which version is it implemented? I tried
0.20.5rc2. The situation is much better there, but not yet solved.

Daniel




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

Reply via email to