From akopa at charter.net Sun Aug 5 08:55:17 2007 From: akopa at charter.net (Matthew D Swank) Date: Sun, 05 Aug 2007 03:55:17 -0500 Subject: [cl-pdf-devel] Using cl-pdf as an output stream Message-ID: <46B59075.5010901@charter.net> I may be asking a dumb question, but I didn't immediately see anything on Google that addressed this, so here goes. What is the easiest way to use cl-pdf render output from the common-lisp pretty printer? I want it to behave basically like a line printer-- use a fixed-width font and the output of a formatted stream to build a document. Thank you, Matt -- "You do not really understand something unless you can explain it to your grandmother." ? Albert Einstein. From marc.battyani at fractalconcept.com Tue Aug 7 16:57:46 2007 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Tue, 7 Aug 2007 18:57:46 +0200 Subject: [cl-pdf-devel] Using cl-pdf as an output stream References: <46B59075.5010901@charter.net> Message-ID: <04be01c7d914$147d7c90$1702a8c0@marcc2> "Matthew D Swank" wrote: >I may be asking a dumb question, but I didn't immediately see anything >on Google that addressed this, so here goes. What is the easiest way to >use cl-pdf render output from the common-lisp pretty printer? I want it >to behave basically like a line printer-- use a fixed-width font and the >output of a formatted stream to build a document. There is an crude lisp source code printer with some syntax coloring in cl-typesetting. Here is the code printed by itself : http://www.fractalconcept.com/pprint.pdf It should be easy to modify to print whatever output you want. Marc