home *** CD-ROM | disk | FTP | other *** search
/ BUG 6 / BUGCD1997_09.BIN / APLIC / PAGEMAKR / ARCHIVE.Z / pap54001.ppd < prev    next >
PostScript Printer Description  |  1995-02-14  |  11KB  |  322 lines

  1. *PPD-Adobe: "4.1"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1994 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.1"
  10. *FileVersion: "1.3"
  11. *LanguageEncoding: ISOLatin1
  12. *LanguageVersion: English
  13. *PCFileName: "PAP54001.PPD"
  14. *Product: "(Panasonic KX-P5400)"
  15. *PSVersion: "(2013.112)1"
  16. *ModelName: "Panasonic KX-P5400"
  17. *NickName: "Panasonic KX-P5400 v2013.112"
  18.  
  19.  
  20. *% === Options and Constraints =========
  21.  
  22. *OpenGroup: InstallableOptions/Options Installed
  23.  
  24. *% Specify the Fax option
  25. *OpenUI *Option1/Optional FAX Card: Boolean
  26. *DefaultOption1: False
  27. *Option1 True/Installed: ""
  28. *Option1 False/Not Installed: ""
  29. *CloseUI: *Option1
  30.  
  31.  
  32. *OpenUI *Option2/Memory Configuration: PickOne
  33. *DefaultOption2: 2Meg
  34. *Option2 2Meg: ""
  35. *Option2 4Meg: ""
  36. *CloseUI: *Option2
  37.  
  38. *CloseGroup: InstallableOptions
  39.  
  40. *UIConstraints: *Option1 False *FaxSupport Base
  41.  
  42. *% ==== Device Capabilities ===============
  43. *LanguageLevel: "2"
  44. *Protocols: BCP
  45. *StartEmulator_hplj: "currentfile /hpcl statusdict /emulate get exec "
  46. *StopEmulator_hplj: "<1B7F>0"
  47. *FreeVM: "207728"
  48. *ColorDevice: False
  49. *DefaultColorSpace: Gray
  50. *VariablePaperSize: False
  51. *FaxSupport: Base
  52. *Throughput: "4"
  53. *Password: "()" 
  54. *ExitServer: "
  55.  count 0 eq
  56.  { false } { true exch startjob } ifelse
  57.  not { 
  58.      (WARNING: Cannot modify initial VM.) =
  59.      (Missing or invalid password.) =
  60.      (Please contact the author of this software.) = flush quit
  61.      } if
  62. "
  63. *End
  64.  
  65. *Reset: "
  66.  count 0 eq
  67.  { false } { true exch startjob } ifelse
  68.  not { 
  69.     (WARNING: Cannot reset printer.) =
  70.     (Missing or invalid password.) =
  71.     (Please contact the author of this software.) = flush quit
  72.     } if
  73.  systemdict /quit get exec
  74.  (WARNING : Printer Reset Failed.) = flush
  75. "
  76. *End
  77.  
  78. *DefaultResolution: 300dpi
  79. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  80. *?Resolution: "
  81.   save
  82.     currentpagedevice /HWResolution get
  83.     0 get
  84.     (          ) cvs print
  85.     (dpi)
  86.     = flush
  87.   restore
  88. "
  89. *End
  90.  
  91. *% Halftone Information ===============
  92. *ScreenFreq: "60.0"
  93. *ScreenAngle: "45.0"
  94. *DefaultScreenProc: Dot
  95. *ScreenProc Dot: "
  96. {abs   exch   abs   2 copy   add   1 gt   {1 sub   dup   mul   exch  
  97. 1 sub   dup   mul   add   1 sub  } {dup   mul   exch   dup   mul  
  98. add   1 exch   sub  } ifelse  }
  99. "
  100. *End
  101. *ScreenProc Line: "{ pop }"
  102. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  103.  
  104. *DefaultTransfer: Null
  105. *Transfer Null: "{ }"
  106. *Transfer Null.Inverse: "{ 1 exch sub }"
  107.  
  108. *% Paper Handling ===================
  109.  
  110. *% Code in this section both selects a tray and sets up a frame buffer.
  111. *OpenUI *PageSize: PickOne
  112. *OrderDependency: 30 AnySetup *PageSize
  113. *DefaultPageSize: Letter
  114. *PageSize Letter: "
  115.   2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  116. *End
  117. *PageSize Legal: "
  118.   3 dict dup /PageSize [612 1008] put dup /ImagingBBox null put dup /Policies 1 dict dup /PageSize 3 put put setpagedevice"
  119. *End
  120. *PageSize A4: "
  121.   3 dict dup /PageSize [595 842] put dup /ImagingBBox null put dup /Policies 1 dict dup /PageSize 3 put put setpagedevice"
  122. *End
  123. *PageSize Executive: "
  124.   2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  125. *End
  126. *?PageSize: "
  127.  save
  128.    currentpagedevice /PageSize get aload pop
  129.    2 copy gt {exch} if 
  130.    (Unknown) 
  131.   4 dict
  132.    dup [522 756] (Executive) put
  133.    dup [595 842] (A4) put
  134.    dup [612 1008] (Legal) put
  135.    dup [612 792] (Letter) put
  136.  { exch aload pop 4 index sub abs 5 le exch 
  137.    5 index sub abs 5 le and 
  138.       {exch pop exit} {pop} ifelse
  139.    } bind forall
  140.    = flush pop pop
  141. restore 
  142. "
  143. *End
  144. *CloseUI: *PageSize
  145.  
  146. *OpenUI *PageRegion:  PickOne
  147. *OrderDependency: 40 AnySetup *PageRegion
  148. *DefaultPageRegion: Letter
  149. *PageRegion Letter: "
  150.   2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  151. *End
  152. *PageRegion Legal: "
  153.   3 dict dup /PageSize [612 1008] put dup /ImagingBBox null put dup /Policies 1 dict dup /PageSize 3 put put setpagedevice"
  154. *End
  155. *PageRegion A4: "
  156.   3 dict dup /PageSize [595 842] put dup /ImagingBBox null put dup /Policies 1 dict dup /PageSize 3 put put setpagedevice"
  157. *End
  158. *PageRegion Executive: "
  159.   2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  160. *End
  161. *CloseUI: *PageRegion
  162.  
  163. *% The following entries provide information about specific paper keywords.
  164. *DefaultImageableArea: Letter
  165. *ImageableArea Letter: "10.56 12.1201 598.08 780.12 "
  166. *ImageableArea Legal: "10.56 12.12 598.08 996.12 "
  167. *ImageableArea A4: "12.96 12.0 585.12 829.68 "
  168. *ImageableArea Executive: "20.6401 12.1201 519.84 744.12 "
  169. *?ImageableArea: "
  170.  save
  171.    /cvp { (                ) cvs print ( ) print } bind def
  172.    /upperright {10000 mul floor 10000 div} bind def
  173.    /lowerleft {10000 mul ceiling 10000 div} bind def
  174.    newpath clippath pathbbox
  175.    4 -2 roll exch 2 {lowerleft cvp} repeat
  176.    exch 2 {upperright cvp} repeat flush
  177.  restore
  178. "
  179. *End
  180.  
  181. *% These provide the physical dimensions of the paper (by keyword)
  182. *DefaultPaperDimension: Letter
  183. *PaperDimension Letter: "612 792"
  184. *PaperDimension Legal: "612 1008"
  185. *PaperDimension A4: "595 842"
  186. *PaperDimension Executive: "522 756"
  187. *RequiresPageRegion All: True
  188.  
  189. *OpenUI *InputSlot: PickOne
  190. *OrderDependency: 20 AnySetup *InputSlot
  191. *DefaultInputSlot: MainTray
  192. *InputSlot MainTray: ""
  193. *CloseUI: *InputSlot
  194.  
  195. *DefaultOutputBin: Upper
  196. *DefaultOutputOrder: Normal
  197. *PageStackOrder Upper: Normal
  198.  
  199. *% Font Information =====================
  200.  
  201. *DefaultFont: Courier
  202. *Font Courier: Standard "(002.004S)" Standard ROM
  203. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  204. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  205. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  206. *Font Helvetica: Standard "(001.006S)" Standard ROM
  207. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  208. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  209. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  210. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  211. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  212. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  213. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  214. *Font Symbol: Special "(001.007S)" Special ROM
  215. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  216. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  217. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  218. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  219.  
  220. *?FontQuery: "
  221.  save
  222.    { count 1 gt
  223.       { exch dup 127 string cvs (/) print print (:) print
  224.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  225.       } { exit } ifelse 
  226.    } bind loop
  227.    (*) = flush
  228.  restore
  229. "
  230. *End
  231.  
  232. *?FontList: "
  233. save
  234.   (*) {cvn ==} 128 string /Font resourceforall
  235.   (*) = flush
  236. restore
  237. "
  238. *End
  239.  
  240. *% Printer Messages (verbatim from printer):
  241. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  242. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  243. *Message: "\FontName\ not found, using Courier"
  244.  
  245. *% Status (format: %%[ status: <one of these> ] %%)
  246. *Status: "initializing"
  247. *Status: "idle"
  248. *Status: "holding"
  249. *Status: "busy"
  250. *Status: "waiting"
  251. *Status: "PrinterError: cover open"
  252. *Status: "PrinterError: paper jam"
  253. *Status: "PrinterError: out of paper"
  254. *Status: "PrinterError: toner is low"
  255. *Status: "PrinterError: warming up"
  256. *Status: "PrinterError: engine not responding"
  257. *Status: "PrinterError: service call"
  258. *Status: "PrinterError: Unknown problem occurred"
  259.  
  260. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  261. *Source: "Parallel"
  262. *Source: "Serial"
  263. *Source: "LocalTalk"
  264. *Source: "FaxJobs"
  265.  
  266. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  267. *PrinterError: "cover open"
  268. *PrinterError: "paper jam"
  269. *PrinterError: "out of paper"
  270. *PrinterError: "toner is low"
  271. *PrinterError: "warming up"
  272. *PrinterError: "engine not responding"
  273. *PrinterError: "service call"
  274. *PrinterError: " Unknown problem occurred"
  275.  
  276. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  277.  
  278. *% Color Separation Information =====================
  279.  
  280. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  281.  
  282. *InkName: ProcessBlack/Process Black
  283. *InkName: CustomColor/Custom Color
  284. *InkName: ProcessCyan/Process Cyan
  285. *InkName: ProcessMagenta/Process Magenta
  286. *InkName: ProcessYellow/Process Yellow
  287.  
  288.  
  289. *%  For 60 lpi / 300 dpi  ===============================
  290.  
  291. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  292. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  293. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  294. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  295. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  296.  
  297. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  298. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  299. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  300. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  301. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  302.  
  303. *%  For 53 lpi / 300 dpi  ===============================
  304.  
  305. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  306. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  307. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  308. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  309. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  310.  
  311. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  312. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  313. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  314. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  315. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  316.  
  317. *% Last Edit Date: Apr 12 1994
  318. *% The byte count of this file should be exactly 010207 or 010528
  319. *% depending on the filesystem it resides in.
  320. *% end of PPD file for Panasonic KX-P5400
  321.  
  322.