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.

Inserting a line break in a PDF generated from XSL FO using <xsl:value-of>

I am using XSL FO to generate a PDF file containing a table with information. One of these columns is …

xslt xsl-fo
How to display fixed image height and width using xsl-fo with apache fop 0.95

I am trying to fix the height and width of image in pdf generated using fop 0.95. Here is the code …

image pdf size xsl-fo apache-fop
Using XSLT to create XSL-FO with nested bold/italic tags

I'm creating xslt file, which should convert my xml into xsl-fo. XML is something like that: <doc> <…

xml xslt xsl-fo
XSL-FO fop. Long text flows into adjacent cells/block, obscuring stuff there

Could anyone suggest me a way to make long words (like serial numbers) to be wrapped? I tried some commercial …

pdf-generation xsl-fo apache-fop
Vertical alignment of text in a table cell

I would like to align the text to bottom in the second cell. The first cell extends to 2 lines, because …

alignment vertical-alignment xsl-fo
XSL FO inline alignment

I need to get text aligned right and left on the same line. This should be possible, but i can't …

pdf xsl-fo
how to align text and table data into center in xsl

i am trying to put my data and table into the center of page as shown in below table. but …

xslt xslt-2.0 xsl-fo
How to add header and footer for every pages in xsl-fo to generate pdf

please find the following xsl-fo , tried to set header and footer for every page in pdf, but got only header …

xml xslt xslt-1.0 xsl-fo
Best way to create PDF from XML XSLT in C#

I have a requirement to crate a PDF of XML Records. I think there is no way to directly create …

c# xml xslt pdf-generation xsl-fo
Use of XSL-FO, CSS3 instead of CSS2 to create Paginated documents like PDF?

There are a lot of old texts, like this 2002 book, stating that we must use "CSS for Web" and "XSL-FO …

css xml pdf pagination xsl-fo