TextPosition in Pdfbox...
-------------------------

                 Key: PDFBOX-763
                 URL: https://issues.apache.org/jira/browse/PDFBOX-763
             Project: PDFBox
          Issue Type: Wish
    Affects Versions: 0.7.3
         Environment: window xp
            Reporter: Kenny Loh


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??
 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to