> I tried using flex-streams and string-output-stream
> but I was not able to make either one work.

iirc, you need a stream that supports file-position, which
flexi-streams don't do and neither babel-streams, although i almost
added it last time.

> Any suggestions?

i looked into this some time ago and we ended up generating our pdf's
into /tmp/ which is a good idea if you are serving them through the
net anyway (think of slow connections... using memory buffers would be
a waste)

-- 
 attila

_______________________________________________
cl-pdf-devel site list
cl-pdf-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/cl-pdf-devel

Reply via email to