Can I modify default print "Presets"

Hi -
We recently purchased a Ricoh color-laser multi-function device that prints in color and black/white. Under "Printer Features/Color Mode" within the Print dialog, I can select "Black and White" or "Color" (the default is "Color"). I know how to use 'Presets' within the Print dialog to create a preset that automatically uses the "Black and White" mode.
In order to avoid accidently using color toner, I would like to be able to have the Print command AUTOMATICALLY default to this "Black and White" mode. (I.E., I would like for "Black and White" to be the default under "Printer Features / Color Mode".
Is this possible? (Does this make sense?)
Thanks -

Hello doogles,
If your Ricoh is a PostScript device and therefore uses a PPD, you could modify the PPD so that b&w was the default rather than color (which I believe is what you were actually asking about).
Below is some information I have used for our previous Canon iRC3200 which used an imagePASS (Fiery) C1.
1. Open the PPD in a text editor of some sort.
2. Go to the section describing:
*OpenGroup: FPColorWise1/ColorWise1
*%EFIFlags *EFColorMode Spooler|Command|Column|Setup|Rerip
*%EFIGroup *EFColorMode FPColorWise/ColorWise
*OpenUI *EFColorMode/Color Mode :PickOne
*OrderDependency: 12.0 AnySetup *EFColorMode
**DefaultEFColorMode: EFColorModeDEF*
*EFColorMode EFColorModeDEF/Printer's default: ""
*EFColorMode CMYK/CMYK: " userdict /XJXsetcolormode known
{ (CMYK) XJXsetcolormode } if "
*End
*EFColorMode GRAY/Grayscale: " userdict /XJXsetcolormode known
{ (Grayscale) XJXsetcolormode } if "
*End
*?EFColorMode: " currentpagedevice /ProcessColorModel get == } if "
*CloseUI: *EFColorMode
*CloseGroup: FPColorWise1
This is the section in the PPD that relates to the Color Mode and what options that will be displayed in the properties of the driver.
3. Change this section to this:
*%EFIFlags *EFColorMode Spooler|Command|Column|Setup|Rerip
*%EFIGroup *EFColorMode Color/Color
*OpenUI *EFColorMode/Color Mode :PickOne
*OrderDependency: 12.0 AnySetup *EFColorMode
**DefaultEFColorMode: GRAY*
*EFColorMode EFColorModeDEF/Printer's default: ""
*EFColorMode GRAY/Grayscale: " userdict /XJXsetcolormode known
{ (Grayscale) XJXsetcolormode } if "
*End
*?EFColorMode: " currentpagedevice /ProcessColorModel get == } if "
*CloseUI: *EFColorMode
The changes to the original ppd are setting the "DefaultEFColourMode" to "Grayscale" and removing the "EFColorMode CMYK..." entry.
4. With the changes made to the ppd, create a new printer but point to the modified PPD.
If the Ricoh uses a proprietary printer language rather than PostScript, then it may not be possible to change.
However, if the machine also supports PCL6, you could create another printer queue to the Ricoh and select the Generic PCL6 driver included with OS X. You could then call this queue B&W and have this set as the default printer. Then, if the user wants to print color, they simply select the current Ricoh driver.
Note that the Generic drivers have limitations regarding finishing and don't support some larger paper sizes, such as A3. But if these are not required, then it may prove an easy alternative to modifying the PPD.
PaHu

Similar Messages

  • Enforce Default Printer Presets Across Multiple Users

    Hi
    Please could anyone tell me if there is a way to enforce the default printer preset across multiple users on the same computer for a network attached printer?
    I want to make sure that all of my family who each have separate accounts all print using greyscale by default.
    I would like to do this without copying plists about. I was hoping that there is some global way to do it as an administrator.
    TIA

    Hello Ian,
    I did a couple of simple tests on this topic and from what I can see there is no easy way for this to be done. The preferences (plists) are being saved in each users preference, and depending on which printer you are using the located and format for this preference is not easily copied.
    Unless there is a third party app (or something I missed) then I don't see a simple solution to this.
    Regards,
    Paul

  • How can I set default printer options on an iMac for an HP pro 8500 printer to print in draft mode?

    How can I set default printer options on an iMac for an HP pro 8500 printer to print in draft mode?

    When you use the Canon driver, the 2 sided printing is set in a different location. There is an entire menu dedicated to it (at least on my mx892). The printer dialog box has a menu selector in the middle of the screen (I think it says "layout" by default). If you click on it, you will see the duplexing options at the bottom. Much more flexibility than the single checkbox available with "airprint". The interface is unusual (at least for me) but you can pre-set up many different configurations (Fast Duplex, Fine Single-sided, B&W, Photo, etc etc.)

  • New to CS 6....how can I create default "print document" letter-size artboard?

    New to CS 6....how can I create  a default "print document" letter-size artboard ?

    Nothing has changed in CS6 with respect to creating Artboards. File>New and choose Print in the document type profile.

  • Default printing presets

    Does anyone know of a way to make the "preset" field in the Print dialog box always default to a particular value?
    The current behavior, in Leopard at least, is for the preset field to be set to the previous choice. I typically print using a preset called "Grayscale" but then change to "Color" for one job. I would prefer that preset is reset back to "Grayscale" the next time I try to print. At the moment it stays at "Color" until I reselect "Grayscale."
    I've poked around the plist files that seem to be related to printing with no luck. Anyone have another suggestion?

    You can change the printer defaults via the CUPS web page. But by default, the CUPS page is blocked. To enable it, open Terminal and type "sudo cupsctl WebInterface=yes" (without the quotation marks). Enter the admin password when prompted and then refresh the browser view.
    With CUPS web page open, select the Printers tab and then select the printer you want to modify. Then from the Administration drop menu, change to "Set Default Options".
    This will show a new page with four menu headings (links); Options Installed, General, Banners and Policies. Select General.
    Scroll down the list until you find the option you want to set as default.
    With the option select you then need to scroll down the list to the bottom of the page where you will see the ‘Set Default Options’ button.
    When you click the 'Set Default Options' button you will then be presented with an authentication window. Enter the account name and password that has been set as the admin for this Mac. And then press the Log In button. You will then see another page stating that the information change is completed.
    You can now exit the CUPS admin page and check that the change is set.

  • Setting default printing presets for all users, esp. guest user

    i want to set black/white, two sided printing as the default for all users (9 macs, 30 users on each).
    i set up and save this preset as admin, and copy the files
    com.apple.print.custompresets.plist
    com.apple.print.custompresets.forprinter.nameofprinter.plist
    from admin home/library/preferences to the other users preferences-folders.
    but logging on to any of the other users, i still dont even get the new preset listed.
    i tried entering cups, but there, only the printer setup is editable.
    especially i would like to set the custom preset as default for the guest account, without being wiped every log off.
    is there any alternative way to do this? i dont want to manually log in to the 300 accounts to change this.

    You can do that for new users via a file user.js in the default template folder for new profiles.
    C:\Program Files\Mozilla Firefox\defaults\profile\
    *http://kb.mozillazine.org/user.js_file

  • Forcing default values int "Standard" printer preset

    I have a printer that uses a PDE (printing dialog extension) plug-in. Having the correct values in the fields in the plug-in are required for getting a job to successfully print.
    I can easily create a printer preset with the correct value filled in and this works for most applications, however it does not work for applications that do not utilize the standard printing model.
    These applications always select the "Standard" preset. I cannot seem to edit the correct plist or edit the plist correctly to force values into the "Standard"" preset.
    I have tried editing "~/Library/Preferences/com.apple.print.custompresets.plist" with dictionary of "Standard" which did not work.
    What is the proper keyname to use to set values in the "Standard" preset
    TIA
    -Mark

    Thank you very much for your suggestion.
    I have send this question to
    [email protected]
    By the way, if someone answer my question, can I receive the mail?
    I am Sorry for bothering you, because I am a newcommer.

  • How to change default printer in tx me28

    Hi Experts,
    How can I change the default printer in tx me28? I have checked the customizing but I don´t know in which point I can change the default printer.
    Thanks!

    Hello,
    If the client is Windows, you can use the following:
    host('cmd /c Rundll32 Printui.dll PrintUIEntry /y /n "the_printer"');Francois

  • How do I set Firefox in WinXP to print straight to my default printer rather than one of the others on my system.

    I use winXP SP3.
    I have several printer options... fax, pdf Creator etc. My default Windows printer is on my network.
    Whenever I print from Firefox the printer that comes up is the pdf Creator. I can select my default printer and it not a problem having to do so, just an annoyance.
    I would have expected Firefox to remember my last choice and offer that again, but it does not. I haven't been able to find a way of altering the choice permanently. I have no idea why the unusual choice is made.

    Many Thanks.
    Your suggestion does not actually work but it enabled me to get under the hood.
    I have toggled the altered setting back to 'true'.
    Next I right clicked '''print.print_printer''' and clicked the reset option.
    I have restarted Firefox and all seems well. My default network laser printer came up first. I used it...ok. I then changed to my pdf printer and used it...ok. I then changed back to my default printer...ok. The next print I attempted came up with my default printer... good result!
    Its fingers crossed now and I'll be careful of the resident dragons if I feel the need to mess with them again.

  • Default printer in purchase order

    Hi Experts,
    I have defined one default printer in the message output condition (MN04). When i create purchase order and go to the message type, i can see this default printer there.
    But in case i am creating new message in the purchase order, default printer is not appearing. Even i tried to assign default printer in user profile (SU3), but still in communication method, there is not any printer appearing while creating new message manually.
    Regards,
    Kamal

    hi
    as u can define the outputs in MN04 from here the printer will be defaulted for that message type
    but when u add new message type in PO then u have to define the printer manually ,it will not poopup directly
    so either create output manually or just repeate it by clicking repeate output button
    or consult ur BASIS person if they have some settings
    regards
    KI

  • Detect Default Printer in 9iDS ??

    Hi,
    I will detect the default Printer from the Client
    The Get_default_printer Function is not included in WEBUTIL
    Exists an other possibility to detect the default Printer ?
    Thanks Alfred

    Default printer is an attribute of the Window. Unfortunately the version of Java supported by WebUtil (JDK 1,3) does not offer a method through which to get the window handle, so it is not possible to get the default printer by that route.
    However, you can get the Default Printer by reading the registry using
    Client_Win_API_Environment.read_registry('HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS NT\CURRENTVERSION\WINDOWS','Device',false);
    END;     Cheers, APC

  • The default printer in SP01

    Hi all,
    we have a custom program ZHSP_RM_AUTINV_0001.
    we execute this program giving co.code and vendor number.
    while executing it ( "Execute and print" OR "Background" ), selecting the output device as 'X'.
    and when i go and see in the spool (SP01), the output device default taking 'Y'.
    whatever output device i select OR leave blank while executing program, the default printer in spool remains 'Y' only.
    please let me know how to change this default printer ?
    i want to print to which ever printer i select during execution.
    Thanks,
    Shwetha

    Hi,
    U can change the Default Printer in SU01 (User Own data Maintainance).
    After entering into SU01 give the user name and click on change button, here select 'Defaults' tab.
    In Defaults tab in block Spool Control, give the OUTPUT Device name whatever u want.
    Hope it helps!!
    Rgds,
    Pavan

  • Cannot change from System Default Printer

    Using Windows XP (still, I know) and Adobe Reader XI, I am unable to switch from the default printer to another printer in Adobe Reader. I am able to do this in all other applications except Reader.
    I can change the default printer in Windows, open Reader and print to another printer, but the print dialog box doesn't allow me to change the default printer.
    I can select another printer from the drop down box. Then, I'm unable to open the printer settings dialog. If I click print, it sends the job to the default printer instead of the one I've chosen.
    The issue persists for multiple users on this pc even after creating new user profiles in Windows. I have about 10 printers installed on this machine and this happens with all of them. Different makes and models (Brother & Konica Minolta mostly) and also the default Microsoft XPS printer all do the same thing.
    TD;LR: I can only print to the Windows default printer.

    function printFullPEng() {
    var pp = this.getPrintParams();
    var pSize = this.getPageBox("Crop");
    if (pSize[1] > "792") {pp.printerName = "\\\\print-server\\HP Designjet 4000 HPGL2/RTL (Copy 1)";}
    else {pp.printerName = "\\\\print-server\\TOSHIBA 4520C PCL6 - Engineering";};
    pp.NumCopies = 1;
    pp.pageHandling = pp.constants.handling.none;
    fv = pp.constants.flagValues;
    pp.flags = (fv.setPageSize);
    this.print(pp);
    This is tied to a menu button. As I say, it works flawlessly in Acrobat 9, but will not change printers in Acrobat X.

  • Setting up default Printer

    Hello Experts!,
    I am working on the Crystal Reports XI and have a couple of questions about printers.
    1.  How to set the Default Printer to a New Crystal Report ?
    2.  How to check the default printer for an existing report ?

    Hi Aaron,
    To set the Default Printer to a New Crystal Report
    Click on File Menu -> Page Setup... -> Printer Options Click on Printer  button
    In the same way you can  check the default printer for an existing report.
    Regards,
    Shweta

  • Could not load default Extrusion presets because the file was not found.

    Hello,
    I am getting the above error when starting photoshop CC.
    I am working on an iMac with 10.7.5 system software.
    I can find the 'Default Extrusion Presets.p3e' file in the repousse folder but not elsewhere and dont know if it should even be elsewhere?
    Thanks

    So there's something wrong in my whole system, where I'm using all kinds of different tools (big and small tools) for my various projects without a single hitch... but somehow photoshop has encountered a problem within his own set of files.
    Again, a problem that photoshop error checking capabilities shows as a single file missing, which one would thing that's like a 5 min solution, but no. The entire monster needs to be reinstalled.
    You understand my login right?

Maybe you are looking for

  • Open link in new browser window

    I know how to enter the links in the assets page so when I export to dreamweaver the links already in the html. Is it possible to enter a link URL and have it open in a new window? I know that you can use the popup feature but is there any other way?

  • My ipad don't want to download apps

    My Ipad2 don't want to download any apps and the news paper in the morning.  I am on Wifi and can brows the internet. I can download apps on my Laptop and then transfer it to my ipad, but I can't download the apps directly on my ipad2. Any ideas?

  • How do I just get the Inbox messages to show in the new mail notification?

    I've setup Thunderbird with Gmail and it works like a charm. The only gripe I have is that the new mail notification seems to grab a selection of unread emails from different folders and often it's not showing the relevant new emails in my inbox. Esp

  • Query optimium time

    Hi friends how to check the query optimum time, whether the query is taking proper time for execution or not, i mean to say query is taking proper time or more time than usual, if its taking more time how to resolve it. please forward some links

  • Explain Plan Error

    Hi All, I am using oracle 10g and running in sql*plus. I am getting one error when running explain plan for one query, if I am running the query in sql*plus then it is working fine. Query:- SELECT sp.store_cd wr_store_cd, l.store_cd, l.loc_cd, l.loc_