Finding Text/Image Posistion on a PDF Document

Hello,

Currently, I am working on a process where I need to edit a PDF document. I want to place a new PDF element right above the signature line that is on the existing document.

In UiPath, is there a way for me to find the coordinates of a particular string in the PDF or a way to find coordinates using image recognition? If I can figure out the x/y and page number, it would be perfect.

Thanks.

@edevries

you can use find images which gives coordinates to you

the below will give the offset value 1,2 represents the offset you need
Output(0).ClippingRegion.Offset(New Point(1,2))

cheers

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.