Hi Team,
In Spire.Officefor.NETStandard with version 8.11.0 is not decrypt the encrypted PDF document , It is working fine in with version 8.9.3.
Code :
PdfDocument doc = new PdfDocument("doc");
if (doc.IsEncrypted)
{
doc.Decrypt();
}
PFA for sample document and Error