/usr/share/hylafax/pagesizes is in hylafax-client 3:6.0.6-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | # $Id$
#
# Warning, this file was automatically created by the HylaFAX configure script
#
# HylaFAX Facsimile Software
#
# Copyright (c) 1990-1996 Sam Leffler
# Copyright (c) 1991-1996 Silicon Graphics, Inc.
# HylaFAX is a trademark of Silicon Graphics, Inc.
#
# Permission to use, copy, modify, distribute, and sell this software and
# its documentation for any purpose is hereby granted without fee, provided
# that (i) the above copyright notices and this permission notice appear in
# all copies of the software and related documentation, and (ii) the names of
# Sam Leffler and Silicon Graphics may not be used in any advertising or
# publicity relating to the software without the specific, prior written
# permission of Sam Leffler and Silicon Graphics.
#
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
#
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
# OF THIS SOFTWARE.
#
#
# VERSION: 6.0.6
# DATE: Fri Dec 5 05:14:59 UTC 2014
# TARGET: x86_64-unknown-linux-gnu
#
#
# HylaFAX Page Size Database
#
# This file defines the set of known page sizes. Note that the name is
# matched using a caseless comparison. Most of the guaranteed reproducible
# areas are guesses based on scaling known GRA's.
#
# File format:
#
# 1. Comments are introduced by '#' and continue to the end of line.
# 2. The first two fields are the full and abbreviated page size names
# and must be separated from the subsequent fields by a tab (possibly
# followed by more whitespace). Otherwise fields can be separated
# by any amount of any kind of whitespace.
# 3. Numbers are all base 10 and in basic measurement units (BMU);
# defined as 1/1200 x 25.4 mm for paper output with a scale factor
# of one.
# 4. All fields must be present on a single line; otherwise the entry
# is ignored.
# 5. Most all users of this database require a "default" entry that
# specifies the default page size to use. This entry should be placed
# last so that inverse matches find the real page size name and not
# the default entry.
# Guaranteed Reproducible Area
# Name Abbrev Width Height Width Height Top Left
ISO A3 A3 14030 19840 13200 18480 472 345
ISO A4 A4 9920 14030 9240 13200 472 345
ISO A5 A5 7133 9921 6455 9236 472 345
ISO A6 A6 5055 6991 4575 6508 472 345
ISO B4 B4 12048 17196 11325 16010 472 345
North American Letter NA-LET 10200 13200 9240 12400 472 345
American Legal US-LEG 10200 16800 9240 15775 472 345
American Ledger US-LED 13200 20400 11946 19162 472 345
American Executive US-EXE 8700 12600 7874 11835 472 345
Japanese Letter JP-LET 8598 12141 7600 10200 900 400
Japanese Legal JP-LEG 12141 17196 11200 15300 900 400
#
default NA-LET 10200 13200 9240 12400 472 345
|