- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在寻找一些阅读 .pdf
文件的方法,但我无法从中得到任何东西,我可能需要一个库,但我发现的所有选项都非常困惑和困难处理。
我想知道哪种方式对我来说是完成这项任务的最佳方式,即搜索 .pdf
并获取其摘要部分中的内容。 (这是文本)
最佳答案
最简单、成本最低的方法是使用流行且为其他程序员所知的开源库。
在尝试从头开始编写您自己的 PDF 阅读器之前,请查看以下内容:
解析:
The PoDoFo library is a free, portable C++ library which includes classes to parse PDF files and modify their contents into memory. The changes can be written back to disk easily. The parser can also be used to extract information from a PDF file (for example the parser could be used in a PDF viewer). Besides parsing PoDoFo includes also very simple classes to create your own PDF files. All classes are documented so it is easy to start writing your own application using PoDoFo.
关于c++ - 如何将 .pdf 的文章摘要放入我的 C++ 程序中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15369717/
我是一名优秀的程序员,十分优秀!