Re: PDF library refactoring

2003-03-28 Thread Jeremias Maerki
Then, I guess, you'll be happy now after the patch this morning. :-) On 28.03.2003 20:45:57 J.Pietschmann wrote: > Jeremias Maerki wrote: > >>I noticed that the default filter is now no filter. > > > > Was it different before??? > Yes, if no filter was defined in config.xml, flate was used > (ha

Re: PDF library refactoring

2003-03-28 Thread J.Pietschmann
Jeremias Maerki wrote: I noticed that the default filter is now no filter. Was it different before??? Yes, if no filter was defined in config.xml, flate was used (hardcoded). I found this annoying while debugging, because there were no noop-filter. J.Pietschmann --

Re: PDF library refactoring

2003-03-27 Thread Jeremias Maerki
On 28.03.2003 04:19:30 Keiron Liddle wrote: > > These changes are in CVS (redesign) now. > > > > I've also introduced a dependency on Jakarta Commons IO, mainly because > > of the CountingOutputStream needed for on-the-fly stream output. It also > > contains several utility methods (such as for s

Re: PDF library refactoring

2003-03-27 Thread Keiron Liddle
> These changes are in CVS (redesign) now. > > I've also introduced a dependency on Jakarta Commons IO, mainly because > of the CountingOutputStream needed for on-the-fly stream output. It also > contains several utility methods (such as for stream copy) that also > exist in out codebase. I'd like

Re: PDF library refactoring

2003-03-27 Thread Jeremias Maerki
These changes are in CVS (redesign) now. I've also introduced a dependency on Jakarta Commons IO, mainly because of the CountingOutputStream needed for on-the-fly stream output. It also contains several utility methods (such as for stream copy) that also exist in out codebase. I'd like to remove o

PDF library refactoring

2003-03-19 Thread Jeremias Maerki
Hi there A little heads up: As I've announced I did some refactoring on the PDF library. As life goes it got pretty extensive. I've cleaned a lot of stuff, more centralized und uniform behaviour, improved logging (PDFDocument makes the logger available to all child objects) etc. I also hope that m