From Marc.Battyani at fractalconcept.com Sun Feb 8 15:44:13 2004 From: Marc.Battyani at fractalconcept.com (Marc Battyani) Date: Sun, 8 Feb 2004 16:44:13 +0100 Subject: [cl-pdf-announce] [ANNOUNCE] cl-pdf release 2.1 Message-ID: <095701c3ee5a$6900e700$0303a8c0@marc2> 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: 08 February 2004: Release 2.1 Added auto-generated tarballs of the current repository version Added custom encodings. [Thanks to Dmitri Ivanov] Fonts without font data. [Thanks to Dmitri Ivanov] Added a few with-standard-io-syntax so that the pdf are generated correctly when people change the printer settings. Added a :stacked-series option to the histograms. Changed zlib (again!) for dynamic loading of the library in delivered applications. Added a *default-encoding* special variable. Added pdf meta information to documents.[Thanks to Eric Marsden] Corrected handling of the min/max-value in the charts.[Thanks to Eric Marsden] Corrected pfb file loading. Font names are case insensitive now. Added improved code128 barcodes [Thanks to Lars Rustemeier]. The cl-pdf home page is here: http://www.fractalconcept.com/asp/html/cl-pdf.html Marc