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.
http://xmlgraphics.apache.org/fop/
The Apache Software License, Version 2.0
Apache Software Foundation
Files download
File Operation
fop-0.95-1.jar download
fop-0.95-1.pom download
Apache Maven
<dependency>
  <groupId>org.apache.xmlgraphics</groupId>
  <artifactId>fop</artifactId>
  <version>0.95-1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.xmlgraphics:fop:0.95-1'
Gradle Kotlin
implementation("org.apache.xmlgraphics:fop:0.95-1")
Scala SBT
libraryDependencies += "org.apache.xmlgraphics" % "fop" % "0.95-1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.xmlgraphics', module='fop', version='0.95-1')
)
Apache Ivy
<dependency org="org.apache.xmlgraphics" name="fop" rev="0.95-1" />
Leiningen
[org.apache.xmlgraphics/fop "0.95-1"]
Apache Buildr
'org.apache.xmlgraphics:fop:jar:0.95-1'