This content has been marked as final.
Show 5 replies
-
1. Re: How to check whether a pdf is print protected in C#
lrosenth Oct 15, 2013 5:56 AM (in response to VKP1)There are no C# APIs to enable that.
-
2. Re: How to check whether a pdf is print protected in C#
VKP1 Oct 15, 2013 6:19 AM (in response to lrosenth)Thanks for the reply.
I dont want to enable it.
I just want to detect if the pdf is print protected or not. Is there any way to check that
-
3. Re: How to check whether a pdf is print protected in C#
Test Screen Name Oct 15, 2013 6:25 AM (in response to VKP1)There are no C# APIs to do that in Acrobat.
-
4. Re: How to check whether a pdf is print protected in C#
VKP1 Oct 15, 2013 6:51 AM (in response to Test Screen Name)Do we have some thing in Acrobat Sdk which I use through reflection in c# to achieve this?
-
5. Re: How to check whether a pdf is print protected in C#
lrosenth Oct 15, 2013 7:25 AM (in response to VKP1)The only APIs available would be for a plugin in Acrobat.
You could write a custom plugin fro Acrobat (in C/C++) and then communicate with that from C#.



