CamlPDF v0.4
============

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. 

Six examples (Pdfhello, Pdfdecomp, Pdfmerge, Pdfdraft, Pdftest, Pdfdecrypt)
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


New in This Release
===================

o Now compiles with F# and OCaml from the same source
o PdfSpace module (colourspaces)
o Greatly expanded PdfText module for encodings and text extraction
o Cff module (Parse Type 1 fonts and convert to Type 3)
o New unfinished modules (PdfAnnot, PdfMark, Pdfgraphics) for annotations, bookmarks and structured graphics
o Many bug fixes - handles many more malformed files

