Does GroupDocs Viewer have functionality to create annotations to a document on its front-end previewer to pass them to GroupDocs Annotation (on backend)?

Does GroupDocs Viewer have functionality to create annotations to a document on its front-end previewer to pass them to GroupDocs Annotation (on backend)?

Hi Sergey,


Thanks for taking interest in GroupDocs APIs.

GroupDocs.Viewer is a back-end API that enables you to render the source document into either HTML pages or images. You can then view these HTML pages or images in your front end document viewer application. It does not provide any built in functionality to create annotations on the document pages when displayed in the front end viewer. You can achieve this functionality by following below steps:

  1. Render document using GroupDocs.Viewer and display rendered pages in the front end viewer.
  2. Use jQuery to create annotations in the front end viewer.
  3. Add annotations on the document and save it using GroupDocs.Annotation on the back-end.

We have also created some showcase applications that may help you to understand the workflow of the APIs. We will require you to mention your platform (.NET or Java) so that we can provide you some specific details. We shall be looking forward to your response.

Warm Regards

Can you show an example of adding an annotation with jQuery like you mentioned?

@jojoshua,

Thanks for posting your query here. You can download the showcase applications that use jQuery at the client side and GroupDocs.Annotation as backend API to add annotations to the supported document formats. Hope it helps.