Am 02.12.2015 um 18:41 schrieb Sharki Chacko:
Version is 1.8.9.

Here is the  method used to load document,

public void OpenDocument(string path)
{
if (_document != null)
{
_document.close();
}
_document = PDDocument.load(path);
}

do this:

|if(||document.isEncrypted()){StandardDecryptionMaterialsdm =newStandardDecryptionMaterial("");doc.openProtection(sdm);}|



Tilman



Let me know if you have any other question.

Thanks,
Sharki

On Wed, Dec 2, 2015 at 12:36 PM, Tilman Hausherr <[email protected]>
wrote:

What version are you using? What method are you using to load the file?

Tilman


Am 02.12.2015 um 18:10 schrieb Sharki Chacko:

Hi
I have an encrypted PDF file without a password. The
statement, (PDPage)_document.getDocumentCatalog().getAllPages() returns
null because of that. I just want to know what else I can try to get the
pages of the encrypted PDF file?

Thanks,
Sharki


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Reply via email to