Posted By:
Matthias_Hennig
Posted On:
Friday, April 27, 2007 08:21 AM
I will indexing some pdf-File with LucenePDFDocument from pdfbox.
And the following code:
LucenePDFDocument lucene = new LucenePDFDocument();
Document d=lucene.convertDocument(file);
deliver the IOException: java.io.IOException: Error decrypting document...
Why?
Can somebody help me?