Hi Team,
I’m trying To call PdfFileSecurity.SetPrivilege() on a un protected PDF. It works on windows, but throws InvalidPasswordException: Invalid password on Linux. The PDF has no password and and no restrictions. It …...new MemoryStream()) { Document doc = new Document(new MemoryStream(fileBytes));...security = new PdfFileSecurity(doc); security.SetPrivilege(DocumentPrivilege...