Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 pdf 文件中查找/提取页眉或页脚。我知道它可以通过 apose.net 库完成,但它不是免费的。我搜索了互联网,但找不到用于提取页眉或页脚的免费库。
许多像 itextsharp 这样的库只能添加页眉或页脚,但不能提取或查找页眉或页脚。
我没有找到任何方法来提取页眉或页脚。
我该怎么做?
页眉和页脚在整个文档上应该具有相同的结构,所以我认为这是一个很好的开始方式。您可以搜索一些模式,然后提取页眉/页脚。然后你可以使用库itextsharp来提取这个值,有用的方法:
itextsharp
PdfTextExtractor.GetTextFromPage(reader, fromPage, toPage);