使用iTextSharp获取文本框的y坐标?

时间:2014-03-17 16:16:35

标签: c# pdf itextsharp

我使用iTextSharp从PDF文档中的页面返回文本, 用这个:

var locationTextExtractionStrategy = new LocationTextExtractionStrategy();
string textFromPage = PdfTextExtractor.GetTextFromPage(pdfReader, i + 1, locationTextExtractionStrategy);

我从previous questions here了解到我需要访问

renderInfo.GetBaseline().GetStartPoint();

但我不明白如何从LocationTextExtractionStrategy()

调用该方法

0 个答案:

没有答案