aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2007-03-02 17:30:16 +0000
committerJeremias Maerki <jeremias@apache.org>2007-03-02 17:30:16 +0000
commit667bb1ccbce991aa1b2b6c25f8fcab0419b5fb42 (patch)
tree9887d51fc8d84066d3fe44f9aab023e7c3aeba48 /lib
parent6a674b4f027dedbc5818b706cf7b85ea0007d42f (diff)
downloadxmlgraphics-fop-667bb1ccbce991aa1b2b6c25f8fcab0419b5fb42.tar.gz
xmlgraphics-fop-667bb1ccbce991aa1b2b6c25f8fcab0419b5fb42.zip
Added support for an optional two-pass production for PostScript output to minimize file size. This adds images only once and adds only the fonts that are really used. The actual resource optimization is implemented with the use of the new DSC parser in XML Graphics Commons.
A simple test file with a few images and a few configured fonts of which most are not used shows, that with the two-pass approach the file size of the generated PostScript file decreased from 510KB to 160KB. Note that enabling this feature will increase the memory requirements in the PostScript interpreter when there are many images. Documentation follows. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513857 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib')
-rw-r--r--lib/xmlgraphics-commons-1.1.jarbin301249 -> 0 bytes
-rw-r--r--lib/xmlgraphics-commons-1.2svn.jarbin0 -> 343511 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/lib/xmlgraphics-commons-1.1.jar b/lib/xmlgraphics-commons-1.1.jar
deleted file mode 100644
index 7fd9648b6..000000000
--- a/lib/xmlgraphics-commons-1.1.jar
+++ /dev/null
Binary files differ
diff --git a/lib/xmlgraphics-commons-1.2svn.jar b/lib/xmlgraphics-commons-1.2svn.jar
new file mode 100644
index 000000000..becb45ad5
--- /dev/null
+++ b/lib/xmlgraphics-commons-1.2svn.jar
Binary files differ