Handbook
Glossary
text-to-pdf ( str -- str' )
Vocabulary
text-to-pdf
Inputs
str
an
object
Outputs
str'
an
object
Definition
USING:
text-to-pdf.private
;
IN:
text-to-pdf
:
text-to-pdf
( str -- str' )
string>lines
lines>pages
pages>objects
objects>pdf
;