LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmtopjxl

Convert PPM to HP PaintJet XL format

TLDR

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

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
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

SEE ALSO

ppmtopj(1), ppmtolj(1)

Copied to clipboard
Kai