LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmtolj

Convert PPM to HP LaserJet format

TLDR

Convert PPM to HP LaserJet format
$ ppmtolj [input.ppm] > [output.lj]
copy
Specify resolution
$ ppmtolj -resolution [300] [input.ppm] > [output.lj]
copy

SYNOPSIS

ppmtolj [options] [file]

DESCRIPTION

ppmtolj converts PPM color images to HP LaserJet PCL format for direct printing. Part of Netpbm toolkit.

PARAMETERS

-resolution n

Print resolution in DPI.
-delta
Use delta row compression.

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

Copied to clipboard
Kai