Michael, thanks for your prompt response.
I've already adopted an anonymous wrapper instance of BufferedInputStream
that override the *close* method.
What is confusing me is the JavaDoc sentence in PdfReader class:
/**
* Reads and parses a PDF document.
* @param is the InputStream
Hi all.
I'm migrating a piece of code from iText library version 2.1.7 to latest
version 5.5.3.
I'm very confused about the new *PdfRead* class version.
Looking on the source code I've found this hierarchy:
public PdfReader(final InputStream is) throws IOException {
this(is, null);
.