The CPDF PDF command line tool for editing PDF files. cpdf as an OCaml library
Go to file
2015-01-12 17:55:45 +00:00
.gitignore
blank20.pdf
blank.pdf Updated version number 2014-12-21 13:22:08 +00:00
blankowneruser.pdf more manual fixes w.r.t recrypt 2014-11-18 14:57:18 +00:00
Changes New -remove-dict-entry and fixes for re-use of go_with_argv 2015-01-11 16:10:18 +00:00
cpdf.1
cpdf.ml Squeeze logging 2015-01-07 20:29:39 +00:00
cpdf.mli Squeeze logging 2015-01-07 20:29:39 +00:00
cpdfcommand.ml More work with -stay-in-error 2015-01-12 17:55:45 +00:00
cpdfcommand.mli More work with -stay-in-error 2015-01-12 17:55:45 +00:00
cpdfcommandrun.ml Beginning to work on nobble problem 2014-10-22 11:07:17 +01:00
cpdfmanual.pdf More linearization instructions 2014-11-27 17:58:18 +00:00
cpdfmanual.tex More linearization instructions 2014-11-27 17:58:18 +00:00
cpdfstrftime.ml
cpdfstrftime.mli
LICENSE Added xmlm statement to license 2014-11-25 10:56:52 +00:00
logo.pdf
Makefile Tidying 2014-10-30 19:48:45 +00:00
META
OCamlMakefile
README.md
TODO
xmlm.ml
xmlm.mli

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

http://ocaml.org

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:

http://opam.ocamlpro.com

these can be installed by:

opam install camlpdf

To build

  1. Type make to make the cpdf executable and the library

  2. Type make install to install the OCaml cpdf library.

The cpdf executable should be manually placed somewhere suitable.

Alternatively, the library and command-line binary 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.

Contact

contact@coherentgraphics.co.uk