Hi ,
How to decrypt to unlock all restrictions for a PDF file using Aspose.Pdf in C#
Please give me simple code...PdfFileSecurity security = new Facades.PdfFileSecurity();...AllowAll; security.BindPdf(pdfDocument); security.SetPrivilege(privilege);...