From 55b3b8ddad3edf13af84f62aad1ed0d71c0b6405 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Mon, 27 Jun 2016 14:15:57 +0200 Subject: [PATCH] PPD: Dalsi drobnost pro Nessie --- ppd/gen-nessie-xcpt | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/ppd/gen-nessie-xcpt b/ppd/gen-nessie-xcpt index f2cb9a8..419613f 100755 --- a/ppd/gen-nessie-xcpt +++ b/ppd/gen-nessie-xcpt @@ -307,6 +307,20 @@ option({ ], }); +option({ + Key => 'OutputMode', + Name => 'Print Quality', + Choice => 'PickOne', + Priority => 71, + JCL => 1, + Values => [ + { Key => 'Standard', Name => 'Standard', PS => jopt('QUALITY', 'standard'), Default => 1 }, + { Key => 'Enhanced', Name => 'Enhanced', PS => jopt('QUALITY', 'enhanced') }, + { Key => 'HighResolution', Name => 'Highest Resolution', PS => jopt('QUALITY', 'highest-resolution') }, + { Key => 'TonerSaver', Name => 'Toner Saver', PS => jopt('QUALITY', 'toner-saver') }, + ], +}); + # FIXME #option({ # Key => 'XRImageQuality', @@ -322,23 +336,6 @@ option({ # ], #}); -# FIXME -#option({ -# Key => 'Resolution', -# Name => 'Printer Resolution', -# Choice => 'PickOne', -# Priority => 72, -# Values => [ -# { Key => '600dpi', Name => '600 DPI (Fast)', -# PS => '<< /HWResolution [600 600] /DeviceRenderingInfo << /Type 26 /ValuesPerColorComponent 2 >> >> setpagedevice', -# Default => 1, -# }, -# { Key => '1200dpi', Name => '1200 DPI (High Quality)', -# PS => '<< /HWResolution [1200 1200] /DeviceRenderingInfo << /Type 26 /ValuesPerColorComponent 2 >> >> setpagedevice' -# }, -# ], -#}); - # As reported by the printer (FIXME) fonts( <<'AMEN' ); AlbertusMT-Italic: Standard "(001.001)" Standard ROM -- GitLab