Git Product home page Git Product logo

cl-pdf's Introduction

cl-pdf copyright 2002-2005 Marc Battyani see license.txt for the details
You can reach me at [email protected] or [email protected]
The homepage of cl-pdf is here: http://www.fractalconcept.com/asp/html/cl-pdf.html

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

cl-pdf's People

Contributors

archimag avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cl-pdf's Issues

no class pdf::ttu-font-metrics

I sometimes get this error, but it's really random. It must be because of the order the files are listed in the .asd -- the following patch seems to resolve it:

diff --git a/cl-pdf.asd b/cl-pdf.asd
index dc52e72..1845f36 100644
--- a/cl-pdf.asd
+++ b/cl-pdf.asd
@@ -19,7 +19,7 @@
                (:file "t1-font" :depends-on ("font-metrics" "encodings"))
                (:file "ttu-font" :depends-on ("font-metrics"))
                (:file "ttf" :depends-on ("ttu-font"))
-               (:file "font" :depends-on ("t1-font"))
+               (:file "font" :depends-on ("t1-font" "ttu-font"))
                (:file "pdf" :depends-on ("font"))
                (:file "x11-colors" :depends-on ("defpackage"))
                (:file "pdf-base" :depends-on ("pdf" "x11-colors"))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.