/usr/share/apsfilter/driver/omni/HP_Mopier_240 is in apsfilter 7.2.6-1.3.
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 | # $ApsCVS: src/apsfilter/driver/omni/HP_Mopier_240,v 1.1.2.2 2001/12/29 17:17:15 andreas Exp $
case "$QUALITY" in
high|photo) RESOLUTION=600x600
props="resolution=RESOLUTION_600_X_600" ;;
*) RESOLUTION=300x300
props="resolution=RESOLUTION_300_X_300" ;;
esac
case "$PAPERSIZE" in
a4) props="$props form=FORM_A4" ;;
a3) props="$props form=FORM_A3" ;;
letter) props="$props form=FORM_LETTER" ;;
legal) props="$props form=FORM_LEGAL" ;;
tabloid) props="$props form=FORM_TABLOID" ;;
ledger) props="$props form=FORM_LEDGER" ;;
esac
GS_FEATURES="$GS_FEATURES -sproperties='$props'"
|