Disable Encryption - Is this Possible?

It appears that encryption is always turned on with Aspose.Pdf, is there a way to disable encryption. I would like to run the resulting PDFs through a PDF validator.

I located an 'EncryptionType' enumeration that has support for 'No encryption' but I cannot find a consumer of this type.

Hi,

The encryption is off as default. Aspose.Pdf sets encryption only when the Pdf.Security property is not null.