diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2021-01-02 08:40:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 10:48:16 +0700 |
commit | 835557c9dfb2974df4dd5a0218a6b1cebb3e5a34 (patch) | |
tree | 6c1ba12db498023940ac350e2d547744bca9ce1a /office/fop-legacy/README | |
parent | c6a042652ac0343cd8cad2499664be81f9f34e20 (diff) |
office/fop-legacy: Added (print formatter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/fop-legacy/README')
-rw-r--r-- | office/fop-legacy/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/office/fop-legacy/README b/office/fop-legacy/README new file mode 100644 index 000000000000..e72fb644e1bb --- /dev/null +++ b/office/fop-legacy/README @@ -0,0 +1,23 @@ +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. + +Output formats currently supported include PDF, PS, PCL, AFP, XML +(area tree representation), Print, AWT and PNG, and to a lesser extent, +RTF and TXT. The primary output target is PDF. + +The goals of the Apache FOP project are to deliver an XSL-FO to PDF +formatter that is compliant to at least the Basic conformance level +described in the W3C Recommendation from 05 December 2006, and that +complies with the November 2001 Portable Document Format Specification +(Version 1.4) from Adobe Systems. + +This is the old fop 2.3 for the incredibly ancient jdk 6 (including +openjdk6). If you are running jdk 7 or newer, you will need fop, also +available on SBo. + +Also note that fop and fop-legacy cannot coexist on the same computer. + +jai and jai-imageio are optional but recommended dependencies. |