393e7e450b | ||
---|---|---|
LICENSE | ||
META | ||
Makefile | ||
OCamlMakefile | ||
README.md | ||
cpdf.ml | ||
cpdf.mli | ||
cpdfcommand.ml | ||
cpdfcommand.mli | ||
cpdfcommandrun.ml | ||
cpdfmanual.pdf | ||
cpdfmanual.tex | ||
cpdfstrftime.ml | ||
cpdfstrftime.mli | ||
logo.pdf |
README.md
cpdf-source
Free for non-commercial use. See LICENSE for details. Copyright Coherent Graphics Ltd 2013.
This code builds two things:
a) The CPDF PDF Command Line Tools, which are a popular commercial command line tool for editing PDF files.
b) cpdf as an OCaml library.
Prerequisites to build
The OCaml compiler
The camlpdf library
http://github.com/johnwhitington/camlpdf
The ocamlfind library manager
http://projects.camlcity.org/projects/findlib.html
If you are using the OPAM package manager:
these can be installed by:
opam install ocamlfind camlpdf
To build
-
Type 'make' to make the cpdf executable and the library
-
Type 'make install' to install the OCaml cpdf library.
The cpdf executable should be manually placed somewhere suitable.
Alternatively, the library only can be installed by
opam install cpdf
Documentation
The file cpdfmanual.pdf in this folder is the documentation for the command line tools. The documentation for the cpdf OCaml library is in doc/html/cpdf/ in this folder once the library has been built.