Top "Apache-fop" questions

Apache FOP is a document rendering engine that implements the W3C XSL-FO 1.1 Specification.

How to insert a white space between two (inline) elements?

Context I am creating an XSL-FO document to convert my XML text to PDF. In the XSL-FO, I have two …

xslt xsl-fo apache-fop
FOP: fo:block width attribute ignored?

I'm managing to generate a PDF with one line-chart from google-chart, but the quality of the generated columns titles doesn't …

xslt xsl-fo apache-fop
"Content is not allowed in prolog" error yet nothing before XML declaration

First of all I have already exhaustively checked the following questions and this issue does not seem to be the …

xml xml-parsing saxon apache-fop
class not found FOP

Hi so i am trying to use FOP to turn an xml file into pdf and i keep on running …

java apache-fop
Page numbers in xsl-fo (and apache fop) with multiple page-sequences

I have a document consisting of multiple sub-documents. Here is how a sub-document looks like: 1 page 2-n pages Then comes …

xslt pdf xsl-fo apache-fop page-numbering
Inline image data in XSL:FO / Apache FOP

I have MIME Multi-Part data that I want to convert to PDF using XSL:FO. I'm comfortable reading MIME using …

xslt pdf mime xsl-fo apache-fop
XSL-FO when setting table-cell background it overwrites / overlaps table borders

I am having an issue and have not found a solution/workaround (although there are similar questions that have been …

pdf-generation xsl-fo apache-fop
FOP XSL-FO Anchor in an external destination

With XSL-FO (Fop), I succeeded in creating a link to an external PDF : <fo:basic-link show-destination="new"> <…

anchor xsl-fo apache-fop
How to set global font-family in Apache FOP?

This is what I've used before: <fo:block font-family="Tahoma">Text</fo:block> How can I …

java apache pdf fonts apache-fop
How come xsl-fo padding is being applied to other blocks?

I'm at a loss trying to understand this. I'm new to using xsl-fo (apache-fop implementation) and I want a block …

xslt xsl-fo apache-fop