我只是将poppler下载到Linux系统,我想将它合并到我的应用程序中来解析pdf文件.
(我的目标是将pdf文件转换为纯文本.)
我怎样才能做到这一点?
解决方法:
Their website非常清楚地解释了:
Poppler is available from git. To clone the repository use the following command:
git clone git://git.freedesktop.org/git/poppler/poppler
下载源代码后,请阅读INSTALL文件,其中包含:
cd
to the directory containing the package’s source code and type./configure
to configure the package for your system.Type `make’ to compile the package.
Type `make install’ to install the programs and any data files and
documentation.