Top "Xsl-fo" questions

XSL-FO (XSL Formatting Objects) is a markup language for XML document formatting which is most often used to generate printed content.

Convert Word document to XSL-FO

I am using Microsoft Word 2007. I would like to convert the Word document to XSL-FO. There are some hints on …

ms-word xsl-fo apache-fop
Where do I put an XSL function in an XSL document?

I have an XSL style sheet for which I need to add some custom string manipulation using an xsl:function. …

xslt xsl-fo
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
Xslt to xsl-fo transformation

I want make a xslt transformation to xsl-fo but I´m not really sure that I can do this. I …

xml xslt xsl-fo
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
XSL-FO: Set fixed block height

Is there any way I can set a fixed height for a block regardless of the content within it? I …

height block xsl-fo
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
How to embed external pdf/txt file into another using XSL-FO?

Is it possible to embed an external PDF or TEXT document into a master PDF by using XSL-FO/XSLT? I …

xslt pdf pdf-generation xsl-fo
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