Am 18.08.2015 um 16:08 schrieb Marius Melzer:
PDDocument document = PDDocument.load(new File("test.pdf"));
|if(document.isEncrypted()){DecryptionMaterialdecryptionMaterial=newStandardDecryptionMaterial(""); |
||document.openProtection(decryptionMaterial); | } |
PDFTextStripper stripper = new PDFTextStripper();

