or documentation, browse index.html. Quick install guide: 1. Type './configure' 2. Type 'make install' Generic configuration instructions are in the file INSTALL. The following 3rd-party libraries will be used by gd if found by configure. While gd w
For documentation, browse index.html. Quick install guide: If the sources have been fetched from CVS, run bootstrap.sh [options]. From a released source, use: 1. Type './configure' 2. Type 'make install' Generic configuration instructions are in the
PoDoFo 是一个用来操作 PDF 文件格式的 C++ 类库。它还包含一些小工具用来解析、修改和创建 PDF 文档。 此工程只包含核心代码(src部分),不包含Samples等代码。 原来想按网上的教程,用cmake生成sln的,各种失败(还好成功生成了头文件podofo_config.h),只好自己创建工程包含源文件了。 PdfTTFWriter.h/cpp好像不用了的,有防编译宏,而且CMakeLists.txt里面也没有,就没包含进来。 目前工程能在Win10 X64, VS 2010