With pdfbox-1.8.11, using the bottom-up parser (loadNonSeq) on a document that has security ContentCopying: NotAllowed results in:
org.apache.pdfbox.pdfparser.NonSequentialPDFParser - PDF file 'some_temp_file.pdf' does not allow extracting content And the output pages are all blank. The top-down parser (load) has no such issue. Is there a workaround?

