Handbook
Glossary
file-to-pdf ( path encoding -- )
Vocabulary
text-to-pdf
Inputs
path
an
object
encoding
an
object
Outputs
None
Definition
USING:
io.files
kernel
sequences
;
IN:
text-to-pdf
:
file-to-pdf
( path encoding -- )
[
file-contents
text-to-pdf
]
[
[
".pdf"
append
]
dip
set-file-contents
]
2bi
;