共享茶室加盟为什么不能做割韭菜模式
什么是Xpdf?
Xpdf是一个免费的PDF查看器和工具包,包括文本提取器,图像转换器,HTML转换器等。大多数工具都是开源的。官网:http://www.xpdfreader.com/
第一步:
从官方下载最新版本,并找到Xpdf/XRef.cc修改如下代码
The required modification is to change the function okToCopy() in Xpdf/XRef.cc to return always 1.
Lite this:
GBool XRef::okToCopy(GBool ignoreOwnerPW) {
return 1;
}
第二步:
上传修改过的完整包到root目录下,xpdf-4.00已修改直接使用的包下载地址
第三步:开始编译
* Run cmake:
cmake -DCMAKE_BUILD_TYPE=Release {other options – see below} ..
* Build:make
This will build the executables in the build directory:
xpdf/xpdf
xpdf/pdftops
xpdf/pdftotext
xpdf/pdftohtml
xpdf/pdfinfo
xpdf/pdffonts
xpdf/pdfdetach
xpdf/pdftoppm
xpdf/pdftopng
xpdf/pdfimages
xpdf-qt/xpdf