ppmtopjxl

Convert PPM to HP PaintJet XL format

TLDR

Convert PPM to HP PaintJet XL format
$ ppmtopjxl [input.ppm] > [output.pjxl]
Specify render mode
$ ppmtopjxl -render [best] [input.ppm] > [output.pjxl]

SYNOPSIS

ppmtopjxl [options] [file]

DESCRIPTION

ppmtopjxl converts PPM images to HP PaintJet XL/XL300 PCL format for direct printing. Part of Netpbm toolkit.

PARAMETERS

-render mode

Render mode (draft, normal, best).
-dpi n
Print resolution.

INSTALL

sudo apt install netpbm
sudo dnf install netpbm
sudo pacman -S netpbm
sudo apk add netpbm
sudo zypper install netpbm
brew install netpbm
nix profile install nixpkgs#netpbm

SEE ALSO

ppmtopj(1), ppmtolj(1)