(Binaries are at http://github.com/coherentgraphics/cpdflib-binary )
Cpdflib is a library version of the Coherent PDF Command Line Tools, which are available from http://www.coherentpdf.com/
It is licensed free for non-commercial use (see the file LICENSE in this directory).
Prerequisites for building:
- OCaml
- OCamlfind
- CamlPDF, same version as cpdflib
- CPDF, same version as cpdflib
To build, just run ./build. This makes the static library libcpdf.a (or similar) and the dynamic library libcpdf.dll (or similar). In addition, it builds the libcpdftest binary using static and dynamic linking. This contains tests which exercise every libcpdf function.
The build script also outputs suitable linker flags to standard output.