如何使用itextsharp读取没有页眉或页脚的文件?

时间:2018-04-01 20:13:03

标签: c#

如何使用itextsharp从现有PDF文件中的页面中删除页眉和页脚?

PdfReader reader = new PdfReader(myfile);
// here I want to get the text without any header or footer if it is possible
string text = PdfTextExtractor.GetTextFromPage(reader, 1, new LocationTextExtractionStrategy());

注意:

该文件可能包含也可能不包含页眉和页脚

0 个答案:

没有答案