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

Marc Battyani marc.battyani at fractalconcept.com
Thu Apr 21 18:57:45 UTC 2005


"Dmitriy Ivanov" <divanov at aha.ru> wrote:

> |> 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.

OK. Sorry, I thought you were using your previous compress-string when you
have just modified the string to octets conversion.
I'm adding this.

Anybody has other fixes ?

Marc





More information about the cl-pdf-devel mailing list