我使用iTextSharp
从PDF文档中的页面返回文本,
用这个:
var locationTextExtractionStrategy = new LocationTextExtractionStrategy();
string textFromPage = PdfTextExtractor.GetTextFromPage(pdfReader, i + 1, locationTextExtractionStrategy);
我从previous questions here了解到我需要访问
renderInfo.GetBaseline().GetStartPoint();
但我不明白如何从LocationTextExtractionStrategy()