Data annotation

Hi Team,

I am looking for a PDF annotation functionality.

The functionality is described as follows:

I have to search for a particular text in all the pages in the PDF and I have to add annotation text on top, left, right, bottom to it.

Font color, Font size, Font family of the annotated text should also be configurable.

Annotated text should be shown as pop up as default (User don’t need to click on it to see the annotation text)

Looking for your quick reply.

Thanks,

Navaneethan V

Hi Navaneethan,

Thanks for contacting support.

In order to accomplish this requirement, you need to Search and Get Text Segments from All Pages of PDF Document where it returns the rectangular coordinates of each TextSegment and then you can Add Annotation in existing PDF file on same coordinates as per TextSegment.

In order to have open state of Annotation, please try using textAnnotation.Open = true;