Final Tip

Hello
Please kindly advise what will be the behavior of this parameter if set in pdf save options?

PdfSaveOptions.EncryptionDetails = New PdfEncryptionDetails(String.Empty, String.Empty, Words.Saving.PdfPermissions.DisallowAll)

I think should be totally ignored and using the above line has no effect, am I right? :slight_smile:

And also:

OoxmlSaveOptions.Password = String.Empty
DocSaveOptions.Password = String.Empty

The same, will have no effect?
Thanks so much :slight_smile:

@australian.dev.nerds There is no sense encrypting document with empty user and owner passwords. Aspose.Words throws an exception if you attempt to encrypt PDF document without specifying either a user or an owner password.