Protection feautures

Hello,

we are currently looking for documents viewer capable to fulfill our client expectations and we have some questions about GroupDocs Viewer.

  1.   Is it possible to protect document displayed in GroupDocs Viewer against copying its content (ctrl+c, and so on)?
    
  2.   Is it possible to protect document displayed in GroupDocs Viewer against print screens?
    
  3.   Is it possible to use GroupDocs Viewer as a DZI file viewer (with lazy loading file parts depends on current needs)?
    

Best regards

@timsi,

Thanks for taking interest in GroupDocs.Viewer API. Please note that GroupDocs.Viewer is a back-end, UI-less API which allows you to render the document as PDF document or in the form of HTML pages or images. When you render a document in HTML based rendering or image-based rendering, each page of the source document is converted into an HTML page or an image file. You will have to create your own front end application to view/display the HTML pages or images rendered by GroupDocs.Viewer.

You can implement this feature in your front-end application and restrict the user to copy the content when the rendered HTML page or the image is displayed (i-e in the browser).

This feature is also related to the front-end application where you can restrict the user to use print screen feature.

Currently, GroupDocs.Viewer does not support DZI file format. However, we shall check if there are any plans to provide its support in future.

Please mention the platform (.NET, Java or Cloud) for which you want to use the GroupDocs.Viewer API. It will help us to guide you more specifically.

Thank you for answers. We are planing to use Java platform.

@timsi,

Thanks for your response. You can evaluate all the features of GroupDocs.Viewer for Java using the Example project. Furthermore, we have also provided Showcase applications that will help you understand how to work with the API in a front-end application. In case of any other questions or queries, please feel free to let us know.

@timsi,

We have just got an update and currently, we do not have any plans to support DZI file format.