On 12/4/06, Henry A. Larrymore <[EMAIL PROTECTED]> wrote:
...1. I am wondering if it is possible to use a smaller memory footprint, not including tomcat or cocoon to use the RTFSerializer....
Cocoon's RTFSerializer uses a library from an old project named jfor, which has since been donated to the Apache FOP project, so recent versions of FOP can output RTF documents using an improved version of that library. FOP is fairly easy to embed in Java code, you'll find info on the FOP website at http://xmlgraphics.apache.org/fop/0.92/embedding.html And see http://xmlgraphics.apache.org/fop/gethelp.html for more info about FOP. -Bertrand --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
