pdf-object ( str n -- str' )


Vocabulary
text-to-pdf.private

Inputs
stran object
nan object


Outputs
str'an object


Definition


: pdf-object ( str n -- str' )
"%d 0 obj\n" sprintf "\nendobj" surround ;