Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

paperconf(1) [suse man page]

PAPERCONF(1)						      General Commands Manual						      PAPERCONF(1)

NAME
paperconf - print paper configuration information SYNOPSIS
paperconf [ [ -p ] paper | -d | -a ] [ -z ] [ -n | -N ] [ -s | -w | -h ] [ -c | -m | -i ] DESCRIPTION
paperconf prints information about a given paper. The information that can be obtained is the name of the paper, its size and its width or height. When called without arguments, paperconf prints the name of the system- or user-specified paper, obtained by looking in order at the PAPERSIZE environment variable, at the contents of the file specified by the PAPERCONF environment variable, at the contents of /etc/papersize or by using letter as a fall-back value if none of the other alternatives are successful. By default, width and height of the paper are printed in PostScript points. OPTIONS
-p paper Specify the name of the paper about which information is asked. -d Use the default builtin paper name. -a Consider all known paper names. -z If the paper name is unknown, print it but issue a message on the standard error and exit with a non-zero code. -n Print the name of the paper. -N Print the name of the paper with the first letter capitalized. -s Print the size (width followed by height) of the paper. -w Print the width of the paper. -h Print the height of the paper. -c Use centimetres as unit for paper size. -m Use millimetres as unit for paper size. -i Use inches as unit for paper size. ENVIRONMENT
PAPERSIZE Paper size to use regardless of what the papersize file contains. PAPERCONF Full path to a file containing the paper size to use. FILES
/etc/papersize Contains the name of the system-wide default paper size to be used if the PAPERSIZE and PAPERCONF variables are not set. AUTHOR
Yves Arrouye <arrouye@debian.org> SEE ALSO
papersize(5) 24 April 2001 PAPERCONF(1)

Check Out this Related Man Page

XPSTOPDF(1)							     XPS Tools							       XPSTOPDF(1)

NAME
xpstopdf - XPS to PDF converter SYNOPSIS
xpstopdf [OPTION...] FILE [OUTPUT FILE] DESCRIPTION
xpstopdf converts XPS documents to PDF format. xpstopdf reads the XPS file, FILE, and writes a PDF file, OUTPUT FILE. If OUTPUT FILE is not specified the output filename will be derived from the OUTPUT FILE filename. OPTIONS
-?, --help Show help options. -d DOCUMENT, --document=DOCUMENT The document inside the XPS file to convert. By default, the first document of the XPS file is used. -f PAGE, --first=PAGE The first page to convert. -l PAGE, --last=PAGE The last page to convert. -o, --odd Convert only odd pages. -e, --even Convert only even pages. -r RESOLUTION, --resolution=RESOLUTION Horizontal and vertical resolution in PPI (Pixels Per Inch). The default is 150 PPI. --rx=RESOLUTION Horizontal resolution in PPI (Pixels Per Inch). The default is 150 PPI. --ry=RESOLUTION Vertical resolution in PPI (Pixels Per Inch). The default is 150 PPI. -x X, --crop-x=X The x-coordinate of the crop area top left corner. -y Y, --crop-y=Y The y-coordinate of the crop area top left corner. -w WIDTH, --crop-width=WIDTH The width of crop area. -h HEIGHT, --crop-height=HEIGHT The height of crop area. --paper-width=WIDTH The paper width. --paper-height=HEIGHT The paper height. --expand Expand pages smaller than the paper to fill the paper. By default, pages are not scaled. --no-shrink Don't scale pages which are larger than the paper. By default, pages larger than the paper are shrunk to fit. --no-center Don't center on the paper pages smaller than the paper (after any scaling). By default, pages smaller than the paper are aligned to the lower-left corner. BUGS
Please send bug reports to https://bugzilla.gnome.org/enter_bug.cgi?product=libgxps. SEE ALSO
xpstojpeg(1) xpstopng(1) xpstops(1) xpstosvg(1) XPS Tools 11/19/2011 XPSTOPDF(1)
Man Page