From: Jeremias Maerki Date: Fri, 28 Mar 2003 08:27:17 +0000 (+0000) Subject: Update changes on PDF lib refactoring and work on transcoders. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1684 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8531e74a9ce2518b0aa712a31e3ab603b3ed9a24;p=xmlgraphics-fop.git Update changes on PDF lib refactoring and work on transcoders. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196189 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/status.xml b/status.xml index 28ef4730b..d0ea86690 100644 --- a/status.xml +++ b/status.xml @@ -115,6 +115,20 @@ inactive?? + + PDF and PS transcoders now have a common base class. It also + optionally supports Avalon Logging and Configuration. Support for + plugging in an EntityResolver into Batik is now included. + + + Implemented on-the-fly stream output (less buffering leads to + decreased memory usage and increased speed). + + + General refactoring of the PDF library to centralize certain + behaviour and reduce redundancy. Some memory allocation + optimizations. + Enhanced PDF encryption support so it is optional depending on the availability of JCE and/or cryptographic algorithms.