diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2012-07-03 15:13:19 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2012-07-03 15:13:19 +0000 |
commit | 66d5f4e94995aa075510046f21b2d78d0e530e5e (patch) | |
tree | 97345a7ad0d68b4c3c88a45e4e812c3c5b0bf9bb | |
parent | b51ab6099afe8002472bc6fdc5c963becf2a7169 (diff) | |
download | xmlgraphics-fop-66d5f4e94995aa075510046f21b2d78d0e530e5e.tar.gz xmlgraphics-fop-66d5f4e94995aa075510046f21b2d78d0e530e5e.zip |
Listed a few additional major features
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1@1356779 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -126,6 +126,10 @@ Major Changes in Version 1.1rc1 (LRE), U+202B RIGHT-TO-LEFT EMBEDDING (RLE), U+202D LEFT-TO-RIGHT OVERRIDE (LRO), U+202E RIGHT-TO-LEFT OVERRIDE (RLO), and U+202C POP DIRECTIONAL FORMATTING (PDF). +* Added possibility to embed TrueType fonts in the PostScript output; +* Added possibility to reduce the file size of accessible PDF outputs by using + Object Streams (a PDF 1.5 feature); +* Added support for 128bit PDF encryption. A more detailed list of changes in this release is available at http://xmlgraphics.apache.org/fop/1.1rc1/changes_1.1rc1.html. |