Make PostScript driver less loquacious

Dmitry Timoshkov dmitry at sloboda.ru
Wed Apr 4 05:38:53 CDT 2001


"Ian Pilcher" <ian.pilcher at home.com> wrote:

> Well, the only paper size missing is DMPAPER_11X17, presumable because
> it isn't mentioned in Adobe's documentation.
> 
> For the bin types, if someone can tell me how to map the following PPD
> file bin types, I'll do it:

Since we have a fairly limited set of available DMBIN_???, some approximation
could be used. For all missing bins we could just assign some reasonable value,
for instance DMBIN_AUTO:

> 2ndTray
> 3rdHCFTray
> 3rdTray
> 4thHCFTray
> 4thTray
> 500Sheet
> ASFbin1
> ASFbin2
> AUTO --> DMBIN_AUTO
> AnyLargeFormat --> DMBIN_LARGEFMT
> Auto --> DMBIN_AUTO
> AutoSelect --> DMBIN_AUTO
> Auto_Tray1 --> DMBIN_AUTO
> Auto_Tray2 --> DMBIN_AUTO
> Automatic --> DMBIN_AUTO
> Autoselect --> DMBIN_AUTO
> Autotray --> DMBIN_AUTO
> Bin1
> Bin2
> Bottom --> DMBIN_LOWER
> Bottomtray --> DMBIN_LOWER
> Bypass
> BypassHeavy
> BypassPaper
> BypassT1
> BypassT2
> BypassT3
> BypassTransparency
> BypassTray
> BypassXHeavy
> CPF1
> CPF2
> Cassette --> DMBIN_CASSETTE
> Cassette1 --> DMBIN_CASSETTE
> Cassette2 --> DMBIN_CASSETTE
> Cassette3 --> DMBIN_CASSETTE
> Cassette4 --> DMBIN_CASSETTE
> Cassette5 --> DMBIN_CASSETTE
> EnvFeed --> DMBIN_ENVELOPE
> Envelope --> DMBIN_ENVELOPE
> EnvelopeFeeder --> DMBIN_ENVELOPE
> EnvelopeTray --> DMBIN_ENVELOPE
> Front
> FrontFeed
> FrontFeeder
> HCEF
> HCF
> HighCapTray1 --> DMBIN_LARGECAPACITY
> Hopper
> InsertSheet
> LCIT
> LargeCapacity --> DMBIN_LARGECAPACITY
> LargeCapacityTray --> DMBIN_LARGECAPACITY
> LargeLower --> DMBIN_LOWER
> LargeUpper --> DMBIN_UPPER
> Largesheet --> DMBIN_LARGEFMT
> Lower --> DMBIN_LOWER
> Lower1 --> DMBIN_LOWER
> Lower2 --> DMBIN_LOWER
> Lower250SheetFeeder --> DMBIN_LOWER
> Lower500SheetFeeder --> DMBIN_LOWER
> LowerCassette --> DMBIN_LOWER or DMBIN_CASSETTE
> LowerOptTray --> DMBIN_LOWER
> LowerTray --> DMBIN_LOWER
> Lowercassette --> DMBIN_LOWER or DMBIN_CASSETTE
> MBF
> MP --> DMBIN_AUTO
> MPF
> MPMF
> MPT --> DMBIN_AUTO
> MPTray --> DMBIN_AUTO
> MSI
> Main --> DMBIN_AUTO
> MainTray --> DMBIN_AUTO
> Manual --> DMBIN_MANUAL
> ManualBypass --> DMBIN_MANUAL
> ManualEnvelope --> DMBIN_ENVMANUAL
> ManualFeed --> DMBIN_MANUAL
> ManualFeedTray --> DMBIN_MANUAL
> ManualFeeder --> DMBIN_MANUAL
> ManualNormal --> DMBIN_MANUAL
> ManualOHP --> DMBIN_MANUAL
> ManualPaper --> DMBIN_MANUAL
> ManualThick --> DMBIN_MANUAL
> ManualTransparency --> DMBIN_MANUAL
> Medium --> DMBIN_MIDDLE
> Middle --> DMBIN_MIDDLE
> Middle250SheetFeeder --> DMBIN_MIDDLE
> Middle500SheetFeeder --> DMBIN_MIDDLE
> Middletray --> DMBIN_MIDDLE
> Multi-Feeder --> DMBIN_AUTO
> Multi-MediaFeeder --> DMBIN_AUTO
> Multi-Purpose --> DMBIN_AUTO
> MultiMediaFeeder
> MultiPurpose --> DMBIN_AUTO
> Multimedia
> Multipurpose --> DMBIN_AUTO
> MultipurposeTray --> DMBIN_AUTO
> NotSpec --> DMBIN_AUTO
> OnlyOne --> DMBIN_ONLYONE
> OptionalCassette --> DMBIN_CASSETTE
> OptionalCassette1 --> DMBIN_CASSETTE
> OptionalCassette2 --> DMBIN_CASSETTE
> OptionalTray
> Paper
> PaperDeck
> PaperTray
> Paper_Deck
> PrinterDefault --> DMBIN_AUTO
> Rear
> Roll
> RollFeed
> SecondCassette --> DMBIN_CASSETTE
> SideTray
> Slot0
> Slot1
> Slot2
> Slot3
> Slot4
> Small --> DMBIN_SMALLFMT
> Standard --> DMBIN_AUTO
> StandardCassette --> DMBIN_CASSETTE
> StandardTray --> DMBIN_AUTO
> StandardTray  --> DMBIN_AUTO
> Top --> DMBIN_UPPER
> Toptray --> DMBIN_UPPER
> Transparency
> Tray
> Tray0
> Tray1
> Tray2
> Tray3
> Tray4
> Tray5
> Tray6
> Tray7
> TrayManual --> DMBIN_MANUAL
> Tray_Auto --> DMBIN_AUTO
> Universal --> DMBIN_AUTO
> Upper --> DMBIN_UPPER
> UpperCassette --> DMBIN_UPPER or DMBIN_CASSETTE
> UpperOptTray --> DMBIN_UPPER
> UpperTray --> DMBIN_UPPER
> Uppercassette --> DMBIN_UPPER or DMBIN_CASSETTE
> Version2
> Web






More information about the wine-devel mailing list