XSL-FO (XSL Formatting Objects) is a markup language for XML document formatting which is most often used to generate printed content.
I need to do an XSL transformation using Apache FOP and I had code like this: //Setup FOP Fop fop = …
java xslt xsl-fo apache-fopI have to draw solid lines as border. I am using this loc <fo:table border="solid 0.1mm black"&…
xml xslt xsl-foI am using XSLT to generate PDF report. My requirements are to display page number in the format of Page …
pdf xslt-2.0 xsl-foWhat's the difference between XSLT and XSL-FO ? Every resource I've read deal with them as if they were 1, or at …
xml xslt xsl-foAs it stands now, I have about 12 columns and all of them are exactly the same width. The problem is …
pdf-generation xsl-fo multiple-columns apache-fopUpon finding the "keep-together" attribute, and needing to not page break inside a row I added keep-together="always" on every …
xslt xsl-fo apache-fopIn my case i have to provide spaces between two table rows upto .5cm.how can i achieve it. code:: …
xsl-foI'm struggling with my xsl:fo (Apache Fop 1.1). I'm trying to generate a Block with inline images and inline text …
xsl-fo apache-fopI'm generating a PDF using Apache FOP and a XSL-FO stylesheet. In the PDF, I output headings (html equiv h1) …
xsl-fo apache-fop