Apache FOP is a document rendering engine that implements the W3C XSL-FO 1.1 Specification.
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-fopI'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-fopFirst of all I have already exhaustively checked the following questions and this issue does not seem to be the …
xml xml-parsing saxon apache-fopHi so i am trying to use FOP to turn an xml file into pdf and i keep on running …
java apache-fopI 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-numberingI 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-fopI am having an issue and have not found a solution/workaround (although there are similar questions that have been …
pdf-generation xsl-fo apache-fopWith XSL-FO (Fop), I succeeded in creating a link to an external PDF : <fo:basic-link show-destination="new"> <…
anchor xsl-fo apache-fopThis is what I've used before: <fo:block font-family="Tahoma">Text</fo:block> How can I …
java apache pdf fonts apache-fopI'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