XSL-FO (XSL Formatting Objects) is a markup language for XML document formatting which is most often used to generate printed content.
I am using XSL FO to generate a PDF file containing a table with information. One of these columns is …
xslt xsl-foI 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-fopI'm creating xslt file, which should convert my xml into xsl-fo. XML is something like that: <doc> <…
xml xslt xsl-foCould anyone suggest me a way to make long words (like serial numbers) to be wrapped? I tried some commercial …
pdf-generation xsl-fo apache-fopI would like to align the text to bottom in the second cell. The first cell extends to 2 lines, because …
alignment vertical-alignment xsl-foI need to get text aligned right and left on the same line. This should be possible, but i can't …
pdf xsl-foi am trying to put my data and table into the center of page as shown in below table. but …
xslt xslt-2.0 xsl-foI 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-foThere 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