Top "Apache-fop" questions

Apache FOP is a document rendering engine that implements the W3C XSL-FO 1.1 Specification.

Where can I find good tutorials on XSL-FO (Formatting/ed Objects), the stuff one feeds to fop and get PDF's?

On 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-fop
Using ApacheFOP v1.0 in .NET application

Has anyone successfully complied the Apache FOP v1.0 library to a .NET DLL? I am using the IKVM syntax found …

.net apache-fop ikvm
Apache FOP the method newInstance(FopFactoryConfig) in the type FopFactory is not applicable for the arguments ()

I am getting the following error: Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method newInstance(FopFactoryConfig) …

apache apache-fop
Java create PDF from template: Apache FOP vs?

I 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
Not finding font Arial.ttf with apache fop 1.0

I use: Apache fop 1.0 Java I need to handle with special characters which unicode is higher than u0100. The target …

apache-fop
xls-fo fop 0.94 Using the keep-together with wrap-option="wrap"

In xls-fo fop 0.94 Using the keep-together along with with wrap-option="wrap" ignores the wrap option ? Is there a way to …

xml xsl-fo apache-fop
XSL-FO- Specifying conditional visibility

I have an HTML table that varies according to its content. 1-3 columns hide. 1 column name changes. All depending on …

xslt xsl-fo apache-fop
Can Apache FOP be used to convert an arbitary HTML to PDF?

I have tried to use Apache FOP to convert HTML to PDF. ( HTML -->XHTML--> XSL-FO --> …

html pdf apache-fop
Apache FOP Displaying ### with SimSun

I am maintaining a program which uses the Apache FOP for printing PDF documents. There have been a couple complaints …

java apache-fop chinese-locale
How can I display a Unicode character using Apache fop? Showing "?" instead of character.

I been trying to insert a Unicode character ∇ or ▽, so it shows in the PDF generated by Apache FOP. This …

xml xsl-fo apache-fop