forked from mbattyani/cl-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
34 lines (24 loc) · 1.28 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
cl-pdf copyright 2002-2005 Marc Battyani see license.txt for the details
WARNING: cl-pdf is moving to https://github.com/mbattyani/cl-pdf.git
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.
When it is used with cl-typesetting it provides a complete typesetting system.
CL-PDF is released with a FreeBSD style license so it is usable for commercial work.
Currently there is no docs, only some examples.
There are mailing lists for discussing cl-pdf:
http://common-lisp.net/mailman/listinfo/cl-pdf-devel
http://common-lisp.net/mailman/listinfo/cl-pdf-announce
To install it:
1 Customize config.lisp
2 Choose the zlib implementation to use in cl-pdf.asd
Or get an implementation specific zlib in the contrib directory.
Or disable the compression in config.lisp
3 Load the cl-pdf library using the asdf or mk:defsystem files.
4 Use it...
In case of problems, first disable the zlib compression and try again...
You need to get a post 23-dec-2002 UFFI version if you use the UFFI zlib binding.
Contributions ar welcome!
For questions, comments, bugs, typos, etc. use the mailing list
You can look at some CL-PDF examples here:
http://www.fractalconcept.com/asp/html/e-cl-pdf.html
Marc Battyani