From: Robert Colquhoun Date: Mon, 4 Sep 2000 03:32:39 +0000 (+0000) Subject: Add letter size paper handling to ps2gax.gs script. Bugzilla id 43, X-Git-Tag: HYLAFAX-4_1BETA3~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdc98ca3ec91d6bc664394ecc5ee86f42e0983b4;p=thirdparty%2FHylaFAX.git Add letter size paper handling to ps2gax.gs script. Bugzilla id 43, report and fix by Marc Boucher(marc@mbsi.ca) --- diff --git a/util/ps2fax.gs.sh b/util/ps2fax.gs.sh index 5961e996..4038ce80 100644 --- a/util/ps2fax.gs.sh +++ b/util/ps2fax.gs.sh @@ -88,6 +88,8 @@ test -z "$fil" && fil="-" # read from stdin case "${pagewidth}x${pagelength}" in 1728x280|1728x279) # 279.4mm is actually correct... paper=letter;; +1728x364) + paper=legal;; *x296|*x297) # more roundoff problems... paper=a4;; *x364)