Vibeset

PostScript

PostScript is a stack-based page description language created by Adobe to print graphics and text precisely. It revolutionized desktop publishing and is the direct ancestor of PDF. Printers interpret it to draw each page.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

/Helvetica findfont 20 scalefont setfont
72 700 moveto (¡Hola, mundo!) show
showpage