Hi, I am trying to use the GroupDocs.Parser for extracting data from the PDF using template, my question is how to get the coordinates positions. Is there any tool or something you are using to get those position and put into the template.
Like in this example
TemplateField templateField = new TemplateField(
new TemplateFixedPosition(new Rectangle(new Point(35, 160), new Size(110, 20))),
“Address”);
From where i can get 35,160 or 110,20. Any tool you are using to get those position.
Plz help me with that.
Thanks