This is the command pbmtopsg3 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
pbmtopsg3 - convert PBM images to Postscript with G3 fax compression
SYNOPSIS
pbmtopsg3 [--title=title] [--dpi=dpi] [filespec]
DESCRIPTION
Converts the PBM images in the input PBM file to pages in a Postscript file encoded with
G3 fax compression.
If you don't specify filespec, the input is from Standard Input.
Remember that you can create a multi-image PBM file simply by concatenating single-image
PBM files, so if each page is in a different file, you might do:
cat faxpage* | pbmtopsg3 >fax.ps
OPTIONS
-title The Postscript title value. Default is no title.
-dpi The resolution of the Postscript output. Default is 72 dpi.
Use pbmtopsg3 online using onworks.net services