LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

paperconf

displays paper size information

TLDR

Show default paper size
$ paperconf
copy
Show paper width
$ paperconf -w
copy
Show paper height
$ paperconf -h
copy
Show specific paper
$ paperconf -p [a4]
copy
Show in millimeters
$ paperconf -m
copy

SYNOPSIS

paperconf [options] [paper]

DESCRIPTION

paperconf displays paper size information. Queries system paper settings.The tool shows dimensions and names. Part of libpaper.

PARAMETERS

PAPER

Paper name (a4, letter, etc.).
-w
Show width.
-h
Show height.
-m
Output in millimeters.
-p PAPER
Specify paper type.

CAVEATS

Part of libpaper. System paper configuration. Regional defaults.

HISTORY

paperconf is part of libpaper for querying paper size configuration.

SEE ALSO

paperconfig(8), lp(1)

Copied to clipboard
Kai