Handbook
Glossary
objects>pdf ( objects -- str )
Vocabulary
text-to-pdf
.
private
Inputs
objects
an
object
Outputs
str
an
object
Definition
USING:
kernel
sequences
splitting
;
IN:
text-to-pdf.private
:
objects>pdf
( objects -- str )
[
join-lines
"\n"
append
"%PDF-1.4\n"
]
[
pdf-trailer
]
bi
surround
;