[cl-pdf-devel] cl-pdf and cl-typesetting release candidates

Dmitriy Ivanov divanov at aha.ru
Thu Apr 21 18:40:15 UTC 2005


Hello Marc,

|> Seems to work fine with my version of compress-string looking like
|> (defun compress-string (string)
|>   (let* ((input (if (stringp string)
|>                  (deflate::string-to-octets string 0 (length string)))
|>                     string))
|>   ...))
|
| Why don't you use the current cl-pdf version which should be more
| memory efficient?

I meant exactly the same version from cl-pdf/zlib.lisp except for the case
when the stream content is already an octet vector. I encountered this today
and have not found out yet whether it was caused by my overrides or common
cl-pdf code.
--
Sincerely,
Dmitriy Ivanov
lisp.ystok.ru




More information about the cl-pdf-devel mailing list