Dylan pdflib Wrapper V1.0 Rob Myers: dylan@robmyers.org To build, you will need to get, make and install pdflib. Some configuration options have not been used in pdflib. If you wish to use cmyk color, arcn or thumbnails, uncomment the relevent sections in pdflib-exports.dylan and pdflib.intr . To build on MacOS X, you may need to install and ranlib libpdf.a from pdflib/.libs by hand: cd ~/pdflib-3.03/pdflib/.libs sudo cp ./libpdf.a /usr/local/libs sudo ranlib /usr/local/libs/libpdf.a The C-style names from pdflib have been replaced with dylan-style names: _ -> - shrt -> short moveto -> move-to The only library and module defined by pdflib is pdflib. The only class defined by pdflib is , a pdf document. See pdflib-exports.dylan if in doubt. See pdflib/test for a sample dylan pdflib program.