1
I need to display a PDF file that will be on my server or bank (I haven’t decided yet) on a web page, made in ASP.Net C#.
The problem is that this file has to be all "blocked". The user cannot print, download, save, copy text...
I know that, if the user wants, will be able to break these rules, but I need to make it as difficult as possible.
In short, you want to save this file in PDF-A format.
– Leonel Sanches da Silva
These two articles may help, or clarify some things! - C# Demo Project of an ASP.NET PDF Viewer Built Based on the Groupdocs.Viewer for . NET Library - List item ASP.NET PDF Viewer User Control Without Acrobat Reader Installed on Client or Server
– Daniel Pohlmann
Gypsy, do not know what is the PDF-A. But my idea is not to save the file, the user will open the file in the browser only to read, without being able to do any more action on it.
– Renan Tex