0
votes
1answer
106 views

PDF designing using XSL FO

I have a question regarding the PDF designing: I have a requirement where in the whole PDF should have an image (kind of a background image) along with the header and footer repeating if the content ...
0
votes
0answers
412 views

fixed: Multiple page-sequence objects

When working with big xml files fop breaks down due to the lack of ram(1.7gb in my case, is the limit), so one of the ways to fix this is to use multiple page sequence objects as described here . ...
0
votes
1answer
257 views

Creating a master page template in XSL for rendering using Apache FOP

I need all my rendered pages conform to a specific template. So I want to create a master page template in XSL. Initially i thought i shall make use of flow-maps but however flowmaps are not ...