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-1.0.jar download
fop-1.0.pom download
fop-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.xmlgraphics</groupId>
  <artifactId>fop</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.xmlgraphics:fop:1.0'
Gradle Kotlin
implementation("org.apache.xmlgraphics:fop:1.0")
Scala SBT
libraryDependencies += "org.apache.xmlgraphics" % "fop" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.xmlgraphics', module='fop', version='1.0')
)
Apache Ivy
<dependency org="org.apache.xmlgraphics" name="fop" rev="1.0" />
Leiningen
[org.apache.xmlgraphics/fop "1.0"]
Apache Buildr
'org.apache.xmlgraphics:fop:jar:1.0'