p

playfop_2.11

A library for generating PDFs, images, and other types of output in Play Framework applications. Accepts XSL-FO that an application has generated--via a Play Twirl template, with the scala-xml library, or as a String--and processes it with Apache FOP.
https://www.dmanchester.com/playfop
Apache-2.0
com.dmanchester
Daniel Manchester
Files download
File Operation
playfop_2.11-1.0.jar download
playfop_2.11-1.0.pom download
playfop_2.11-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.dmanchester</groupId>
  <artifactId>playfop_2.11</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.dmanchester:playfop_2.11:1.0'
Gradle Kotlin
implementation("com.dmanchester:playfop_2.11:1.0")
Scala SBT
libraryDependencies += "com.dmanchester" % "playfop_2.11" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.dmanchester', module='playfop_2.11', version='1.0')
)
Apache Ivy
<dependency org="com.dmanchester" name="playfop_2.11" rev="1.0" />
Leiningen
[com.dmanchester/playfop_2.11 "1.0"]
Apache Buildr
'com.dmanchester:playfop_2.11:jar:1.0'