Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
0.7.3
-
None
-
None
-
window xp
Description
having problem on how to get TextPosition
i know the way to retrieve text
PDDocument doc = PDdocument.load(filename);
PDFTextStripper stripper = new PDFTextStripper();
txtContent.Text = stripper.getText(doc);
is that any way to retrieve the coordinate in c# format??