Hi Team,
i have a requirement were we will show the PDF document using a webbrowers, but end User should not have permission to save/print/copy the pdf document, It should be completely a read only document, Please guide me for a infragistics web control which helps me in accomplishing my task.
Thanks Ashok C R
Hello Ashok,
Thank you for contacting us!
About your question, there is a control that can fulfill this functionality. The control is WebDocumentExporter and you can set this limitations like this:
Although you need to keep in mind some things. Due to pending government approval regarding export limitations, encryption-related functionality has been disabled for some releases.
The following is a list of properties that are affected by this limitation:
-Infragistics.Documents.Reports.PDF.IPermissions.Add-Infragistics.Documents.Reports.PDF.IPermissions.Copy-Infragistics.Documents.Reports.PDF.IPermissions.Modify-Infragistics.Documents.Reports.PDF.IPermissions.Print-Infragistics.Documents.Reports.Report.Preferences.PDF.IPassword.Owner-Infragistics.Documents.Reports.Report.Preferences.PDF.IPassword.User
Related references:
http://es.infragistics.com/community/forums/t/13759.aspx
http://help.infragistics.com/Help/Doc/WinForms/2012.1/CLR2.0/html/Win_Known_Issues.html
http://help.infragistics.com/Help/Doc/WinForms/2013.1/CLR4.0/html/Win_Known_Issues_in_2012_Volume_2.html
Also, it is currently not allowed to disable the saving/downloading of any PDF displayed on the client. More about this you can find here:
http://forums.adobe.com/thread/466540
If you have any further questions, please let me know!
Dear Zdravko Kolev,
Thanks for your reply, This helped me a lotz.
Thanks again.
Ashok Ramachandrappa
Hello,
I'm glad I could help you!
If you have any further questions, do not hesitate to contact me.
I just got around to this post… it’s funny because I have the similar request to convert PDF to image and view in the html with permission control. i appreciate your work …. Thanks Zdravko Kolev
I'm just following up to see if you need any further assistance.
As I mentioned in my previous post currently it is not possible to limit the end user to save/download/print. If you use our WebDocumentExporter, you can hide some of the toolbars or set password, but all the rest depends of the PDF reader that you use.
You can use passwords to apply different kind of restrict for user such as opening, printing, editing and etc, but due to pending government approval regarding export limitations, encryption-related functionality has been disabled for the 2007 Volume 2 release. We expect to enable this functionality in a future release.
The current code works if you are generating a new PDF with some data using webdocument export control. But my current requirement is we have 5k PDF and this pdf will be shown to the user based on his search. So can we control the PDF documents by saving/download/print?
Thanks
Ashok C R