XSL-FO (XSL Formatting Objects) is a markup language for XML document formatting which is most often used to generate printed content.
I'm converting an XML to PDF using XSL transformation. Unfortunately, it is not preserving the whitespace from the XML. For …
xml xsl-foWith XSL-FO (Fop), I succeeded in creating a link to an external PDF : <fo:basic-link show-destination="new"> <…
anchor xsl-fo apache-fopI am looking for a free WYSIWYG editor of XSL-FO. Specifically, I would like to be able to design the …
editor xsl-foI'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-fopOn a company that I've worked, me and my colleagues, implemented a tailored document distribution system on top of XSL-FO. …
xml pdf xsl-fo apache-fopI have an XSL-FO stylesheet for a table. <fo:page-sequence master-reference="defaultPage"> <fo:flow flow-name="xsl-region-body"> &…
xslt pdf-generation xsl-foI need to set the margin-left and margin-right of all contents within the page header (xsl-region-before). I've tried to add …
xsl-foI have to create a pdf from Java, I would like to create it from a template instead of create …
java pdf xsl-fo apache-fop