[cl-typesetting-devel] error when writing file

Attila Lendvai attila.lendvai at gmail.com
Fri Nov 6 09:50:07 UTC 2009


> #<SB-SYS:FD-STREAM for "file D:\\home\\src\\phcard1.pdf" {2400A001}> is not
> a binary output stream.


cl-pdf needs a bivalent stream.

open your output stream with :element-type :default, or without
calling :element-type (note: using with-open-file might hinder this, i
don't really remember but there are some headaches somewhere related
to this)

-- 
 attila




More information about the cl-typesetting-devel mailing list