CamlPDF v0.2
============

Please see the file 'LICENSE' in this directory for terms of use.

To install, see file 'INSTALL' in this directory.

This is CamlPDF, an OCaml library for reading, writing and manipulating Adobe
portable document files. It is presented as a literate program in the manner of
Knuth. Since this is an implementation of someone else's technology (unlike the
rest of our work, which is new), we have decided to release it for free use
(see the LICENCE file for full conditions).

Five examples (Pdfhello, Pdfdecomp, Pdfmerge, Pdfdraft, Pdftest) are provided.

Please advise of the following:
  o Files which cannot be read or written, or any other runtime error;
  o Instances of particularly slow or resource-hungry scenarios.

Please be aware that PDF is a highly complex format and that many files are
malformed. We will incorporate support for malformed files if Acrobat reads
them.

John Whitington
camlpdf@coherentgraphics.co.uk

