Handbook
Glossary
with-pdf-writer ( quot -- pdf )
Vocabulary
pdf
.
streams
Inputs
quot
an
object
Outputs
pdf
an
object
Definition
USING:
accessors
io
kernel
;
IN:
pdf.streams
:
with-pdf-writer
( quot -- pdf )
<pdf-writer>
[
swap
with-output-stream*
]
keep
data>>
;
inline