generating extremely large PDF documents with FOP

R

Ruchi Dayal

Hi,

I am using XSL-FO/FOP to generate PDF documents from XSLT.
The resultant PDF can run into thousands of pages and this is where
the whole problem is.
FOP cannot handle such large outputs.
Our initial solution was to manually feed limited records to FOP so
that it wouldn't "bomb out". However, this is getting messier as the
number of records themselves, increase.
Due to previous architectural decisions, it is also not possible to
switch to anything other than FOP.
Could somebody please enlighten me on this issue, as to whether this
is even possible with FOP or not. If yes, then what settings within
FOP do I need to tweak in order to get it to work.

Thanks,
Ruchi
 
P

Peter Gerstbach

Ruchi said:
I am using XSL-FO/FOP to generate PDF documents from XSLT.
The resultant PDF can run into thousands of pages and this is where
the whole problem is.
FOP cannot handle such large outputs.
Could somebody please enlighten me on this issue, as to whether this
is even possible with FOP or not. If yes, then what settings within
FOP do I need to tweak in order to get it to work.


I've never tried using FOP with large documents, but you may be able to
split it up and concatenate it afterwards. iText [1] provides a
concat-tool for pdf.

Peter

[1] http://www.lowagie.com/iText/tutorial/ch13.html#tools
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top