Hi, On Wed, Aug 24, 2011 at 12:01 AM, Harper, Brad <[email protected]> wrote: > Is there a way to load/parse input and retrieve a PDDocument *without* > having the input stream closed "automatically"?
One solution would be to use the CloseShieldInputStream decorator class [1] from Commons IO. [1] http://commons.apache.org/io/api-release/org/apache/commons/io/input/CloseShieldInputStream.html BR, Jukka Zitting

