*PPD-Adobe:  "4.3"
*% Adobe PostScript(R) Printer Description File
*% For Lexmark Optra E312 Laser Printers
*% Produced by Lexmark International, Inc.
*%
*% For use with Adobe PostScript Driver ver 3.0.1 or similar printer drivers
*%
*% Copyright (c) 1993-2000 Lexmark International Inc.  All Rights Reserved.
*% Permission is granted for redistribution of this file as
*% long as this copyright notice is intact and the content
*% of the file is not altered in any way from its original form.
*%
*FormatVersion: "4.2"
*FileVersion:  "1.0"
*LanguageVersion: English
*LanguageEncoding: WindowsANSI
*PCFileName: "LOPE312.PPD"
*Product: "(Lexmark Optra E312 Laser Printer)"
*PSVersion: "(2016)"
*ModelName: "Lexmark Optra E312 Laser Printer"
*ShortNickName: "Lexmark Optra E312 PS"
*NickName: "Lexmark Optra E312 PS"

*% ======== Installable Options  ============

*OpenGroup: InstallableOptions/Options Installed

*OpenUI *Flash/Flash Memory Card - Option: Boolean
*DefaultFlash: False
*Flash True/Installed: ""
*Flash False/Not Installed: ""
*CloseUI: *Flash

*OpenUI *InstalledMemory/Printer Memory - Option: PickOne
*DefaultInstalledMemory: 4Meg
*InstalledMemory 2Meg/2 MB Printer Memory: ""
*InstalledMemory 4Meg/4 MB Printer Memory: ""
*InstalledMemory 6Meg/6 MB Printer Memory: ""
*InstalledMemory 8Meg/8 MB Printer Memory: ""
*InstalledMemory 10Meg/10 MB Printer Memory: ""
*InstalledMemory 12Meg/12 MB Printer Memory: ""
*InstalledMemory 14Meg/14 MB Printer Memory: ""
*InstalledMemory 16Meg/16 MB Printer Memory: ""
*InstalledMemory 18Meg/18 MB Printer Memory: ""
*InstalledMemory 20Meg/20 MB Printer Memory: ""
*InstalledMemory 32Meg/32 or more MB Printer Memory: ""
*CloseUI: *InstalledMemory

*CloseGroup: InstallableOptions

*%=========== User Constraints ===================

*UIConstraints: *Resolution   300dpi *ImageEnhance True
*UIConstraints: *ImageEnhance True   *Smoothing    True
*UIConstraints: *JCLEconomode True   *ImageEnhance True



*% === Basic Capabilities ============

*LanguageLevel: "2"
*Protocols: PJL TBCP
*FreeVM: "910000"
*VMOption 2Meg/2 MB Printer Memory:           "376000"
*VMOption 4Meg/4 MB Printer Memory:           "910000"
*VMOption 6Meg/6 MB Printer Memory:           "1034000"
*VMOption 8Meg/8 MB Printer Memory:           "1034000"
*VMOption 10Meg/10 MB Printer Memory:         "1290000"
*VMOption 12Meg/12 MB Printer Memory:         "1290000"
*VMOption 14Meg/14 MB Printer Memory:         "1290000"
*VMOption 16Meg/16 MB Printer Memory:         "2058000"
*VMOption 18Meg/18 MB Printer Memory:         "2058000"
*VMOption 20Meg/20 MB Printer Memory:         "2058000"
*VMOption 32Meg/32 or more MB Printer Memory: "2058000"
*ColorDevice: False
*DefaultColorSpace: Gray
*TTRasterizer:  Type42
*?TTRasterizer:""
*FileSystem: True
*?FileSystem: ""
*VariablePaperSize: True
*Throughput: "10"
*Password: "0"
*ExitServer: "
count 0 eq   % is the password on the stack?
{ true }
{ dup        % potential password
  statusdict /checkpassword get exec not
} ifelse
{  %  if no password or not valid
  (WARNING : Cannot perform the exitserver command.) =
  (Password supplied is not valid.) =
  (Please contact the author of this software.) = flush
  quit
} if
serverdict /exitserver get exec
"
*End
*Reset: "
count 0 eq  % is the password on the stack?
{ true }
{ dup      % potential password
  statusdict /checkpassword get exec not
} ifelse
{  %  if no password or not valid
  (WARNING : Cannot reset printer.) =
  (Password supplied is not valid.) =
  (Please contact the author of this software.) = flush
  quit
} if
serverdict /exitserver get exec
systemdict /quit get exec
(WARNING : Printer Reset Failed.) = flush
"
*End

*JobPatchFile 1: "
/oldresourcestatus /resourcestatus load def
/resourcestatus {dup /FontType eq
{1 index 32 eq {pop pop false} {oldresourcestatus} ifelse}
{oldresourcestatus} ifelse } bind def
"
*End
*% === Job Control Language ==

*JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
*JCLToPSInterpreter: "@PJL ENTER LANGUAGE = Postscript <0A>"
*JCLEnd: "<1B>%-12345X@PJL EOJ <0A><1B>%-12345X"

*% === Resolution ============

*OpenUI *Resolution/Resolution: PickOne
*DefaultResolution: 600dpi
*OrderDependency: 100 AnySetup *Resolution
*Resolution 300dpi/300 dpi:             "<< /HWResolution [300 300] >> setpagedevice"
*Resolution 600dpi/600 dpi:             "<< /HWResolution [600 600] >> setpagedevice"
*?Resolution: "
save
currentpagedevice /HWResolution get 0 get
(     ) cvs print (dpi) = flush
restore
"
*End
*CloseUI: *Resolution

*% === Halftone Information ===============

*ScreenFreq: "60.0"
*ScreenAngle: "45.0"
*ResScreenFreq  300dpi:   "60.0"
*ResScreenAngle 300dpi:   "45.0"
*ResScreenFreq  600dpi:   "60.0"
*ResScreenAngle 600dpi:   "45.0"

*DefaultScreenProc: Dot
*ScreenProc Dot: "
{abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
sub }{dup mul exch dup mul add 1 exch sub }ifelse }
"
*End
*ScreenProc Line: "{ pop }"
*ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"

*DefaultTransfer: Factory
*Transfer Factory: "{ }"
*Transfer Factory.Inverse: "{ 1 exch sub }"

*% === Features ===
*JCLOpenUI *JCLDensity/Print Darkness: PickOne
*DefaultJCLDensity: None
*OrderDependency: 20 JCLSetup  *JCLDensity
*JCLDensity None/Printer Setting: ""
*JCLDensity VLIGHT/Very Light: "@PJL SET DENSITY = 1<0A>"
*JCLDensity LIGHT/Light: "@PJL SET DENSITY = 2<0A>"
*JCLDensity NORMAL/Normal: "@PJL SET DENSITY = 3<0A>"
*JCLDensity DARK/Dark: "@PJL SET DENSITY = 4<0A>"
*JCLDensity VDARK/Very Dark: "@PJL SET DENSITY = 5<0A>"
*JCLCloseUI: *JCLDensity

*JCLOpenUI *JCLEconomode/Toner Saver: PickOne
*DefaultJCLEconomode: PrtSet
*OrderDependency: 10 JCLSetup  *JCLEconomode
*JCLEconomode PrtSet/Printer Setting: ""
*JCLEconomode True/On: "@PJL SET ECONOMODE = ON<0A>"
*JCLEconomode False/Off: "@PJL SET ECONOMODE = OFF<0A>"
*JCLCloseUI: *JCLEconomode

*OpenUI *Smoothing/Smoothing: PickOne
*DefaultSmoothing: PrtSet
*OrderDependency: 120 AnySetup *Smoothing
*Smoothing PrtSet/Printer Setting: ""
*Smoothing True/On:  "<< /PostRenderingEnhanceDetails << /REValue 2 >> >> setpagedevice"
*Smoothing False/Off: "<< /PostRenderingEnhanceDetails << /REValue 0 >> >> setpagedevice"
*?Smoothing: "
save
currentpagedevice /PostRenderingEnhanceDetails get /REValue get
dup 3 gt{pop 4}if [(False)(True)(True)(True)(Unknown)] exch get = flush
restore
"
*End
*CloseUI: *Smoothing

*OpenUI *ImageEnhance/1200 Image Quality: PickOne
*DefaultImageEnhance: PrtSet
*OrderDependency: 40 AnySetup *ImageEnhance
*ImageEnhance PrtSet/Printer Setting: ""
*ImageEnhance True/On:  "
1 dict dup /DeviceRenderingInfo 1 dict dup /ImageEnhancement 1 put put setpagedevice"
*End
*ImageEnhance False/Off: "
1 dict dup /DeviceRenderingInfo 1 dict dup /ImageEnhancement 0 put put setpagedevice"
*End
*CloseUI: *ImageEnhance

*JCLOpenUI *JCLPictureGrade/PictureGrade: PickOne
*DefaultJCLPictureGrade: PrtSet
*OrderDependency: 10 JCLSetup *JCLPictureGrade
*JCLPictureGrade PrtSet/Printer Setting:""
*JCLPictureGrade True/On:         "@PJL SET LPARM:POSTSCRIPT LPICTUREGRADE = ON<0A>"
*JCLPictureGrade False/Off:       "@PJL SET LPARM:POSTSCRIPT LPICTUREGRADE = OFF<0A>"
*JCLCloseUI: *JCLPictureGrade

*OpenUI *MediaType/Media Type: PickOne
*DefaultMediaType: None
*OrderDependency: 140 AnySetup *MediaType
*MediaType None/Printer Setting: ""
*MediaType Plain/Plain Paper:           "<< /MediaType (Plain) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType Transparency/Transparency:   "<< /MediaType (Transparency) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType CardStock/Card Stock:        "<< /MediaType (Card Stock) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType Labels/Labels:               "<< /MediaType (Labels) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType Bond/Bond:                   "<< /MediaType (Bond) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType Letterhead/Letterhead:       "<< /MediaType (Letterhead) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType Preprint/Preprinted:         "<< /MediaType (Preprinted) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType Color/Colored Paper:         "<< /MediaType (Color) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType Env/Envelope:                "<< /MediaType (Envelope) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType Custom1/Custom Type 1:       "<< /MediaType (Custom Type 1) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType Custom2/Custom Type 2:       "<< /MediaType (Custom Type 2) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType Custom3/Custom Type 3:       "<< /MediaType (Custom Type 3) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType Custom4/Custom Type 4:       "<< /MediaType (Custom Type 4) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType Custom5/Custom Type 5:       "<< /MediaType (Custom Type 5) /Policies << /MediaType 2 >> >> setpagedevice"
*MediaType Custom6/Custom Type 6:       "<< /MediaType (Custom Type 6) /Policies << /MediaType 2 >> >> setpagedevice"
*CloseUI: *MediaType


*JCLOpenUI *JCLPortRotation/Port Rotation: PickOne
*DefaultJCLPortRotation: None
*OrderDependency: 10 JCLSetup  *JCLPortRotation
*JCLPortRotation None/Printer Setting: ""
*JCLPortRotation True/On: "@PJL LPORTROTATE<0A>"
*JCLCloseUI: *JCLPortRotation

*OpenUI *Collate/Collate Copies: PickOne
*DefaultCollate: PrtSet
*OrderDependency: 150 AnySetup *Collate
*Collate PrtSet/Printer Setting: ""
*Collate False/Off: "<< /Collate false >> setpagedevice"
*Collate True/On: "<< /Collate true >> setpagedevice"
*CloseUI: *Collate


*% === Paper  ==========================================
*LandscapeOrientation: Plus90

*% **** Printable Area by key word ****
*DefaultImageableArea: Letter
*ImageableArea Letter:                  "12 12 600 780"
*ImageableArea Legal:                   "12 12 600 996"
*ImageableArea B5:                      "12 12 505 716"
*ImageableArea A4:                      "10 12 584 829"
*ImageableArea Executive:               "12 12 510 744"
*ImageableArea A5:                      "12 12 407 583"
*ImageableArea Universal:               "12 12 600 996"
*ImageableArea Monarch:                 "13 13 267 528"
*ImageableArea C9:                      "13 13 267 626"
*ImageableArea Comm10:                  "13 13 284 672"
*ImageableArea DL:                      "13 13 299 611"
*ImageableArea C5:                      "13 13 447 636"
*ImageableArea ISOB5:                   "13 13 486 696"
*ImageableArea Other:                   "12 12 600 996"
*?ImageableArea: "

save
/cvp { cvi (            ) cvs print ( ) print } bind def
newpath clippath pathbbox
4 -2 roll exch 2 {ceiling cvp} repeat
exch 2 {floor cvp} repeat flush
restore
"
*End

*% **** Physical paper dimensions by key word ****

*DefaultPaperDimension: Letter
*PaperDimension Letter:    "612 792"
*PaperDimension Legal:     "612 1008"
*PaperDimension B5:        "516 729"
*PaperDimension A4:        "595 842"
*PaperDimension Executive: "522 756"
*PaperDimension A5:        "420 595"
*PaperDimension Universal: "612 1008"
*PaperDimension Monarch:   "279 540"
*PaperDimension C9:        "279 639"
*PaperDimension Comm10:    "297 684"
*PaperDimension DL:        "312 624"
*PaperDimension C5:        "459 649"
*PaperDimension ISOB5:     "499 708"
*PaperDimension Other:     "612 1008"

*OpenUI *PageSize:  PickOne
*OrderDependency: 30 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize Letter/Letter 8 1/2 x 11 in: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [612 792]  put dup /ImagingBBox null put setpagedevice"
*End
*PageSize Legal/Legal 8 1/2 x 14 in: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
*End
*PageSize B5/B5 182 x 257 mm: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [516 729]  put dup /ImagingBBox null put setpagedevice"
*End
*PageSize A4/A4 210 x 297 mm: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [595 842]  put dup /ImagingBBox null put setpagedevice"
*End
*PageSize Executive/Executive 7 1/4 x 10 1/2 in: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [522 756]  put dup /ImagingBBox null put setpagedevice"
*End
*PageSize A5/A5 148 x 210 mm: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [420 595]  put dup /ImagingBBox null put setpagedevice"
*End
*PageSize Universal/Universal 8 1/2 x 14 in: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [612 1008]  put dup /ImagingBBox null put setpagedevice"
*End
*PageSize Monarch/7 3/4 Envelope 3 7/8 x 7 1/2 in: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [279 540]  put dup /ImagingBBox null put setpagedevice"
*End
*PageSize C9/9 Envelope 3 7/8 x 8 7/8 in: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [279 639]  put dup /ImagingBBox null put setpagedevice"
*End
*PageSize Comm10/10 Envelope 4 1/8 x 9 1/2 in: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [297 684]  put dup /ImagingBBox null put setpagedevice"
*End
*PageSize DL/DL Envelope 110 x 220 mm: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [312 624]  put dup /ImagingBBox null put setpagedevice"
*End
*PageSize C5/C5 Envelope 162 x 229 mm: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [459 649]  put dup /ImagingBBox null put setpagedevice"
*End
*PageSize ISOB5/B5 Envelope 176 x 250 mm: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [499 708]  put dup /ImagingBBox null put setpagedevice"
*End
*PageSize Other/Other Envelope 8 1/2 x 14 in: "
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
*End
*?PageSize: "
save
14 dict
  dup /letter (Letter) put
  dup /legal (Legal) put
  dup /executivepage (Executive) put
  dup /a4 (A4) put
  dup /a5 (A5) put
  dup /b5 (B5) put
  dup /universal (Universal) put
  dup /3.875x7.5envelope (Monarch) put
  dup /3.875x8.875envelope (C9) put
  dup /4.125x9.5envelope (Comm10) put
  dup /110x220envelope (DL) put
  dup /162x229envelope (C5) put
  dup /176x250envelope (Envelope.499.708) put
  dup /otherenvelope (Envelope.612.1008) put
statusdict /papersize get exec
3 1 roll  {get} stopped {(Unknown)}if
exch  not { print (.Transverse) }if
= flush
restore
"
*End
*CloseUI: *PageSize

*% These entries will set up the frame buffer.
*% Usually used with input source selection rather than selection by size (AutoSelect).

*OpenUI *PageRegion:  PickOne
*OrderDependency: 40 AnySetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion Letter: "
2 dict dup /PageSize [612 792]  put dup /ImagingBBox null put setpagedevice"
*End
*PageRegion Legal: "
2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
*End
*PageRegion B5: "
2 dict dup /PageSize [516 729]  put dup /ImagingBBox null put setpagedevice"
*End
*PageRegion A4: "
2 dict dup /PageSize [595 842]  put dup /ImagingBBox null put setpagedevice"
*End
*PageRegion Executive: "
2 dict dup /PageSize [522 756]  put dup /ImagingBBox null put setpagedevice"
*End
*PageRegion A5: "
2 dict dup /PageSize [420 595]  put dup /ImagingBBox null put setpagedevice"
*End
*PageRegion Universal: "
2 dict dup /PageSize [612 1008]  put dup /ImagingBBox null put setpagedevice"
*End
*PageRegion Monarch: "
2 dict dup /PageSize [279 540]  put dup /ImagingBBox null put setpagedevice"
*End
*PageRegion C9: "
2 dict dup /PageSize [279 639]  put dup /ImagingBBox null put setpagedevice"
*End
*PageRegion Comm10: "
2 dict dup /PageSize [297 684]  put dup /ImagingBBox null put setpagedevice"
*End
*PageRegion DL: "
2 dict dup /PageSize [312 624]  put dup /ImagingBBox null put setpagedevice"
*End
*PageRegion C5: "
2 dict dup /PageSize [459 649]  put dup /ImagingBBox null put setpagedevice"
*End
*PageRegion ISOB5: "
2 dict dup /PageSize [499 708]  put dup /ImagingBBox null put setpagedevice"
*End
*PageRegion Other: "
2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
*End
*CloseUI: *PageRegion

*CustomPageSize True:  "
pop pop pop
/CustomPageSize 2 dict dup
         /PageSize [
         7 -2 roll
         ] put dup /ImagingBBox null put
         def"
*End

*ParamCustomPageSize   Width:           1 points 216 612
*ParamCustomPageSize   Height:          2 points 360 1020
*ParamCustomPageSize   WidthOffset:     3 points 0   0
*ParamCustomPageSize   HeightOffset:    4 points 0   0
*ParamCustomPageSize   Orientation:     5 int    0   0

*MaxMediaWidth: "612"
*MaxMediaHeight: "1020"

*HWMargins: 12 12 12 12
*RequiresPageRegion All: True

*% === Input Trays =======================================

*OpenUI *InputSlot:  PickOne
*OrderDependency: 20 AnySetup *InputSlot
*DefaultInputSlot: Tray1
*InputSlot Tray1/Tray 1: "
1 dict dup /ManualFeed false put setpagedevice
1 dict dup /MediaPosition null put setpagedevice
currentpagedevice /InputAttributes get 0 get setpagedevice
1 dict dup /InputAttributes 1 dict dup /Priority [0] put put setpagedevice
1 dict dup /Policies 1 dict dup /PageSize 7 put put setpagedevice"
*End
*InputSlot Manual/Manual Paper: "
1 dict dup /ManualFeed true  put setpagedevice
1 dict dup /MediaPosition null put setpagedevice
1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice"
*End
*?InputSlot: "
save
[ (Tray1) (Manual) ]
statusdict /papertray get exec
{get exec} stopped { pop pop (Unknown) } if = flush
restore
"
*End

*CloseUI: *InputSlot


*% === Font Information ==========================================

*DefaultFont: Courier
*Font Courier: Standard "(001.000)" Standard ROM
*Font Courier-Bold: Standard "(001.000)" Standard ROM
*Font Courier-Oblique: Standard "(001.000)" Standard ROM
*Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
*Font Times-Roman: Standard "(001.000)" Standard ROM
*Font Times-Bold: Standard "(001.000)" Standard ROM
*Font Times-Italic: Standard "(001.000)" Standard ROM
*Font Times-BoldItalic: Standard "(001.000)" Standard ROM
*Font Helvetica: Standard "(001.000)" Standard ROM
*Font Helvetica-Bold: Standard "(001.000)" Standard ROM
*Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
*Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
*Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
*Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
*Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
*Font Symbol: Special "(001.000)" Standard ROM
*Font AvantGarde-Book: Standard "(001.000)" Standard ROM
*Font AvantGarde-BookOblique: Standard "(001.000)" Standard ROM
*Font AvantGarde-Demi: Standard "(001.000)" Standard ROM
*Font AvantGarde-DemiOblique: Standard "(001.000)" Standard ROM
*Font Bookman-Demi: Standard "(001.000)" Standard ROM
*Font Bookman-DemiItalic: Standard "(001.000)" Standard ROM
*Font Bookman-Light: Standard "(001.000)" Standard ROM
*Font Bookman-LightItalic: Standard "(001.000)" Standard ROM
*Font Helvetica-Light: Standard "(001.000)" Standard ROM
*Font Helvetica-LightOblique: Standard "(001.000)" Standard ROM
*Font Helvetica-Black: Standard "(001.000)" Standard ROM
*Font Helvetica-BlackOblique: Standard "(001.000)" Standard ROM
*Font NewCenturySchlbk-Roman: Standard "(001.000)" Standard ROM
*Font NewCenturySchlbk-Bold: Standard "(001.000)" Standard ROM
*Font NewCenturySchlbk-Italic: Standard "(001.000)" Standard ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(001.000)" Standard ROM
*Font Palatino-Roman: Standard "(001.000)" Standard ROM
*Font Palatino-Bold: Standard "(001.000)" Standard ROM
*Font Palatino-Italic: Standard "(001.000)" Standard ROM
*Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
*Font ZapfChancery-MediumItalic: Standard "(001.000)" Standard ROM
*Font ZapfDingbats: Special "(001.000)" Special ROM

*?FontQuery: "
save
4 dict begin
 /sv exch def
 /str (fonts/                              ) def
 /st2 128 string def
 { count 0 gt
  { dup st2 cvs (/) print print (:) print dup FontDirectory exch known
   {pop (Yes)}
   { str exch st2 cvs dup length /len exch def
    6 exch putinterval str 0 len 6 add getinterval mark exch
    { } st2 filenameforall counttomark 0 gt
    { cleartomark (Yes)}{cleartomark (No)}ifelse
   }ifelse = flush
  }{ exit } ifelse
 } bind loop
 (*) = flush
 sv
end
restore
"
*End

*?FontList: "
save
2 dict begin
 /sv exch def
 /str 128 string def
 FontDirectory { pop == } bind forall flush
 /filenameforall where
 { pop save (fonts/*)
  { dup length 6 sub 6 exch getinterval cvn == } bind
  str filenameforall flush restore
 } if
 (*) = flush

 sv
end
restore
"
*End

*% Printer Messages (verbatim from printer):
*Message: "%%  exitserver: permanent state may be changed  %%"
*Message: "%%  Flushing: rest of job (to end-of-file) will be ignored  %%"
*Message: "\FontName\ not found, using Courier"

*% Status (format: %%  status: <one of these> %% )
*Status: "Printer Busy"
*Status: "Warming Up"
*Status: "idle"
*Status: "busy"
*Status: "waiting"
*Status: "initializing"
*Status: "not ready"

*% Input Sources (format: %%  status: <stat>; source: <one of these>  %% )
*Source: "Serial"
*Source: "Parallel"
*Source: "Network"

*% Printer Error (format: %%  PrinterError: <one of these>  %%)
*PrinterError: "Paper Jam"
*PrinterError: "Wrong Paper Length"
*PrinterError: "Invalid Manual Insertion"
*PrinterError: "Change Size in Feeder"
*PrinterError: "Change Size in Tray 1"
*PrinterError: "Change Size in Tray 2"
*PrinterError: "Paper Out or Feed Failure - Feed"
*PrinterError: "Load Manual Envelope"
*PrinterError: "Paper Out or Feed Failure - Tray 1"
*PrinterError: "Paper Out or Feed Failure - Tray 2"
*PrinterError: "Load Manual Paper"
*PrinterError: "Output Bin Full"
*PrinterError: "Cover Open/Cartridge Not Installed"
*PrinterError: "Insufficient Memory"
*PrinterError: "Complex Page"
*PrinterError: "Default Storage Error"
*PrinterError: "Defective Font Card Installed"
*PrinterError: "Flash Full"
*PrinterError: "ioerror"
*PrinterError: "Flash Error"
*PrinterError: "Duplex Not Attached"
*PrinterError: "Duplex Cover Open"
*PrinterError: "Scheduled Maintenance"
*PrinterError: "Toner Low"
*PrinterError: "Service Error"

*% === Color Separation Information =====================

*DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi

*InkName: ProcessBlack/Process Black
*InkName: CustomColor/Custom Color
*InkName: ProcessCyan/Process Cyan
*InkName: ProcessMagenta/Process Magenta
*InkName: ProcessYellow/Process Yellow

*%  For 60 lpi / 300 dpi  ===============================

*ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
*ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
*ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
*ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
*ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"

*ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
*ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
*ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
*ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
*ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"

*%  For 53 lpi / 300 dpi  ===============================

*ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
*ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
*ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
*ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
*ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
*ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"

*%  For 85 lpi / 600 dpi  5,5,2,6,6,2,20/3,0) =====================

*ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
*ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
*ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
*ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
*ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"

*ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
{1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
sub }{dup mul exch dup mul add 1 exch sub }ifelse }
"
*End

*%  For 71 lpi / 600 dpi  ===============================

*ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
*ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
*ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
*ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
*ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"

*% For 116 lpi / 1200 dpi ===================================================
*% [removed]
*% End of PPD file for Lexmark Optra E312 Laser Printers