You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Kenny Loh (JIRA)" <ji...@apache.org> on 2010/06/28 15:47:49 UTC

[jira] Created: (PDFBOX-763) TextPosition in Pdfbox...

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.