Re: Valid version of the PDF specification?

2004-10-10 Thread Clay Leeds
My preference is similar to Jeremias' preference. I prefer we move to a higher requirement(s) when there are clear and expressed needs for such moves. In fact, I would prefer we support 1.3 by default, and only require 1.4 or 1.5 for those items and features which require it. I admit, my knowle

Re: cvs commit: xml-fop/src/java/org/apache/fop/apps FOUserAgent.java

2004-10-10 Thread Glen Mazza
Jeremias, The reason for getFOEventHandlerOverride()/getRendererOverride() in FOUserAgent is to better black box the FOP system. This gives us a ton of freedom internally of where we implement FOEventHandlers and Renderers inside FOP. This has been a perfect example: So far over the past few

Re: cvs commit: xml-fop/src/java/org/apache/fop/render Renderer.java

2004-10-10 Thread Glen Mazza
Jeremias: Why does the FOEventHandler need to know the MIME type supported by a Renderer? It hasn't been requesting it. The "primary key" of the Renderer is its constants value in fo.Constants, and the FOEventHandler has already chosen the renderer based on this value by this time. What add