Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbattyani/cl-pdf
CL-PDF is a cross-platform Common Lisp library for generating PDF files.
https://github.com/mbattyani/cl-pdf
Last synced: 4 months ago
JSON representation
CL-PDF is a cross-platform Common Lisp library for generating PDF files.
- Host: GitHub
- URL: https://github.com/mbattyani/cl-pdf
- Owner: mbattyani
- License: other
- Created: 2013-02-28T17:16:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T05:44:58.000Z (10 months ago)
- Last Synced: 2024-08-02T12:22:08.441Z (7 months ago)
- Language: Common Lisp
- Size: 1.27 MB
- Stars: 111
- Watchers: 14
- Forks: 42
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: change-log.txt
- License: license.txt
Awesome Lists containing this project
README
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 (see `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-announceTo 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 are welcome!
For questions, comments, bugs, typos, etc. use the mailing listYou can look at some examples of CL-PDF output here:
[http://www.fractalconcept.com/asp/html/e-cl-pdf.html](https://web.archive.org/web/20200618163714/http://www.fractalconcept.com/asp/w0Rj/sdataQ0v$QsmkCsLvDM==/sdataQuQhZ0XhCuWs)Marc Battyani