Hi, We are randomly getting following exception while parsing PDF documents. We observed that we get this exception while parsing multiple files concurrently :
"Error: Header doesn't contain versioninfo" Caused by: java.io.IOException: Error: Header doesn't contain versioninfo at org.apache.pdfbox.pdfparser.PDFParser.parseHeader(PDFParser.java:339) at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:177) at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1214) at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1181) at com.apple.ist.acss.core.encoder.impl.EncoderHelper.a(SourceFile:149) ... 19 more Any pointers / solutions on this would be really helpful. Thanks, Swapnil

