Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Printing to a Panasonic DP C405 printer on a LAN needing a password

I have moved to the Kingdom of Swaziland from South Africa with my new Macbook and struggling to connect to the printer on the LAN (among other things!) Please can someone help.

I have the correct IP address for the printer, but I need to know where I input the password for the LAN / printer.

Should I be using "Generic PostScript printer", "Generic PLC Laser Printer" or selecting another printer software for this?

Do I need to tick the option "Duplex printing unit"?

Is there anything else I need to know?

Help would be MUCH appreciated.

MacBook Pro 15#, Mac OS X (10.6.4)

Posted on Sep 23, 2010 12:58 AM

Reply
Question marked as Best reply

Posted on Sep 23, 2010 3:26 AM

Hello and welcome to Apple Discussions.

With regards to the password for the printer, if you mean that the printer requires a user name and password in order for you to do a copy or print, then the vendors printer driver for the device usually has a menu for entering these details. But looking at the [Panasonic web site|http://panasonic.net/pcc/support/mfp/dp-c405/index.html] there does not appear to be a Mac OS X driver available - there are only Windows drivers.

And while it does show that PCL is a standard feature and Postscript is an option for this model, which would normally mean you could use the Generic Postscript driver (which will print in colour) or the Generic PCL (which will only print in black & white) if the PS option is not installed, the fact that the printer requires a password will stop you from being able to use these two generic drivers as they have no means to enter a password.

So you may have more luck with [pxlcolor|http://www.openprinting.org/driver/pxlcolor] although I still think that some additional work will be needed. Matt Broughton who is a regular supporter of this forum is the expert on these open source drivers and hopefully he will also reply to your post to give you more help.

Pahu
18 replies
Question marked as Best reply

Sep 23, 2010 3:26 AM in response to King Peter

Hello and welcome to Apple Discussions.

With regards to the password for the printer, if you mean that the printer requires a user name and password in order for you to do a copy or print, then the vendors printer driver for the device usually has a menu for entering these details. But looking at the [Panasonic web site|http://panasonic.net/pcc/support/mfp/dp-c405/index.html] there does not appear to be a Mac OS X driver available - there are only Windows drivers.

And while it does show that PCL is a standard feature and Postscript is an option for this model, which would normally mean you could use the Generic Postscript driver (which will print in colour) or the Generic PCL (which will only print in black & white) if the PS option is not installed, the fact that the printer requires a password will stop you from being able to use these two generic drivers as they have no means to enter a password.

So you may have more luck with [pxlcolor|http://www.openprinting.org/driver/pxlcolor] although I still think that some additional work will be needed. Matt Broughton who is a regular supporter of this forum is the expert on these open source drivers and hopefully he will also reply to your post to give you more help.

Pahu

Sep 23, 2010 7:16 AM in response to King Peter

Drivers: You should use the pxlmono drivers found at http://www.linuxfoundation.org/collaborate/workgroups/openprinting/macosx/pxlmon o. There are three packages that need to be installed (Ghostscript, Foomatic-RIP, and pxlmono). There is a driver in that package for the DP C405.

Password: If you are talking about a password for the printer, it seems that the printer will understand PJL options. You can read more about this at http://forums.linux-foundation.org/read.php?33,7689. In that thread, I provided some general information about using PJL with the Panasonic pxlcolor driver. There is even a sample modified PPD I attached for the specific case. In that case the job option DEPTCODE needed to be set.

You will need to find out exactly what the name of the option that needs to be used by examining a Windows print job where the job is printed to a file and examined with a text editor.

This can all be a bit confusing, so feel free to post back with any additional questions.

Sep 24, 2010 8:14 AM in response to Matt Broughton

HI Matt and Pahu

Thanks very much for your help - this is seriously techy for a non-tech, but I'm giving it a shot (I am determined not to have to move back to Windows!)

I have installed Ghostscript, Foomatic-RIP, and pxlmono.

Trying to get the password right, I went to the URL you advised and downloaded the PPD.

I just don't know how access what I installed to insert the password into the PostScript PPD (i.e. How do I access the section for this needed PJL data?)

From your posting on DP-C405 you referred me to it says - "Again, the PPD would have to be manually modified before the printer is added" - How do I make these changes on the printer?

I can get someone to print from Windows with a password, but, what do you mean by "have them print to file?" - How do I open that file in a text editor? to get the information that can be used as you explained?

Hope you can help!

Sep 24, 2010 6:47 PM in response to King Peter

It might be best to take this in several steps.

First step is to have someone with a Windows machine print a job with a password included to a file. Most of the time, Windows users have the option to print to a file rather than print to the printer. This produces a file that contains the raw printer code. See http://windows.microsoft.com/en-US/windows-vista/Print-to-file for a brief overview.

Once you have the file from the Windows machine, you can open it in any text editor such as TextEdit. Most of the file will be gibberish, but at the top of the file will be something that does look like English. It will look like:{code}%-12345X@PJL SET RENDERMODE=COLOR
@PJL SET DATAMODE=COLOR
@PJL SET BITSPERPIXEL=1
@PJL SET ECONOMODE=OFF
@PJL SET DUPLEX=OFF
@PJL SET MEDIATYPE=PLAINORRECYCLED
@PJL SET OUTBIN=SYSDEFAULT
@PJL SET STAPLE=OFF
@PJL SET PUNCH=OFF
@PJL SET USERCODE="45678"
@PJL SET JOBPASSWORD2="5267668"
@PJL SET RESOLUTION=600
@PJL ENTER LANGUAGE = PCLXL
) HP-PCL XL;1;1;Comment Copyright Artifex Sofware, Inc. 2005

Message was edited by: Matt Broughton

Sep 24, 2010 6:49 PM in response to Matt Broughton

Not quite sure why I can't post the entire message in one post, but here is the second part of the post:

That is the information I need for you to post so I can see what the PJL keywords are. You will probably want to change the actual password and user name to something like xxxx so you do not post confidential information.

In the example PPD that I had you download, you can see the type of code that will need to be added to the PPD to set your password. It is the section that reads:
*OpenUI *DeptCode/Dept Code: PickOne
*FoomaticRIPOption DeptCode: string JCL A 100
*OrderDependency: 255 AnySetup *DeptCode
*FoomaticRIPOptionPrototype DeptCode: "SET DEPTCODE=%s"
*DefaultDeptCode: None
*DeptCode None/None: ""
*DeptCode 1001/1001: "%% FoomaticRIPOptionSetting: DeptCode=1001"
*FoomaticRIPOptionSetting DeptCode=1001: "SET DEPTCODE=1001"
*CloseUI: *DeptCode

In that case, the keyword that needed to be passed to the printer was DEPTCODE. I set the code to 1001 in that file. The end user then had to change all the instances of 1001 to their own password, save the file, and then created a new printer queue with the modifications.

Sep 28, 2010 3:50 AM in response to Matt Broughton

Hi Matt
Thanks for the guidance - see the extract you need:

%-12345X@PJL COMMENT Panasonic DP-C405 PCL 6
@PJL COMMENT TREATASCHARACTER
@PJL COMMENT version 2K 5.01.032.001
@PJL COMMENT DriverVersion="1.13(1.13.050.c)"
@PJL COMMENT DriverOrgVer="0.050.000.c"
@PJL COMMENT OSVersion="Windows Vista;Build 7600;x86"
@PJL JOB TIME="2010/09/28 12:37:41"
@PJL JOB NAME="Microsoft Office Outlook - Memo Style"
@PJL JOB OWNER="XXXX"
@PJL JOB HOST="SZMBHQ025"
@PJL JOB PCIP="010.254.002.132"
@PJL JOB SYSOBJECTID="1.3.6.1.4.1.258.406.3.2.3"
@PJL JOB PDLVERSION="PCLXL2.1"
@PJL JOB PCLDATATYPE="VECTOR"
@PJL SET JOBNAME="document"
@PJL SET RESOLUTION=600
@PJL SET RESOLUTIONXY=600-600
@PJL SET BLANKPAPER=OFF
@PJL SET QTY=1
@PJL SET SORTING=SORT
@PJL SET ORIENTATION=LANDSCAPE
@PJL SET ECONOMODE=OFF
@PJL SET MIRROR=OFF
@PJL SET RENDERMODE=COLOR
@PJL SET DEPTCODE=XXXX
@PJL SET OUTBIN=AUTO
@PJL SET PUNCH=NONE
@PJL SET STAPLE=NONE
@PJL ENTER LANGUAGE=PCLXL
) HP-PCL XL;2;1;Comment (c) 2005-2008 Panasonic Communications Co., Ltd.

I have overwritten the JOB OWNER and DEPTCODE with "XXXX".

Thank you so much - please give as much detail in the instructions of what I need to do next to get this done!

Best regards
Peter

Sep 28, 2010 4:16 AM in response to King Peter

Great, I have found my "InstalledPrinters.plist" file in Library/Printers/Folder (for anyone else who was wondering where you access this!)

Here is the extract - please can you insert what I need to add where so I can copy and paste it in, then I will add the JOB OWNER and DEPTCODE to what you give me and save it into the "InstalledPrinters.plist" file

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>InstalledPrinters</key>
<array>
<string>MANUFACTURER:2652;MODEL:17664</string>
<string>MANUFACTURER:APPLE;MODEL:SD Card Reader</string>
<string>MANUFACTURER:Apple Inc.;MODEL:BRCM2046 Hub</string>
<string>MANUFACTURER:MATSHITA;MODEL:DVD-R UJ-868</string>
<string>MANUFACTURER:Panasonic;MODEL:DP-C405 pxlcolor</string>
<string>MANUFACTURER:Panasonic;MODEL:Panasonic DP-C405 pxlcolor</string>
</array>
<key>Manufacturers</key>
<array>
<string>2652</string>
<string>APPLE</string>
<string>Apple Inc.</string>
<string>MATSHITA</string>
<string>Panasonic</string>
</array>
</dict>
</plist>

This should then work - right?!

Sep 28, 2010 7:18 AM in response to King Peter

Good. It appears that you are using the same keyword -- DEPTCODE that I had set in the previous PPD modification. Here is what you need to do:
1. Delete the file Panasonic-DP-C405-pxlcolor.ppd.gz from the directory /Library/Printers/PPDs/Contents/Resources/en.lproj
2. Delete your current printer that you set up in Print & Fax preference pane.
3. Find the copy of the modified Panasonic PPD you downloaded from the OpenPrinting forum thread. If you have misplaced it, you can download it again.
4. Open the the modified PPD in a text editor such as TextEdit.
5. Use the Find & Replace feature. You want to find all instances of 1001 and replace it with your own department code. Save the file. The 1001 in this instance is the DEPTCODE I originally set in the PPD.
6. Now move the newly edited PPD to the /Library/Printers/PPDs/Contents/Resources/en.lproj direcotry.
7. Open Print & Fax preference pane and add your printer again. You should be able to add it just as you did before. This time, the PPD that the printer uses will have the DEPTCODE.

You should now be able to print. When you get a print window, look under Printer Features. You should now see an option for Dept Code. The drop down menu should contain your code that you can select.

Please let us know how this works for you.

Sep 28, 2010 8:06 AM in response to Matt Broughton

Ok, I have deleted as instructed in step 1&2, but I get stuck at point 3!

Is the Panasonic PPD created by the "PPDInst.app"?

All this app seems to do is install something, then disappear! - I can't find a Panasonic PPD file to update (as I need to do in step 3)

Where would the Panasonic PPD be located?

Please could you also confirm the URL to download this Panasonic PPD from so I can confirm I have downloaded the right app!

I feel like we're right there!

Sep 28, 2010 8:28 AM in response to Matt Broughton

Ok, I have found the Panasonic PDD file that was created and opened it in TextEdit - the problem now is that no "1001"'s exist for me to replace with my password!

Why would this be the case?

Here is the Panasonic PDD file for your reference - is this the correct PPD?:

*PPD-Adobe: "4.3"
*% Adobe Systems PostScript(R) Printer Description File
*% Copyright 1987-1998 Adobe Systems Incorporated.
*% All Rights Reserved.
*% Permission is granted for redistribution of this file as
*% long as this copyright notice is intact and the contents
*% of the file is not altered in any way from its original form.
*% End of Copyright Invoice
*% for Panasonic DP-C405/C305/C265 Series.
*% Copyright(c)2007 Panasonic Communications Co., Ltd. All Right Reserved.
*%
*FormatVersion: "4.3"
*FileVersion: "1.0"
*LanguageEncoding: MacStandard
*LanguageVersion: English
*Manufacturer: "Panasonic"
*PCFileName: "PADP405C.PPD"
*Product: "(Panasonic DP-C405)"
*PSVersion: "(3016.102) 1000"
*ModelName: "Panasonic DP-C405 PS"
*ShortNickName: "Panasonic DP-C405 PS"
*NickName: "Panasonic DP-C405 PostScript"


*% ============================================================================
*% ==== Options (Printer Features)
*% ============================================================================
*OpenGroup: InstallableOptions/Options installed

*OpenUI *PAOptionSheetTray1/Number of Paper Trays: PickOne
*DefaultPAOptionSheetTray1: None
*PAOptionSheetTray1 None/2: ""
*PAOptionSheetTray1 Step1/3: ""
*PAOptionSheetTray1 Step2/4: ""
*?PAOptionSheetTray1: "save
currentpagedevice /InputAttributes get /Priority get
length 1 sub dup 2 eq {pop (None)}{ 3 eq {(Step1)}{(Step2)} ifelse } ifelse
= flush
restore"
*End
*CloseUI: *PAOptionSheetTray1

*OpenUI *PAOptionHDD/HDD Unit: Boolean
*DefaultPAOptionHDD: False
*PAOptionHDD False/Not installed: ""
*PAOptionHDD True/Installed: ""
*?PAOptionHDD: "save
(False) (*) { (%disk0%) eq { pop (True) exit } if } 256 string
/IODevice resourceforall
= flush
restore"
*End
*CloseUI: *PAOptionHDD

*OpenUI *PAOptionFinisher/Finisher: PickOne
*DefaultPAOptionFinisher: None
*PAOptionFinisher None/Not installed: ""
*PAOptionFinisher XT320/DA-XT320: ""
*PAOptionFinisher FS405/DA-FS405: ""
*?PAOptionFinisher: "save
(Finisher) /MEIProcs /ProcSet findresource /GetMEIMfpFunctions get exec
dup (None) eq {pop (None)}{ (Outer Tray) eq {(XT320)}{(FS405)} ifelse } ifelse
= flush
restore"
*End
*CloseUI: *PAOptionFinisher

*OpenUI *PAOptionPunchUnit/Punch Unit: Boolean
*DefaultPAOptionPunchUnit: False
*PAOptionPunchUnit False/Not installed: ""
*PAOptionPunchUnit True/Installed: ""
*?PAOptionPunchUnit: "save
(PunchUnit) /MEIProcs /ProcSet findresource /GetMEIMfpFunctions get exec
(Not installed) eq {(False)}{(True)} ifelse
= flush
restore"
*End
*CloseUI: *PAOptionPunchUnit

*OpenUI *PAOptionPageMemory/Page Memory: Boolean
*DefaultPAOptionPageMemory: False
*PAOptionPageMemory False/Not installed: ""
*PAOptionPageMemory True/Installed: ""
*?PAOptionPageMemory: "save
(PageMemory) /MEIProcs /ProcSet findresource /GetMEIMfpFunctions get exec
= flush
restore"
*End
*CloseUI: *PAOptionPageMemory

*CloseGroup: InstallableOptions


*% ============================================================================
*% ==== Emulations and Protocols
*% ============================================================================
*% *Protocols: PJL TBCP
*Protocols: TBCP
*% *JCLBegin: "<1B>%-12345X@PJL JOB<0D><0A>"
*% *JCLToPSInterpreter: "@PJL ENTER LANGUAGE=PS<0D><0A>"
*% *JCLEnd: "<1B>%-12345X@PJL EOJ<0D><0A><1B>%-12345X"


*% ============================================================================
*% ==== Device Capabilities, General Information, and Defaults
*% ============================================================================
*LanguageLevel: "3"

*SuggestedJobTimeout: "0"
*SuggestedWaitTimeout: "600"
*SuggestedManualFeedTimeout: "0"

*FreeVM: "13406624"

*VMOption 512MB/Standard: "13406624"

*FCacheSize 512MB: 5138100

*PrintPSErrors: True

*ColorDevice: True
*DefaultColorSpace: CMYK
*RenderingIntent: RelativeColorimetric

*TTRasterizer: Type42
*?TTRasterizer: "save
42 /FontType resourcestatus
{pop pop (Type42)} {(No Type42)} ifelse = flush
restore"
*End

*FileSystem: True
*?FileSystem: "save statusdict /diskonline get exec
{(True)}{(False)} ifelse = flush restore"
*End

*Throughput: "40"
*Password: "()"
*ExitServer: "
count 0 eq
{false}
{true exch startjob}
ifelse
not
{
(WARNING: Cannot modify initial VM.) =
(Missing or invalid password.) =
(Please contact the author of this software.) = flush quit
} if"
*End

*Reset: "
count 0 eq
{false}
{true exch startjob}
ifelse
not
{
(WARNING: Cannot reset printer.) =
(Missing or invalid password.) =
(Please contact the author of this software.) = flush quit
} if
systemdict /quit get exec
(WARNING : Printer Reset Failed.) = flush"
*End


*% ============================================================================
*% ==== Screen support
*% ============================================================================
*AccurateScreensSupport: True


*% ============================================================================
*% ==== Output order options (Face down only)
*% ============================================================================
*DefaultOutputOrder: Normal


*% ============================================================================
*% ==== Duplex options
*% ============================================================================
*OpenUI *Duplex/Duplex (Two-sided printing): PickOne
*OrderDependency: 20.0 AnySetup *Duplex
*DefaultDuplex: None
*Duplex None/Off: "currentpagedevice /Duplex known {
<< /Duplex false /Tumble false >> setpagedevice
} if"
*End
*Duplex DuplexNoTumble/Long edge: "currentpagedevice /Duplex known {
<< /Duplex true /Tumble false >> setpagedevice
} if"
*End
*Duplex DuplexTumble/Short edge: "currentpagedevice /Duplex known {
<< /Duplex true /Tumble true >> setpagedevice
} if"
*End
*?Duplex: "save
currentpagedevice dup /Duplex known
{
dup /Duplex get
{/Tumble get {(DuplexTumble)} {(DuplexNoTumble)} ifelse}
{pop (None)}
ifelse
} {pop (None)}
ifelse = flush
restore"
*End
*CloseUI: *Duplex


*% ============================================================================
*% ==== Input options
*% ============================================================================
*OpenUI *InputSlot/Input source: PickOne
*OrderDependency: 24.0 AnySetup *InputSlot
*DefaultInputSlot: Tray1
*InputSlot ManualFeed/Multi-Purpose Tray: "<< /TraySwitch false /ManualFeed true /MediaPosition 0
setpagedevice"

*End
*InputSlot Tray1/Tray 1: "<< /InputAttributes <</Priority [1 2 3 4] >>
/TraySwitch false /ManualFeed false /MediaPosition 1
setpagedevice"

*End
*InputSlot Tray2/Tray 2: "<< /InputAttributes <</Priority [2 1 3 4] >>
/TraySwitch false /ManualFeed false /MediaPosition 2
setpagedevice"

*End
*InputSlot Tray3/Tray 3: "<< /InputAttributes <</Priority [3 1 2 4] >>
/TraySwitch false /ManualFeed false /MediaPosition 3
setpagedevice"

*End
*InputSlot Tray4/Tray 4: "<< /InputAttributes <</Priority [4 1 2 3] >>
/TraySwitch false /ManualFeed false /MediaPosition 4
setpagedevice"

*End
*?InputSlot: "save
currentpagedevice /MediaPosition get dup 0 eq
{(ManualFeed)} {dup 1 eq {(Tray1)} {dup 2 eq {(Tray2)} {dup 3 eq
{(Tray3)} {(Tray4)} ifelse } ifelse } ifelse } ifelse
= flush pop
restore"
*End
*CloseUI: *InputSlot


*% ================================================================ for MacOS X
*OpenGroup: FeatureGroup1/Output
*% ============================================================================


*% ============================================================================
*% ==== Collation on/off
*% ============================================================================
*OpenUI *Collate/Collation: Boolean
*OrderDependency: 26.0 AnySetup *Collate
*DefaultCollate: False
*Collate True/On: ""
*Collate False/Off: ""
*CloseUI: *Collate


*% ============================================================================
*% ==== Output options
*% ============================================================================
*OpenUI *OutputBin/Finisher Bin: PickOne
*OrderDependency: 50.0 AnySetup *OutputBin
*DefaultOutputBin: Auto
*OutputBin Auto/Automatically Select: "<< /OutputType (STD) >> setpagedevice"
*OutputBin Inner/Inner Tray: "<< /OutputType (Inner) >> setpagedevice"
*OutputBin Outer/Outer Tray: "<< /OutputType (Outer) >> setpagedevice"
*OutputBin Finisher/Finisher: "<< /OutputType (Outer) >> setpagedevice"
*?OutputBin: "save
currentpagedevice /OutputType get
(Auto)
<<
(STD) (Auto) (Inner) (Inner) (Outer) (Outer)
<div class="jive-quote">
{
exch 3 index eq { exch pop exit } { pop } ifelse
} bind forall
= flush pop
restore"
*End
*CloseUI: *OutputBin


*% ============================================================================
*% ==== Jog options
*% note:
*% This printer supports the following sorter options.
*% Shifted is equal to Jog.
*% Rotated is nonstandard option.
*% ============================================================================
*OpenUI *PAJog/Sort: PickOne
*OrderDependency: 52.0 AnySetup *PAJog
*DefaultPAJog: Sort
*PAJog None/Non Sort: "(Stack) (Jog) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
<< /Collate false /Jog 0 >> setpagedevice"
*End
*PAJog Sort/Sort: "(Sort) (Jog) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
<< /Collate true /Jog 0 >> setpagedevice"
*End
*PAJog Rotated/Rotate Stack: "(Rotated) (Jog) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
<< /Collate false /Jog 2 >> setpagedevice"
*End
*PAJog RotatedSort/Rotate Sort: "(RotatedSort) (Jog) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
<< /Collate true /Jog 2 >> setpagedevice"
*End
*PAJog Shifted/Shift Stack: "(Shifted) (Jog) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
<< /Collate false /Jog 3 >> setpagedevice"
*End
*PAJog ShiftedSort/Shift Sort: "(ShiftedSort) (Jog) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
<< /Collate true /Jog 3 >> setpagedevice"
*End
*?PAJog: "save
(Jog) /MEIProcs /ProcSet findresource /GetMEIMfpFunctions get exec
(Unknown)
<<
(Stack) (None) (Sort) (Sort) (Rotated) (Rotated) (RotatedSort) (RotatedSort)
(Shifted) (Shifted) (ShiftedSort) (ShiftedSort)
<div class="jive-quote">
{
exch 3 index eq { exch pop exit } { pop } ifelse
} bind forall
= flush pop
restore"
*End
*CloseUI: *PAJog


*% ============================================================================
*% ==== Staple options
*% note:
*% This printer supports the following staple positions,
*% requiring the use of slightly nonstandard options.
*% Staple top left corner
*% Staple left side
*% Staple top right corner
*% Staple right side
*% Staple top side
*% Staple saddle stitched
*% ============================================================================
*OpenUI *StapleLocation/Staple: PickOne
*OrderDependency: 54.0 AnySetup *StapleLocation
*DefaultStapleLocation: None
*StapleLocation None/None: "(Off) (Staple) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*StapleLocation Pleft1/Left 1 position (Portrait): "(Left Top) (Staple) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Portrait) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*StapleLocation Pleft2/Left 2 position (Portrait): "(Left Middle) (Staple) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Portrait) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*StapleLocation Pright1/Right 1 position (Portrait): "(Right Top) (Staple) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Portrait) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*StapleLocation Pright2/Right 2 position (Portrait): "(Right Middle) (Staple) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Portrait) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*StapleLocation Ptop2/Top 2 position (Portrait): "(Top) (Staple) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Portrait) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*StapleLocation Lleft1/Left 1 position (Landscape): "(Left Top) (Staple) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Landscape) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*StapleLocation Lleft2/Left 2 position (Landscape): "(Left Middle) (Staple) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Landscape) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*StapleLocation Lright1/Right 1 position (Landscape): "(Right Top) (Staple) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Landscape) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*StapleLocation Lright2/Right 2 position (Landscape): "(Right Middle) (Staple) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Landscape) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*StapleLocation Ltop2/Top 2 position (Landscape): "(Top) (Staple) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Landscape) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*StapleLocation Center/Saddle Stitch: "(Center) (Staple) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*CloseUI: *StapleLocation


*% ============================================================================
*% ==== Punch options
*% note:
*% This printer supports the following punch positions,
*% requiring the use of slightly nonstandard options.
*% Punch left side
*% Punch top side
*% Punch right side
*% ============================================================================
*OpenUI *PAPunch/Punch: PickOne
*OrderDependency: 56.0 AnySetup *PAPunch
*DefaultPAPunch: None
*PAPunch None/None: "(Off) (Punch) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PAPunch Pleft/Left (Portrait): "(Left) (Punch) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Portrait) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PAPunch Pright/Right (Portrait): "(Right) (Punch) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Portrait) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PAPunch Pupper/Top (Portrait): "(Top) (Punch) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Portrait) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PAPunch Lleft/Left (Landscape): "(Left) (Punch) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Landscape) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PAPunch Lright/Right (Landscape): "(Right) (Punch) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Landscape) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PAPunch Lupper/Top (Landscape): "(Top) (Punch) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec
(Landscape) (Orientation) /MEIProcs /ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*CloseUI: *PAPunch


*% ================================================================ for MacOS X
*CloseGroup: FeatureGroup1
*OpenGroup: FeatureGroup2/Quality_1
*% ============================================================================


*% ============================================================================
*% ==== Mediatype definitions
*% ============================================================================
*OpenUI *MediaType/Media Type: PickOne
*OrderDependency: 28.0 AnySetup *MediaType
*DefaultMediaType: PLAIN
*MediaType PLAIN/Plain Paper: "<< /MediaType (Plain) >> setpagedevice"
*MediaType THIN/Thin Paper: "<< /MediaType (ThinPaper) >> setpagedevice"
*MediaType THICK/Thick Paper: "<< /MediaType (ThickPaper) >> setpagedevice"
*MediaType INDEX/Index/Cover Paper: "<< /MediaType (Thick2) >> setpagedevice"
*MediaType COATEDC/Coated/Cover Paper: "<< /MediaType (Coated2) >> setpagedevice"
*MediaType COATEDP/Coated Paper: "<< /MediaType (Coated) >> setpagedevice"
*MediaType LABELS/Labels: "<< /MediaType (Labels) >> setpagedevice"
*MediaType GLOSSY/Glossy/Photo Paper: "<< /MediaType (Glossy) >> setpagedevice"
*MediaType RECYCLED/Recycled Paper: "<< /MediaType (Recycled) >> setpagedevice"
*MediaType ENVELOPE/Envelope: "<< /MediaType (Envelope) >> setpagedevice"
*MediaType TRANSPARENCY/Transparency: "<< /MediaType (Transparency) >> setpagedevice
/MEIColorRendering /ProcSet findresource /Resetabtcoltbl get exec"
*End
*MediaType INDEX2/Index/Cover Paper(Preprinted): "<< /MediaType (Thick2Back Side) >> setpagedevice"
*MediaType COATEDC2/Coated/Cover Paper(Preprinted): "<< /MediaType (Coated2Back Side) >> setpagedevice"
*MediaType THICK2/Thick Paper(Preprinted): "<< /MediaType (ThickBack Side) >> setpagedevice"
*MediaType COATEDP2/Coated Paper(Preprinted): "<< /MediaType (CoatedBack Side) >> setpagedevice"
*MediaType THICK3/Heavy Index: "<< /MediaType (Thick3) >> setpagedevice"
*MediaType THICK3BS/Heavy Index(Preprinted): "<< /MediaType (Thick3Back Side) >> setpagedevice"
*MediaType COATED3/Heavy Coated: "<< /MediaType (Coated3) >> setpagedevice"
*MediaType COATED3BS/Heavy Coated(Preprinted): "<< /MediaType (Coated3Back Side) >> setpagedevice "
*?MediaType: "save
currentpagedevice /MediaType get
(PLAIN)
<< (Plain) (PLAIN) (Transparency) (TRANSPARENCY) (ThinPaper) (THIN)
(Labels) (LABELS) (Coated) (COATEDP) (Envelope) (ENVELOPE)
(Recycled) (RECYCLED) (ThickPaper) (THICK) (Glossy) (GLOSSY)
(Coated2) (COATEDC) (ThickBack Side) (THICK2) (Thick2Back Side) (INDEX2)
(CoatedBack Side) (COATEDP2) (Coated2Back Side) (COATEDC2)
(Thick2) (INDEX)
<div class="jive-quote">
{ exch 3 index eq { exch pop exit } { pop } ifelse } bind forall
= flush pop
restore"
*End
*CloseUI: *MediaType

*% ============================================================================
*% ==== Resoulution support
*% ============================================================================
*OpenUI *PCCResolution/Resolution: PickOne
*OrderDependency: 10.0 AnySetup *PCCResolution
*DefaultPCCResolution: 600dpi
*PCCResolution 600dpi/Standard: "<< /HWResolution [600 600] >> setpagedevice
(Standard) (Quality) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec"
*End
*PCCResolution 1200dpi/Enhance: "<< /HWResolution [1200 1200] >> setpagedevice
(Enhance) (Quality) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec"
*End
*?PCCResolution: "save
currentpagedevice /HWResolution get aload pop pop
( ) cvs print (dpi) = flush
restore"
*End
*CloseUI: *PCCResolution


*% ====== Print Mode ======
*OpenUI *KMEPrinterMode/Color Mode: PickOne
*OrderDependency: 46.0 AnySetup *KMEPrinterMode
*DefaultKMEPrinterMode: Color
*KMEPrinterMode Color/Color:"
(Auto) (Colormode) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
<< /ProcessColorModel (DeviceCMYK) /UseCIEColor false >> setpagedevice
"
*End
*KMEPrinterMode PhotoColor/Photo Color:"
(PhotoColor) (Colormode) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
<< /ProcessColorModel (DeviceCMYK) /UseCIEColor true >> setpagedevice
"
*End
*KMEPrinterMode GrayScale/Grayscale:"
(GrayScale) (Colormode) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
<< /ProcessColorModel (DeviceGray) /UseCIEColor false >> setpagedevice
"
*End
*CloseUI: *KMEPrinterMode


*% ====== Color Usage =======
*%%%%%%%%%%%%%%%%%%%%%%%%% March.24.2004
*OpenUI *KMEColor/Color Management: PickOne
*OrderDependency: 46.1 AnySetup *KMEColor
*DefaultKMEColor: DeviceColor
*KMEColor DeviceColor/Device Color: "
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (Auto) eq {
(Auto) (Colormode) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
<< /UseCIEColor true >> setpagedevice
} if
"
*End
*KMEColor None/None: "
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (Auto) eq {
(None) (Colormode) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
<< /UseCIEColor false >> setpagedevice
} if
"
*End
*KMEColor SWOP/SWOP: "
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (Auto) eq {
(Swop) (Colormode) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
<< /UseCIEColor false >> setpagedevice
} if
"
*End
*KMEColor Euroscale/Euroscale: "
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (Auto) eq {
(Euro) (Colormode) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
<< /UseCIEColor false >> setpagedevice
} if
"
*End
*CloseUI: *KMEColor


*% ============================================================================
*% ==== Mirror options
*% ============================================================================
*OpenUI *MirrorPrint/Print as mirror image: PickOne
*OrderDependency: 22.0 AnySetup *Duplex
*DefaultMirrorPrint: False
*MirrorPrint False/Off: "(Off) (MirrorPrint) /MEIProcs
/ProcSet findresource /SetMEIPrnFunctions get exec"
*End
*MirrorPrint True/On: "(On) (MirrorPrint) /MEIProcs
/ProcSet findresource /SetMEIPrnFunctions get exec"
*End
*CloseUI: *MirrorPrint


*% ================================================================ for MacOS X
*CloseGroup: FeatureGroup2
*OpenGroup: FeatureGroup3/Quality_2
*% ============================================================================


*% ====== Graphics Space =======
*%%%%%%%%%%%%%%%%%%%%%%%%% March.24.2004
*OpenUI *KMEGraphicsSpace/Device Color Space for Text/Graphics : PickOne
*OrderDependency: 46.25 AnySetup *KMEGraphicsSpace

*DefaultKMEGraphicsSpace: Srgb
*KMEGraphicsSpace Srgb/Standard Profile with Black Gray: "
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (PhotoColor) eq
{
/RelativeColorimetric.Auto.Any
/RelativeColorimetric.PhotoTG.Any /ColorRendering findresource
/ColorRendering defineresource pop
}
{
/RelativeColorimetric.Auto.Any
/RelativeColorimetric.SrgbSolid.Any /ColorRendering findresource
/ColorRendering defineresource pop
} ifelse
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec dup (PhotoColor) eq exch (Auto) eq or
(MediaType) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (Any) eq and
{
/RelativeColorimetric.Auto.Any /ColorRendering findresource setcolorrendering
/MEIColorRendering /ProcSet findresource /Resetabtcoltbl get exec
} if
"
*End
*KMEGraphicsSpace Vivid/Vivid Profile with Black Gray: "
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (PhotoColor) eq
{
/RelativeColorimetric.Auto.Any
/RelativeColorimetric.PhotoTG.Any /ColorRendering findresource
/ColorRendering defineresource pop
}
{
/RelativeColorimetric.Auto.Any
/RelativeColorimetric.VividSolid.Any /ColorRendering findresource
/ColorRendering defineresource pop
} ifelse
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec dup (PhotoColor) eq exch (Auto) eq or
(MediaType) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (Any) eq and
{
/RelativeColorimetric.Auto.Any /ColorRendering findresource setcolorrendering
/MEIColorRendering /ProcSet findresource /Resetabtcoltbl get exec
} if
"
*End
*KMEGraphicsSpace ThickSrgb/Standard Profile with CMYK Gray: "
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (PhotoColor) eq
{
/RelativeColorimetric.Auto.Any
/RelativeColorimetric.PhotoTG.Any /ColorRendering findresource
/ColorRendering defineresource pop
}
{
/RelativeColorimetric.Auto.Any
/RelativeColorimetric.Srgb.Any /ColorRendering findresource
/ColorRendering defineresource pop
} ifelse
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec dup (PhotoColor) eq exch (Auto) eq or
(MediaType) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (Any) eq and
{
/RelativeColorimetric.Auto.Any /ColorRendering findresource setcolorrendering
/MEIColorRendering /ProcSet findresource /Resetabtcoltbl get exec
} if
"
*End
*KMEGraphicsSpace ThickVivid/Vivid Profile with CMYK Gray: "
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (PhotoColor) eq
{
/RelativeColorimetric.Auto.Any
/RelativeColorimetric.PhotoTG.Any /ColorRendering findresource
/ColorRendering defineresource pop
}
{
/RelativeColorimetric.Auto.Any
/RelativeColorimetric.Vivid.Any /ColorRendering findresource
/ColorRendering defineresource pop
} ifelse
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec dup (PhotoColor) eq exch (Auto) eq or
(MediaType) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (Any) eq and
{
/RelativeColorimetric.Auto.Any /ColorRendering findresource setcolorrendering
/MEIColorRendering /ProcSet findresource /Resetabtcoltbl get exec
} if
"
*End
*?KMEGraphicsSpace: "save
/RelativeColorimetric.Auto.Any /ColorRendering findresource
{ exch (MEIColor) eq { exit } {pop} ifelse } forall
(Unknown)
<<
(SrgbSolid) (Srgb) (VividSolid) (Vivid)
(sRGB) (ThickSrgb) (Vivid) (ThickVivid)
<div class="jive-quote">
{
exch 3 index eq { exch pop exit } { pop } ifelse
} bind forall
= flush pop
restore"
*End
*CloseUI: *KMEGraphicsSpace


*% ====== Image Space =======
*%%%%%%%%%%%%%%%%%%%%%%%%% March.24.2004
*OpenUI *KMEImageSpace/Device Color Space for Image : PickOne
*OrderDependency: 46.4 AnySetup *KMEImageSpace
*DefaultKMEImageSpace: ThickSrgb
*KMEImageSpace Srgb/Standard Profile with Black Gray: "
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (PhotoColor) eq
{
/RelativeColorimetric.Image.Any
/RelativeColorimetric.Photo.Any /ColorRendering findresource
/ColorRendering defineresource pop
}
{
/RelativeColorimetric.Image.Any
/RelativeColorimetric.SrgbSolid.Any /ColorRendering findresource
/ColorRendering defineresource pop
} ifelse
"
*End
*KMEImageSpace Vivid/Vivid Profile with Black Gray: "
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (PhotoColor) eq
{
/RelativeColorimetric.Image.Any
/RelativeColorimetric.Photo.Any /ColorRendering findresource
/ColorRendering defineresource pop
}
{
/RelativeColorimetric.Image.Any
/RelativeColorimetric.VividSolid.Any /ColorRendering findresource
/ColorRendering defineresource pop
} ifelse
"
*End
*KMEImageSpace ThickSrgb/Standard Profile with CMYK Gray: "
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (PhotoColor) eq
{
/RelativeColorimetric.Image.Any
/RelativeColorimetric.Photo.Any /ColorRendering findresource
/ColorRendering defineresource pop
}
{
/RelativeColorimetric.Image.Any
/RelativeColorimetric.Srgb.Any /ColorRendering findresource
/ColorRendering defineresource pop
} ifelse
"
*End
*KMEImageSpace ThickVivid/Vivid Profile with CMYK Gray: "
(Colormode) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec (PhotoColor) eq
{
/RelativeColorimetric.Image.Any
/RelativeColorimetric.Photo.Any /ColorRendering findresource
/ColorRendering defineresource pop
}
{
/RelativeColorimetric.Image.Any
/RelativeColorimetric.Vivid.Any /ColorRendering findresource
/ColorRendering defineresource pop
} ifelse
"
*End
*?KMEImageSpace: "save
/RelativeColorimetric.Image.Any /ColorRendering findresource
{ exch (MEIColor) eq { exit } {pop} ifelse } forall
(Unknown)
<<
(SrgbSolid) (Srgb) (VividSolid) (Vivid)
(sRGB) (ThickSrgb) (Vivid) (ThickVivid)
<div class="jive-quote">
{
exch 3 index eq { exch pop exit } { pop } ifelse
} bind forall
= flush pop
restore"
*End
*CloseUI: *KMEImageSpace


*% ====== Toner Save ======
*OpenUI *KMETonerSave/Toner Save: PickOne
*OrderDependency: 46.6 AnySetup *KMETonerSave
*DefaultKMETonerSave: Off
*KMETonerSave Off/Off:"
(4Color) (Tonerusage) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
"
*End
*KMETonerSave On/On:"
(TonerSave) (Tonerusage) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
"
*End
*?KMETonerSave: "
save
(Tonerusage) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec
(Unknown)
<<
(4Color) (Off) (TonerSave) (On)
<div class="jive-quote">
{
exch 3 index eq { exch pop exit } { pop } ifelse
} bind forall
= flush pop
restore
"
*End
*CloseUI: *KMETonerSave


*% ====== Brightness ======
*OpenUI *KMEBrightness/Brightness:PickOne
*OrderDependency: 47.0 AnySetup *KMEBrightness
*DefaultKMEBrightness: 100%
*KMEBrightness 85%/85% Lightest: "
(Lightest) (Brightness) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
/MEIColorRendering /ProcSet findresource /LoadMEITable get exec
/MEIColorRendering /ProcSet findresource /Resetabtcoltbl get exec
"
*End
*KMEBrightness 90%/90% Lighter: "
(Lighter) (Brightness) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
/MEIColorRendering /ProcSet findresource /LoadMEITable get exec
/MEIColorRendering /ProcSet findresource /Resetabtcoltbl get exec
"
*End
*KMEBrightness 95%/95% Light: "
(Light) (Brightness) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
/MEIColorRendering /ProcSet findresource /LoadMEITable get exec
/MEIColorRendering /ProcSet findresource /Resetabtcoltbl get exec
"
*End
*KMEBrightness 100%/100% Normal: "
(Normal) (Brightness) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
/MEIColorRendering /ProcSet findresource /LoadMEITable get exec
/MEIColorRendering /ProcSet findresource /Resetabtcoltbl get exec
"
*End
*KMEBrightness 105%/105% Dark: "
(Dark) (Brightness) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
/MEIColorRendering /ProcSet findresource /LoadMEITable get exec
/MEIColorRendering /ProcSet findresource /Resetabtcoltbl get exec
"
*End
*KMEBrightness 110%/110% Darker: "
(Darker) (Brightness) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
/MEIColorRendering /ProcSet findresource /LoadMEITable get exec
/MEIColorRendering /ProcSet findresource /Resetabtcoltbl get exec
"
*End
*KMEBrightness 115%/115% Darkest:"
(Darkest) (Brightness) /MEIProcs /ProcSet findresource /SetMEIPrnFunctions get exec
/MEIColorRendering /ProcSet findresource /LoadMEITable get exec
/MEIColorRendering /ProcSet findresource /Resetabtcoltbl get exec
"
*End
*?KMEBrightness: "save
(Brightness) /MEIProcs /ProcSet findresource /GetMEIPrnFunctions get exec
(Unknown)
<<
(Lightest) (85%)
(Lighter) (90%)
(Light) (95%)
(Normal) (100%)
(Dark) (105%)
(Darker) (110%)
(Darkest) (115%)
<div class="jive-quote">
{
exch 3 index eq { exch pop exit } { pop } ifelse
} bind forall
= flush pop
restore"
*End
*CloseUI: *KMEBrightness


*% ================================================================ for MacOS X
*CloseGroup: FeatureGroup3
*OpenGroup: FeatureGroup4/Miscellaneous
*% ============================================================================


*% ============================================================================
*% ==== Secure options (include Nup paper margin for Windows)
*% ============================================================================
*OpenUI *PASecurity/Secure: PickOne
*OrderDependency: 1.0 DocumentSetup *PASecurity
*DefaultPASecurity: None
*PASecurity None/None: ""
*PASecurity CheckPrint/Check Then Print: "
%MTCheckPrint: 1
%MTMailBox:
"
*End
*PASecurity MailBox/Mailbox: "
%MTMailBox:
"
*End
*PASecurity SecurityBox/Secure Mailbox: "
%MTMailBox:
%MTPassword:
"
*End
*CloseUI: *PASecurity


*% ============================================================================
*% ==== Print Blank Pages options
*% ============================================================================
*OpenUI *PABlankPaper/Print Blank Pages: Boolean
*OrderDependency: 58.0 AnySetup *PABlankPaper
*DefaultPABlankPaper: True
*PABlankPaper True/On: "(Off) (Blankpaper) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PABlankPaper False/Off: "(On) (Blankpaper) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*?PABlankPaper: "save
(Blankpaper) /MEIProcs /ProcSet findresource /GetMEIMfpFunctions get exec
(Unknown)
<<
(Off) (True) (On) (False)
<div class="jive-quote">
{
exch 3 index eq { exch pop exit } { pop } ifelse
} bind forall
= flush pop
restore"
*End
*CloseUI: *PABlankPaper


*% ============================================================================
*% ==== Front Cover Page options
*% ============================================================================
*OpenUI *PAFrontCover/Front Cover: PickOne
*OrderDependency: 62.0 AnySetup *PAFrontCover
*DefaultPAFrontCover: None
*PAFrontCover None/None: "(None) (FrontCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PAFrontCover BlankA/Auto Select: "(AUTO) (FrontCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PAFrontCover Blank0/Multi-Purpose Tray: "(MPT) (FrontCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PAFrontCover Blank1/Tray1: "(Tray1) (FrontCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PAFrontCover Blank2/Tray2: "(Tray2) (FrontCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PAFrontCover Blank3/Tray3: "(Tray3) (FrontCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PAFrontCover Blank4/Tray4: "(Tray4) (FrontCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*?PAFrontCover: "save
(FrontCovertray) /MEIProcs /ProcSet findresource /GetMEIMfpFunctions get exec
(Unknown)
<<
(None) (None) (MPT) (Blank0) (Tray1) (Blank1) (Tray2) (Blank2) (Tray3) (Blank3)
(Tray4) (Blank4) (AUTO) (BlankA)
<div class="jive-quote">
{
exch 3 index eq { exch pop exit } { pop } ifelse
} bind forall
= flush pop
restore"
*End
*CloseUI: *PAFrontCover


*% ============================================================================
*% ==== Back Cover Page options
*% ============================================================================
*OpenUI *PABackCover/Back Cover: PickOne
*OrderDependency: 64.0 AnySetup *PABackCover
*DefaultPABackCover: None
*PABackCover None/None: "(None) (BackCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PABackCover BlankA/Auto Select: "(AUTO) (BackCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PABackCover Blank0/Multi-Purpose Tray: "(MPT) (BackCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PABackCover Blank1/Tray1: "(Tray1) (BackCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PABackCover Blank2/Tray2: "(Tray2) (BackCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PABackCover Blank3/Tray3: "(Tray3) (BackCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*PABackCover Blank4/Tray4: "(Tray4) (BackCovertray) /MEIProcs
/ProcSet findresource /SetMEIMfpFunctions get exec"
*End
*?PABackCover: "save
(BackCovertray) /MEIProcs /ProcSet findresource /GetMEIMfpFunctions get exec
(Unknown)
<<
(None) (None) (MPT) (Blank0) (Tray1) (Blank1) (Tray2) (Blank2) (Tray3) (Blank3)
(Tray4) (Blank4) (AUTO) (BlankA)
<div class="jive-quote">
{
exch 3 index eq { exch pop exit } { pop } ifelse
} bind forall
= flush pop
restore"
*End
*CloseUI: *PABackCover


*% ================================================================ for MacOS X
*CloseGroup: FeatureGroup4
*% ============================================================================


*% ============================================================================
*% ==== Department Code
*% ============================================================================
*JobPatchFile 1: "
%MTDeptCode:
%MTHostIP:0.0.0.0
%PJWRCL510-CX92R2Q83
<< /TraySwitch true /ManualFeed false /MediaPosition 1 /NumCopies 1
setpagedevice

/PCCJobPatch /ProcSet findresource /PCCOpRedefine2 get exec
"
*End


*% ============================================================================
*% ==== Halftone information
*% ============================================================================
*DefaultHalftoneType: 3
*ScreenFreq: "85.0"
*ScreenAngle: "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}"
*End

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


*% ============================================================================
*% ==== Page size selections
*% ============================================================================


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


*% ============================================================================
*% ==== Page Size selection
*% ============================================================================
*OpenUI *PageSize/Page size: PickOne
*OrderDependency: 66.0 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize Letter/Letter: "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice"
*PageSize Legal/Legal: "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
*PageSize Tabloid/Ledger.: "<< /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
*PageSize Executive/Executive: "<< /PageSize [522 756] /ImagingBBox null >> setpagedevice"
*PageSize Statement/Invoice: "<< /PageSize [396 612] /ImagingBBox null >> setpagedevice"
*PageSize TabloidExtra/12x18: "<< /PageSize [864 1296] /ImagingBBox null >> setpagedevice"
*PageSize A3/A3: "<< /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
*PageSize A4/A4: "<< /PageSize [595 842] /ImagingBBox null >> setpagedevice"
*PageSize A5/A5: "<< /PageSize [420 595] /ImagingBBox null >> setpagedevice"
*PageSize B4/B4(JIS): "<< /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
*PageSize B5/B5(JIS): "<< /PageSize [516 729] /ImagingBBox null >> setpagedevice"
*PageSize Foolscap/FLS1 8x13: "<< /PageSize [576 936] /ImagingBBox null >> setpagedevice"
*PageSize FanFoldGermanLegal/FLS2 8.5x13: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
*PageSize Env10/Env #10: "<< /PageSize [297 684] /ImagingBBox null >> setpagedevice"
*PageSize EnvMonarch/Env Monarch: "<< /PageSize [279 540] /ImagingBBox null >> setpagedevice"
*PageSize EnvC5/Env C5: "<< /PageSize [459 649] /ImagingBBox null >> setpagedevice"
*PageSize EnvDL/Env DL: "<< /PageSize [312 624] /ImagingBBox null >> setpagedevice"
*?PageSize: "save
currentpagedevice /PageSize get aload pop
2 copy gt {exch} if
(Unknown)
<< [612 792] (Letter) [792 1224] (Tabloid) [612 1008] (Legal) [396 612] (Statement)
[522 756] (Executive) [576 936] (Foolscap) [612 936] (FanFoldGermanLegal) [842 1191] (A3)
[595 842] (A4) [420 595] (A5) [729 1032] (B4) [516 729] (B5) [864 1296] (TabloidExtra)
[459 649] (EnvC5) [297 684] (Env10) [312 624] (EnvDL) [279 540] (EnvMonarch)

{ exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and {exch pop exit}
{pop} ifelse
} bind forall
= flush pop pop
restore"
*End
*CloseUI: *PageSize


*% ============================================================================
*% ==== Page Region
*% ============================================================================
*OpenUI *PageRegion/Page region: PickOne
*OrderDependency: 68.0 AnySetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion Letter/Letter: "<< /PageSize [612 792] /ImagingBBox null >> setpagedevice"
*PageRegion Legal/Legal: "<< /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
*PageRegion Tabloid/Ledger.: "<< /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
*PageRegion Executive/Executive: "<< /PageSize [522 756] /ImagingBBox null >> setpagedevice"
*PageRegion Statement/Invoice: "<< /PageSize [396 612] /ImagingBBox null >> setpagedevice"
*PageRegion TabloidExtra/12x18: "<< /PageSize [864 1296] /ImagingBBox null >> setpagedevice"
*PageRegion A3/A3: "<< /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
*PageRegion A4/A4: "<< /PageSize [595 842] /ImagingBBox null >> setpagedevice"
*PageRegion A5/A5: "<< /PageSize [420 595] /ImagingBBox null >> setpagedevice"
*PageRegion B4/B4(JIS): "<< /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
*PageRegion B5/B5(JIS): "<< /PageSize [516 729] /ImagingBBox null >> setpagedevice"
*PageRegion Foolscap/FLS1 8x13: "<< /PageSize [576 936] /ImagingBBox null >> setpagedevice"
*PageRegion FanFoldGermanLegal/FLS2 8.5x13: "<< /PageSize [612 936] /ImagingBBox null >> setpagedevice"
*PageRegion Env10/Env #10: "<< /PageSize [297 684] /ImagingBBox null >> setpagedevice"
*PageRegion EnvMonarch/Env Monarch: "<< /PageSize [279 540] /ImagingBBox null >> setpagedevice"
*PageRegion EnvC5/Env C5: "<< /PageSize [459 649] /ImagingBBox null >> setpagedevice"
*PageRegion EnvDL/Env DL: "<< /PageSize [312 624] /ImagingBBox null >> setpagedevice"
*CloseUI: *PageRegion


*% ============================================================================
*% ==== Custom Page Size
*% ============================================================================
*% For backwords compatibility
*VariablePaperSize: True

*HWMargins: 16 16 16 16
*LeadingEdge Short: ""
*DefaultLeadingEdge: Short
*MaxMediaWidth: "864"
*MaxMediaHeight: "1296"
*CenterRegistered: True
*NonUIOrderDependency: 34.0 AnySetup *CustomPageSize
*CustomPageSize True: " pop pop pop
<</DeferredMediaSelection true
/PageSize [ 7 -2 roll ]
/ImagingBBox null
/Policies << /PageSize 1 >>
setpagedevice"

*End
*ParamCustomPageSize Width: 1 points 284 864
*ParamCustomPageSize Height: 2 points 419 1296
*ParamCustomPageSize WidthOffset: 3 points 0 0
*ParamCustomPageSize HeightOffset: 4 points 0 0
*ParamCustomPageSize Orientation: 5 int 0 3


*% ============================================================================
*% ==== Tray 1 to 5 and MPT
*% ============================================================================
*RequiresPageRegion All: True


*% ============================================================================
*% ==== Imageable area
*% ============================================================================
*DefaultImageableArea: Letter
*ImageableArea Letter/Letter: "12.145 13.825 600.023 777.983 "
*ImageableArea Legal/Legal: "12.145 12.025 599.663 995.903 "
*ImageableArea Tabloid/Ledger.: "13.825 12.025 777.983 1211.9 "
*ImageableArea Executive/Executive: "12.145 13.105 510.023 742.703 "
*ImageableArea Statement/Invoice: "13.585 12.025 382.223 599.903 "
*ImageableArea TabloidExtra/12x18: "13.345 12.025 850.463 1283.9 "
*ImageableArea A3/A3: "13.705 12.025 827.783 1178.3 "
*ImageableArea A4/A4: "12.145 13.7033 583.223 827.782 "
*ImageableArea A5/A5: "12.145 13.345 407.543 581.663 "
*ImageableArea B4/B4(JIS): "12.745 12.0233 715.463 1019.66 "
*ImageableArea B5/B5(JIS): "12.145 12.7433 503.783 715.462 "
*ImageableArea Foolscap/FLS1 8x13: "13.345 12.025 562.463 923.903 "
*ImageableArea FanFoldGermanLegal/FLS2 8.5x13: "12.145 12.025 599.663 923.903 "
*ImageableArea Env10/Env #10: "12.145 13.585 284.903 670.223 "
*ImageableArea EnvMonarch/Env Monarch: "12.145 12.625 266.903 527.183 "
*ImageableArea EnvC5/Env C5: "12.145 13.3433 447.143 635.422 "
*ImageableArea EnvDL/Env DL: "12.145 12.1433 299.783 611.182 "
*?ImageableArea: "save
/cvp {( ) cvs print ( ) print } bind def
/upperright {600 mul floor 600 div } bind def
/lowerleft {600 mul ceiling 600 div } bind def
newpath clippath pathbbox
4 -2 roll exch 2 {lowerleft cvp} repeat
exch 2 {upperright cvp} repeat ( ) = flush
restore"
*End


*% ============================================================================
*% ==== Physical dimensions of the paper by keyword
*% ============================================================================
*DefaultPaperDimension: Letter
*PaperDimension Letter/Letter: "612 792"
*PaperDimension Legal/Legal: "612 1008"
*PaperDimension Tabloid/Ledger.: "792 1224"
*PaperDimension Executive/Executive: "522 756"
*PaperDimension Statement/Invoice: "396 612"
*PaperDimension TabloidExtra/12x18: "864 1296"
*PaperDimension A3/A3: "842 1191"
*PaperDimension A4/A4: "595 842"
*PaperDimension A5/A5: "420 595"
*PaperDimension B4/B4(JIS): "729 1032"
*PaperDimension B5/B5(JIS): "516 729"
*PaperDimension Foolscap/FLS1 8x13: "576 936"
*PaperDimension FanFoldGermanLegal/FLS2 8.5x13: "612 936"
*PaperDimension Env10/Env #10: "297 684"
*PaperDimension EnvMonarch/Env Monarch: "279 540"
*PaperDimension EnvC5/Env C5: "459 649"
*PaperDimension EnvDL/Env DL: "312 624"


*% ============================================================================
*% ==== Fonts available
*% ============================================================================


*% ============================================================================
*% ==== Font Information
*% ============================================================================
*DefaultFont: Courier
*Font AdobeSansMM: Standard "(001.002)" Standard ROM
*Font AdobeSerifMM: Standard "(001.003)" Standard ROM
*Font AlbertusMT: Standard "(001.001)" Standard ROM
*Font AlbertusMT-Italic: Standard "(001.001)" Standard ROM
*Font AlbertusMT-Light: Standard "(001.001)" Standard ROM
*Font AntiqueOlive-Bold: Standard "(001.002)" Standard ROM
*Font AntiqueOlive-Compact: Standard "(001.002)" Standard ROM
*Font AntiqueOlive-Italic: Standard "(001.002)" Standard ROM
*Font AntiqueOlive-Roman: Standard "(001.002)" Standard ROM
*Font Apple-Chancery: Standard "(3.0)" Standard ROM
*Font Arial-BoldItalicMT: Standard "(001.003)" Standard ROM
*Font Arial-BoldMT: Standard "(001.003)" Standard ROM
*Font Arial-ItalicMT: Standard "(001.003)" Standard ROM
*Font ArialMT: Standard "(001.003)" Standard ROM
*Font AvantGarde-Book: Standard "(003.000)" Standard ROM
*Font AvantGarde-BookOblique: Standard "(003.000)" Standard ROM
*Font AvantGarde-Demi: Standard "(003.000)" Standard ROM
*Font AvantGarde-DemiOblique: Standard "(003.000)" Standard ROM
*Font Bodoni: Standard "(001.003)" Standard ROM
*Font Bodoni-Bold: Standard "(001.003)" Standard ROM
*Font Bodoni-BoldItalic: Standard "(001.003)" Standard ROM
*Font Bodoni-Italic: Standard "(001.003)" Standard ROM
*Font Bodoni-Poster: Standard "(001.003)" Standard ROM
*Font Bodoni-PosterCompressed: Standard "(001.002)" Standard ROM
*Font Bookman-Demi: Standard "(003.000)" Standard ROM
*Font Bookman-DemiItalic: Standard "(003.000)" Standard ROM
*Font Bookman-Light: Standard "(003.000)" Standard ROM
*Font Bookman-LightItalic: Standard "(003.000)" Standard ROM
*Font Carta: Special "(001.001)" Special ROM
*Font Chicago: Standard "(3.0)" Standard ROM
*Font Clarendon: Standard "(001.002)" Standard ROM
*Font Clarendon-Bold: Standard "(001.002)" Standard ROM
*Font Clarendon-Light: Standard "(001.002)" Standard ROM
*Font CooperBlack: Standard "(001.004)" Standard ROM
*Font CooperBlack-Italic: Standard "(001.004)" Standard ROM
*Font Copperplate-ThirtyThreeBC: Standard "(001.003)" Standard ROM
*Font Copperplate-ThirtyTwoBC: Standard "(001.003)" Standard ROM
*Font Coronet-Regular: Standard "(001.002)" Standard ROM
*Font Courier: Standard "(004.000)" Standard ROM
*Font Courier-Bold: Standard "(004.000)" Standard ROM
*Font Courier-BoldOblique: Standard "(004.000)" Standard ROM
*Font Courier-Oblique: Standard "(004.000)" Standard ROM
*Font Eurostile: Standard "(001.003)" Standard ROM
*Font Eurostile-Bold: Standard "(001.002)" Standard ROM
*Font Eurostile-BoldExtendedTwo: Standard "(001.003)" Standard ROM
*Font Eurostile-ExtendedTwo: Standard "(001.003)" Standard ROM
*Font Geneva: Standard "(3.0)" Standard ROM
*Font GillSans: Standard "(001.003)" Standard ROM
*Font GillSans-Bold: Standard "(001.002)" Standard ROM
*Font GillSans-BoldCondensed: Standard "(001.002)" Standard ROM
*Font GillSans-BoldItalic: Standard "(001.003)" Standard ROM
*Font GillSans-Condensed: Standard "(001.002)" Standard ROM
*Font GillSans-ExtraBold: Standard "(001.002)" Standard ROM
*Font GillSans-Italic: Standard "(001.003)" Standard ROM
*Font GillSans-Light: Standard "(001.002)" Standard ROM
*Font GillSans-LightItalic: Standard "(001.003)" Standard ROM
*Font Goudy: Standard "(001.004)" Standard ROM
*Font Goudy-Bold: Standard "(001.003)" Standard ROM
*Font Goudy-BoldItalic: Standard "(001.003)" Standard ROM
*Font Goudy-ExtraBold: Standard "(001.002)" Standard ROM
*Font Goudy-Italic: Standard "(001.003)" Standard ROM
*Font Helvetica: Standard "(003.000)" Standard ROM
*Font Helvetica-Bold: Standard "(003.000)" Standard ROM
*Font Helvetica-BoldOblique: Standard "(003.000)" Standard ROM
*Font Helvetica-Condensed: Standard "(003.000)" Standard ROM
*Font Helvetica-Condensed-Bold: Standard "(003.000)" Standard ROM
*Font Helvetica-Condensed-BoldObl: Standard "(003.000)" Standard ROM
*Font Helvetica-Condensed-Oblique: Standard "(003.000)" Standard ROM
*Font Helvetica-Narrow: Standard "(003.000)" Standard ROM
*Font Helvetica-Narrow-Bold: Standard "(003.000)" Standard ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(003.000)" Standard ROM
*Font Helvetica-Narrow-Oblique: Standard "(003.000)" Standard ROM
*Font Helvetica-Oblique: Standard "(003.000)" Standard ROM
*Font HoeflerText-Black: Standard "(1.0)" Unknown ROM
*Font HoeflerText-BlackItalic: Standard "(1.0)" Unknown ROM
*Font HoeflerText-Italic: Standard "(1.0)" Unknown ROM
*Font HoeflerText-Ornaments: Special "(001.001)" Special ROM
*Font HoeflerText-Regular: Standard "(1.0)" Unknown ROM
*Font JoannaMT: Standard "(001.001)" Standard ROM
*Font JoannaMT-Bold: Standard "(001.001)" Standard ROM
*Font JoannaMT-BoldItalic: Standard "(001.001)" Standard ROM
*Font JoannaMT-Italic: Standard "(001.001)" Standard ROM
*Font LetterGothic: Standard "(001.005)" Standard ROM
*Font LetterGothic-Bold: Standard "(001.007)" Standard ROM
*Font LetterGothic-BoldSlanted: Standard "(001.006)" Standard ROM
*Font LetterGothic-Slanted: Standard "(001.005)" Standard ROM
*Font LubalinGraph-Book: Standard "(001.004)" Standard ROM
*Font LubalinGraph-BookOblique: Standard "(001.004)" Standard ROM
*Font LubalinGraph-Demi: Standard "(001.004)" Standard ROM
*Font LubalinGraph-DemiOblique: Standard "(001.004)" Standard ROM
*Font Marigold: Standard "(001.001)" Standard ROM
*Font MonaLisa-Recut: Standard "(001.001)" Standard ROM
*Font Monaco: Standard "(3.0)" Standard ROM
*Font NewCenturySchlbk-Bold: Standard "(003.000)" Standard ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(003.000)" Standard ROM
*Font NewCenturySchlbk-Italic: Standard "(003.000)" Standard ROM
*Font NewCenturySchlbk-Roman: Standard "(003.000)" Standard ROM
*Font NewYork: Standard "(001.000)" ExtendedRoman ROM
*Font Optima: Standard "(001.006)" Standard ROM
*Font Optima-Bold: Standard "(001.007)" Standard ROM
*Font Optima-BoldItalic: Standard "(001.001)" Standard ROM
*Font Optima-Italic: Standard "(001.001)" Standard ROM
*Font Oxford: Standard "(001.001)" Standard ROM
*Font Palatino-Bold: Standard "(003.000)" Standard ROM
*Font Palatino-BoldItalic: Standard "(003.000)" Standard ROM
*Font Palatino-Italic: Standard "(003.000)" Standard ROM
*Font Palatino-Roman: Standard "(003.000)" Standard ROM
*Font StempelGaramond-Bold: Standard "(001.003)" Standard ROM
*Font StempelGaramond-BoldItalic: Standard "(001.003)" Standard ROM
*Font StempelGaramond-Italic: Standard "(001.003)" Standard ROM
*Font StempelGaramond-Roman: Standard "(001.003)" Standard ROM
*Font Symbol: Special "(001.008)" Special ROM
*Font Tekton: Standard "(001.002)" Standard ROM
*Font Times-Bold: Standard "(003.000)" Standard ROM
*Font Times-BoldItalic: Standard "(003.000)" Standard ROM
*Font Times-Italic: Standard "(003.000)" Standard ROM
*Font Times-Roman: Standard "(003.000)" Standard ROM
*Font TimesNewRomanPS-BoldItalicMT: Standard "(001.003)" Standard ROM
*Font TimesNewRomanPS-BoldMT: Standard "(001.004)" Standard ROM
*Font TimesNewRomanPS-ItalicMT: Standard "(001.003)" Standard ROM
*Font TimesNewRomanPSMT: Standard "(001.003)" Standard ROM
*Font Univers: Standard "(001.004)" Standard ROM
*Font Univers-Bold: Standard "(001.004)" Standard ROM
*Font Univers-BoldExt: Standard "(001.001)" Standard ROM
*Font Univers-BoldExtObl: Standard "(001.001)" Standard ROM
*Font Univers-BoldOblique: Standard "(001.004)" Standard ROM
*Font Univers-Condensed: Standard "(001.003)" Standard ROM
*Font Univers-CondensedBold: Standard "(001.002)" Standard ROM
*Font Univers-CondensedBoldOblique: Standard "(001.002)" Standard ROM
*Font Univers-CondensedOblique: Standard "(001.003)" Standard ROM
*Font Univers-Extended: Standard "(001.001)" Standard ROM
*Font Univers-ExtendedObl: Standard "(001.001)" Standard ROM
*Font Univers-Light: Standard "(001.004)" Standard ROM
*Font Univers-LightOblique: Standard "(001.004)" Standard ROM
*Font Univers-Oblique: Standard "(001.004)" Standard ROM
*Font Wingdings: Unknown "(001.001)" Unknown ROM
*Font Wingdings-Regular: Special "(Version 2.00)" Special ROM
*Font ZapfChancery-MediumItalic: Standard "(003.000)" Standard ROM
*Font ZapfDingbats: Special "(002.000)" Special ROM

*?FontQuery: "save
{count 1 gt
{exch dup 127 string cvs (/)print print (:)print
/Font resourcestatus
{pop pop (Yes)} {(No)} ifelse =
}
{exit}
ifelse
} bind loop
(*) = flush
restore"
*End

*?FontList: "save
(*) {cvn ==} 128 string /Font resourceforall
(*) = flush
restore"
*End


*% ============================================================================
*% ==== Miscellaneous messages, status, sources and separation info
*% ============================================================================


*% ============================================================================
*% ==== 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: "initializing"
*Status: "idle"
*Status: "busy"
*Status: "waiting"
*Status: "online"


*% ============================================================================
*% ==== Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
*% ============================================================================
*Source: "USB"
*Source: "EtherTalk"
*Source: "LPR"
*Source: "IPP"
*Source: "IPX/SPX"

*%DeviceAdjustMatrix: "[1 0 0 1 0 0]"


*% ============================================================================
*% ==== Color separation information
*% ============================================================================
*DefaultColorSep: ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi


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

*ColorSepScreenAngle ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "45.0"

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

*% ============================================================================
*% ==== PPD file revision number, date, and time stamp. This must
*% ==== remain here and be updated each time this file is modified.
*% ============================================================================
*% File: Revision: Time/Date:
*% @(#)PADP405C.PPD 1.0 11:00:00 2007/07/26
*%
*% Last Edit Date: Jul 26, 2007
*% The byte count of this file should be exactly 58,640
*% depending on the filesystem it resides in.
*% end of PPD file for PADP405C

Sep 28, 2010 9:50 AM in response to King Peter

King Peter wrote:
Ok, I have found the Panasonic PDD file that was created and opened it in TextEdit - the problem now is that no "1001"'s exist for me to replace with my password!

Why would this be the case?

Here is the Panasonic PDD file for your reference - is this the correct PPD?:

*PPD-Adobe: "4.3"
*% Adobe Systems PostScript(R) Printer Description File
*% Copyright 1987-1998 Adobe Systems Incorporated.
*% All Rights Reserved.
*% Permission is granted for redistribution of this file as
*% long as this copyright notice is intact and the contents
*% of the file is not altered in any way from its original form.
*% End of Copyright Invoice
*% for Panasonic DP-C405/C305/C265 Series.
*% Copyright(c)2007 Panasonic Communications Co., Ltd. All Right Reserved.
*%
*FormatVersion: "4.3"
*FileVersion: "1.0"
*LanguageEncoding: MacStandard
*LanguageVersion: English
*Manufacturer: "Panasonic"
*PCFileName: "PADP405C.PPD"
*Product: "(Panasonic DP-C405)"
*PSVersion: "(3016.102) 1000"
*ModelName: "Panasonic DP-C405 PS"
*ShortNickName: "Panasonic DP-C405 PS"
*NickName: "Panasonic DP-C405 PostScript"


Please delete this file. It is for printers with the PostScript option installed. You will only get more confused if this file is on your computer.

Go to my website at http://webpages.charter.net/mbroughtn/downloads/. Hold down the Option key and click on the item listed as Panasonic-DP-C405x-pxlmono.ppd. That will automatically download the proper file to your Downloads folder. You can then perform the modifications etc.

Oct 4, 2010 2:05 AM in response to Matt Broughton

Hi Matt

We are right there!

I have downloaded the correct PPD and performed modifications etc thanks.

I have got right to the point of printing but can't find the "Print Features" that you refer to on the printing pop up box - all I see is "Print" or "Cancel" and when I click on print it unfortunately does not print or give me the DEPTCODE option to choose my code that I inserted into the PPD file.

Can you confirm how I get to "Print Features" to choose the DEPTCODE please?

Do I need to do anything on the physical printer itself?

Printing to a Panasonic DP C405 printer on a LAN needing a password

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.