Handbook
Glossary
pdf-catalog ( -- str )
Vocabulary
text-to-pdf
.
private
Inputs
None
Outputs
str
an
object
Definition
USING:
splitting
;
IN:
text-to-pdf.private
:
pdf-catalog
( -- str )
{
"<<"
"/Type /Catalog"
"/Pages 4 0 R"
">>"
}
join-lines
;