diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2020-05-23 00:18:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-23 00:18:59 +0700 |
commit | 988287a7a061b4d49e6e6242011260bc5ae485b4 (patch) | |
tree | b5f2595dcee74d78e3fbbedb66fcc2aba90980de /office/fop2.0/README | |
parent | a2cddf8b25f02b136e40efb94fce31c91fc794c5 (diff) |
office/fop2.0: Added (print formatter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/fop2.0/README')
-rw-r--r-- | office/fop2.0/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/office/fop2.0/README b/office/fop2.0/README new file mode 100644 index 0000000000..fa78d9462a --- /dev/null +++ b/office/fop2.0/README @@ -0,0 +1,16 @@ +Apache FOP is a print formatter driven by XSL formatting objects. It +is a Java application that reads a formatting object tree conforming +to the XSL 1.1 Recommendation (05 December 2006) and then turns it +into a PDF document, certain other output formats or allows you to +preview it directly on screen. + +Note that not all parts of the XSL 1.1 specification have yet been +implemented. + +This is the old fop 2.0 for the incredibly ancient jdk 6 (including +openjdk6). If you are running jdk 7 or newer, please use fop, also +available on SBo. + +Also note that fop and fop2.0 cannot coexist on the same computer. + +jai is an optional but recommended dependency. |