Re: [cl-pdf-devel] printing PDF pages to an in-memory buffer

2009-03-01 Thread Ram Bhamidipaty
On Sun, Mar 1, 2009 at 5:33 PM, Attila Lendvai wrote: >> 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 i

Re: [cl-pdf-devel] printing PDF pages to an in-memory buffer

2009-03-01 Thread Attila Lendvai
> 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 a