Cells.Rendering.PdfSecurity.PdfSecurityOptions

Is there a way to set Cells.Rendering.PdfSecurity.PdfSecurityOptions so that
you can disable the ability to download a pdf generated from aspose cells?

@bobm,

You can disable printing of any PDF file using its security attributes (e.g. PdfSecurityOptions.PrintPermission). But you cannot prevent users from downloading via Aspose.Cells APIs. I think such a feature is beyond Aspose.Cells context/scope. Also, I do not think to disable downloading PDF file comes under PdfSecurityOptions rather it is specific to permissions or related to policy one could set for different browser types. Alternatively, it may be relevant to your specific requirements for your application, so you have to write your own code or you may set in the source code (.html) of the web page to accomplish it.