At some point during an update to Aspose.PDF the library worked to open a password protected PDF but it’s not working now.
Code is simply like this
Document document = new Document(“Input.pdf”, “userpassword”);
which will now throw an Aspose.Pdf.InvalidPasswordException.
Has this been tested lately?