Hi Alan, > What does this exception mean when trying to load a PDDocument? > Thanks, Alan > > java.io.IOException: expected='endstream' actual='' > org.apache.pdfbox.io.pushbackinputstr...@5ac072 Obviously the parser expects the keyword "endstream", but there isn't anything. Wether a stream of your document is corrupt or the parser has an issue. Is it possible to get a hand on the document? If so, please create an issue on jira and attach the file in question. Otherwise try to determine the location in your document a paste a snippet of it to the issue.
BR Andreas Lehmkühler