1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: lib-fop-java
Section: contrib/libs
Priority: optional
Maintainer: M. Klose for Julio Maia <doko@debian.org>
Standards-Version: 3.0.1
Package: lib-fop-java
Architecture: all
Depends: java-common, lib-xt-java
Description: A [XSL] Formatting Object to PDF Translator
FOP is a print formatter driven by XSL formatting objects.
It is a Java 1.1 application that reads a formatting object
tree and then turns it into a PDF document. The formatting
object tree can be in the form of an XML document (output by
an XSLT engine like XT) or can be passed in memory as a DOM
Document or (in the case of XT) SAX events.
.
Note that FOP is still alpha. It is slow, buggy and doesn't
support much of the XSL spec. It's getting there, though.
.
For more information, take a look at the FOP web site
at http://www.jtauber.com/fop/
|