From: Marc Battyani
Subject: [ANNOUNCE] cl-pdf 2.0.3
Date: 
Message-ID: <bnc3g0$knp@library1.airnews.net>
CL-PDF is a cross-platform Common Lisp library for generating PDF files.
It does not need any third-party tools from Adobe or others.
It is used by cl-typesetting to provide a complete typesetting system.

From the change log:

24 October 2003: Release 2.0.3
   Only loads the AFM files for the 14 standard fonts.
   The other AFM files must be loaded with the font data by load-t1-font.
   Small fixes.

23 October 2003: Release 2.0.2
   Small fixes and improvements

21 October 2003: Release 2.0.1
   A small fix to make the font cache work with the new encodings

15 October 2003: Release 2.0
   This release provides support for cl-typesetting
   Major changements in the fonts and font-metrics classes
   Support for custom character encodings
   Loading and embedding of type1 fonts
   Several fixes

The cl-pdf home page is here:
http://www.fractalconcept.com/asp/html/cl-pdf.html

Marc