LinuxCommandLibrary

pbmtextps

renders text as PBM bitmap using PostScript fonts via Ghostscript

TLDR

Render text using PostScript fonts

$ pbmtextps -font [Times-Roman] "[Hello World]" > [output.pbm]
copy
Render with specific size
$ pbmtextps -fontsize [48] "[text]" > [output.pbm]
copy

SYNOPSIS

pbmtextps [options] text

DESCRIPTION

pbmtextps renders text as PBM bitmap using PostScript fonts via Ghostscript. Provides high-quality text rendering with any PostScript font. Part of Netpbm toolkit.

PARAMETERS

-font name

PostScript font name.
-fontsize n
Font size in points.
-resolution n
Output resolution in DPI.

SEE ALSO

pbmtext(1), ppmlabel(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community