Jar examples for f:fop
Apache FOP (Formatting Objects Processor) is the world's first print formatter driven by XSL formatting objects (XSL-FO) and the world's first output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PCL, PS, AFP, TIFF, PNG, SVG, XML (area tree representation), Print, AWT and TXT. The primary output target is PDF.
You can download jar file fop 2.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add fop-2.2.jar to your project.
<dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop</artifactId> <version>2.2</version> </dependency>
compile group: 'org.apache.xmlgraphics', name: 'fop', version: '2.2'
libraryDependencies += "org.apache.xmlgraphics" % "fop" % "2.2"
<dependency org="org.apache.xmlgraphics" name="fop" rev="2.2"/>
@Grapes(@Grab(group='org.apache.xmlgraphics', module='fop', version='2.2'))
'org.apache.xmlgraphics:fop:jar:2.2'
Click the following link to download the jar file.
fop-2.2-javadoc.jar