[
https://issues.apache.org/jira/browse/PDFBOX-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Hewson resolved PDFBOX-763.
--------------------------------
Resolution: Not A Problem
> TextPosition in Pdfbox...
> -------------------------
>
> Key: PDFBOX-763
> URL: https://issues.apache.org/jira/browse/PDFBOX-763
> Project: PDFBox
> Issue Type: Wish
> Components: .NET
> Affects Versions: 0.7.3
> Environment: window xp
> Reporter: Kenny Loh
> Original Estimate: 120h
> Remaining Estimate: 120h
>
> 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 was sent by Atlassian JIRA
(v6.1.5#6160)