I want to know if PdfBox provides an option to decrypt a PDF document given
its owner password and not its user password?

I use :

DecryptionMaterial decryptionMaterial = new
StandardDecryptionMaterial("owner_password");
document.openProtection(decryptionMaterial);

I searched the net but could not find a matching issue. If it is a repeat
question and if there already exists a solution to this, please provide me
the link to the issue.

Thanks,
Balaji

Reply via email to