Tagged Questions
2
votes
1answer
327 views
Rendering blocks side-by-side with FOP
I need to generate a PDF from XML data using Apache FOP. The problem is that FOP doesn't support fo:float, and I really need to have items (boxes of rendered data) side-by-side in the PDF. More ...
2
votes
1answer
935 views
Docbook stylesheet and tables, FOP error
I've never experienced this error since I use Docbook. I've looked it up and found out that this error was fixed earlier in the past (and also I gave a try to do the same steps as it was explained). ...
0
votes
1answer
1k views
Change table end-indent in Apache FOP
I am using Apache FOP 1.0 to generate PDF. I want to extend the end-indent of the table such that I do not get the INFO warnings:
INFO: An fo:table is wider than the available room in ...
2
votes
1answer
222 views
XSL: Append empty lines to a dynamic table before page footer
How do I append empty lines to the dynamic table so that the table ends right before the page footer in PDF?
Rows height can be different depending on their contents.
I'm using XML, XSL and Apache ...
