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
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
--
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
> 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
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
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