Download fop-2.1.jar file - Jar f

Jar examples for f:fop

Description

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.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fop-2.1.jar to your project.

<dependency>
   <groupId>org.apache.xmlgraphics</groupId>
   <artifactId>fop</artifactId>
   <version>2.1</version>
</dependency>
compile group: 'org.apache.xmlgraphics', name: 'fop', version: '2.1'
libraryDependencies += "org.apache.xmlgraphics" % "fop" % "2.1"
<dependency org="org.apache.xmlgraphics" name="fop" rev="2.1"/>
@Grapes(@Grab(group='org.apache.xmlgraphics', module='fop', version='2.1'))
'org.apache.xmlgraphics:fop:jar:2.1'

Download

Click the following link to download the jar file.

fop-2.1-javadoc.jar
fop-2.1-sources.jar
fop-2.1.jar
fop-2.1.pom



Related Tutorials