Page 1 of 1

StiPdfExportSettings for setting StiUserAccessPrivileges.non

Posted: Mon Dec 19, 2016 9:22 am
by Pavan
Hi,

In WinRT, how to export pdf file with User access privileges as none (For making non editable pdf)

THanks,
Pavan

Re: StiPdfExportSettings for setting StiUserAccessPrivileges

Posted: Tue Dec 20, 2016 8:55 am
by Alex K.
Hello,

Please try to use the StiPdfExportSettings:

Code: Select all

StiPdfExportSettings padfExpSettings = new StiPdfExportSettings();
padfExpSettings.UserAccessPrivileges = StiUserAccessPrivileges.None;
Thank you.

Re: StiPdfExportSettings for setting StiUserAccessPrivileges

Posted: Tue Dec 20, 2016 9:35 am
by Pavan
I don't see this option in WinRT.
StiUserAccessPrivileges property is not available.

Re: StiPdfExportSettings for setting StiUserAccessPrivileges

Posted: Wed Dec 21, 2016 9:51 am
by Andrew
Dear Pavan,

What version of the software are you using?

Thank you.

Re: StiPdfExportSettings for setting StiUserAccessPrivileges

Posted: Wed Dec 21, 2016 9:57 am
by Alex K.
Hello,

Unfortunately, the WinRT version does not contain this option. Sorry.

Thank you.