paps

Converts text to PostScript using Pango text rendering

brewmacoslinux
Try with needOr install directly
Source

About

Pango to PostScript converter

Commands

paps

Examples

Convert a text file to PostScript$ paps input.txt > output.ps
Convert text with custom font and size$ paps --font='Courier 10' input.txt > output.ps
Convert with landscape orientation and margins$ paps --landscape --margin=20 input.txt > output.ps