Printing with cmd-p question

Hi, when I use cmd-p in Finder to print a document, it doesn't print using my last preset printing preferences (inc. double-sided).
If I open the doc in Word and print, it's fine. But the cmd-p shortcut only prints the default settings, not my preset settings, which include double-sided printing. Can anyone tell me, please, how to make cmd-p work with my printing presets?
Many thanks,
David

Hi, I'm trying to print with Word 2011. When I go to Finder and highlight a .doc, then press cmd-p, it opens up the file briefly and prints, but it prints using the default settings (single-sided), not my last used preset (double-sided) and I can't find a way of setting it to print from my last preset. If I open Word and print using the Print command on the File menu, I can choose my preset, but that takes longer.
I appreciate your help, thanks.
David

Similar Messages

  • HT3771 Printing with CMD-P in OS X 10.8.2

    Hi, when I use cmd-p in Finder to print a document, it doesn't print using my last preset printing preferences (inc. double-sided).
    If I open the doc in Word and print, it's fine. But the cmd-p shortcut only prints the default settings, not my preset settings, which include double-sided printing. Can anyone tell me, please, how to make cmd-p work with my printing presets?
    Many thanks,
    David

    I think you can see the scope and limitations of command-p from the finder in these articles.
    Quickly Print Files From Finder | Mac Tricks And Tips
    Quickly print files from within the Finder | Macworld
    Also, from Mac Help there is this:
    Print a document without opening it
    In the Finder, you can print a document without first opening the app that created it.
    HidePrint a closed document
    In the Finder, select the document’s icon and choose File > Print.
    The app in which you created the document opens and your document prints, using your default printer and preset printing options.
    To use a printer or options other than the default, you must open the document before printing it, or drag it to the destination printer’s icon in the Dock.
    HidePrint a document by dragging
    If you’ve created a desktop icon for a printer, you can print documents by dragging them to the icon. To create a desktop icon, see this help topic:
    Create a desktop icon for a printer
    To print a document with the default printer and options, drag the document’s icon to the printer’s icon.
    To change print options before the document prints, hold down the Option key as you drag the document’s icon to the printer’s icon.
    Documents in common formats, such as PDF, PostScript, JPEG, GIF, and text, are printed immediately. Other types of documents open in their apps and are then printed.

  • Chinese Character Printing in Smartform (Different Question)

    Hi all,
    Can anyone explain to me further the OSS Note 776507 that Anji Reddy Vangala recently posted?  It involves the preview and printing of different character sets.  Currently I've managed to preview my form correctly, but it still prints out #'s.  Do I need to re-assign the fonts to the printer device or something, or do I need to use a different printer?  The printer I am currently using is an HP 2100.  Please please help, anyone?
    <b>EDIT:</b> Probably a better question would be how to map the conversion font of CNSONG to something that can be read by the printer?
    A copy of the note for everyone's reference:
    OSS Note: 776507
    Symptom
    Documents printed via SAPscript or SmartForms do not print with correct special characters, e.g. ### prints instead of Japanese or Russian characters. What to do?
    Other terms
    SAPscript, SmartForms, printing, device types, OTF
    Reason and Prerequisites
    Help required to choose proper fonts in a SAPscript or SmartForm
    Solution
    When using SAPscript or SmartForms to print (or email or fax) a form from a business application, many factors influence the outcome of the actual text within the form. All these factors must be checked in order to ensure a correct printout:
    1) The language version of the form used to produce the printout.
    Example: If you want to print a French invoice, you need to have a FR version of your SAPscript or SmartForms invoice form RVINVOICE01. And the application program must specify the corresponding language key (FR) when calling the SAPscript or SmartForms API.
    2) The font selections specified in the form (possibly also in a SAPscript style or SmartStyle used in a form).
    Example: In a SAPscript form or a SmartStyle you need to specify HELVE if you want to print German text in Helvetica (or similar) font. If you want to print Japanese text, HELVE is not a valid choice but you need to specify a Japanese font like JPMINCHO in your Japanese form.
    3) The output character set of the device type
    Every printer in transaction SPAD has a "device type" assigned. Device types used by the spooler for printing support only one single specific output character set. All text from the form has to be converted (using SAP's built-in character conversion mechanism) to this output character set.
    A character set can typically support either a single language (e.g. Shift-JIS which supports only Japanese) or a set of languages (e.g. ISO 8859-1, which supports Western-European languages). It is possible that a given language (such as German) can be supported by several output character sets, e.g. you may use either ISO 8895-1 (Latin-1) or ISO 8859-2 (Latin-2) to represent German text. This is so because both character sets contain the special characters used in German.
    Example: HPLJ4000 is a HP LaserJet device type supporting the ISO 8859-1 (Latin-1) character set. ISO 8859-1 can be used to represent e.g. Dutch, English, French, German, Spanish, Swedish but NOT Russian or Japanese.
    As a consequence, it is ok to use HPLJ4000 to print English, German French etc. but not for Japanese or Russian.
    4) The set of available printer fonts for a given device type
    When formatting a document, SAPscript and SmartForms perform an automatic mapping of the font definitions in the form (e.g. "HELVE 14 point bold") and the available printer fonts of the device type. A replacement printer font is chosen, should the specified font selection not be available in the device type. Now this replacement can be problematic if a language-specific font, such as Chinese CNSONG, is specified in a form and it gets replaced by a font which does not support this language, e.g. COURIER.
    To solve this problem, font families in SE73 have language attribute assigned, e.g. some fonts are characterized as being suitable only for certain languages. And when a replacement has to be chosen because the original font from the form is not available in the device type, a replacement font is chosen which has the same language attributes.
    If no fonts for the language in question exist in the device type, the resulting font will not be able to print the special characters and you will see "wrong" output characters in the printout.
    Note on SAPscript/SmartForms Print Preview:
    The OTF Print Preview available in Windows GUI (e.g. from transaction SP01) will sometimes not show the "wrong" characters which appear on the final printout. Here is the reason: since the Print Preview runs in Windows environment, it will use Windows fonts to represent the actual printer fonts. A Windows font typically has more available characters (i.e. covers more character sets) than are actually available in a printer's resident font.
    A typical example where the Print Preview will differ from the printout is here: if you have a Chinese PCL5 printer such as CNHPLJ4 and use the Western Latin font COURIER in your document, the print preview will show you Chinese characters if you (by accident) tried to format Chinese characters in COURIER font. This is because Windows will automatically choose a font that can output Chinese characters (which is actually not Courier). But when you print the job on an actual PCL5 printer with resident Western and Chinese fonts, the Courier font will not print any Chinese characters but Western special characters instead, because the printer's resident Courier font does not include Chinese characters.
    Rule of thumb: all Asian device types (e.g. CNHPLJ4, JPHPLJ4, JPPOST, KPHPLJ4) support not only Asian fonts but also COURIER, HELVE and TIMES fonts. But these Latin fonts can only be used to print English text, not Chinese/Japanese/Korean characters.
    Which fonts are suitable for a given language?
    Language(s): Font family to use in a form:
    Latin-1 (Western Europe/Americas) *******
    DE,EN,FR,ES,NL,SV COURIER, HELVE, TIMES
    (LETGOTH, LNPRINT)
    Latin-2 (Central Europe) ****************
    PL, CZ COURIER, HELVE, TIMES
    ISO 8859-4 (Baltic) *********************
    ET, LT, LV COURIER, HELVE, TIMES
    ISO 8859-5 (Cyrillic) *******************
    BG, RU, SR, UK COURCYR, HELVCYR, TIMECYR
    ISO 8859-7 (Greek) **********************
    EL COUR_I7, HELV_I7, TIME_I7
    ISO 8859-8 (Hebrew) *********************
    HE COURIER, HELVE, TIMES
    ISO 8859-9 (Turkish) ********************
    TR COURIER, HELVE, TIMES
    Simplified Chinese **********************
    ZH CNHEI, CNKAI, CNSONG
    Japanese ********************************
    JA JPMINCHO, DBMINCHO, DBGOTHIC
    Korean **********************************
    KP KPBATANG, KPDODUM, KPGULIM
    KPGUNGSE, KPSAMMUL
    Traditional Chinese *********************
    ZF TWDPHEI, TWMING, TWSONG
    Thai ************************************
    TH THANGSAN, THDRAFT, THVIJIT
    Arabic (Unicode systems only) ***********
    AR ANDALE_J
    Verify your output by examining the OTF data
    When analysing printing problems of this type, be sure to check the OTF data which gets produced by SAPscript or SmartForms. OTF or "Output Text Format" is the intermediate page-description format generated from SAPscript or SmartForms. OTF will contain the final printer font names and character set/language identifiers which help to solve the problem. OTF will even name the form and the language of the form used to create the output.
    The easiest way to do this is to create a spool request from your application, run transaction SP01, use menu
    Goto->Display Requests->Settings
    and choose
    Display Mode: Raw
    Now display your spool request. If this is a SAPscript or SmartForms spool request, you will see OTF data. Each line represents one OTF command, every command starts with a 2-character cmd identifier and possibly some cmd parameters follow.
    Here is an excerpt from a sample OTF file where we highlight the most interesting commands:
    //XHPLJ8000 0700 00000000001
    IN04EALEXTEST_ZEBRA
    IN05%PAGE1
    OPDINA4 P 144 240 1683811906000010000100001
    IN06%WINDOW2
    MT0024401289
    CP11000000E
    FCHELVE 120 00109XSF100SF101110000067E X
    UL +0000000000000
    SW00067
    CT00000000
    ST0453037Dieses SF hat Stil ALEXTEST_ZEBRA mit
    The 1st line with the // (Control) command reveals the device type usedto print: HPLJ8000
    //XHPLJ8000 0700 00000000001
    The 2nd line (IN = Info command) shows the name and (internal 1-char)language key of the form:
    IN04EALEXTEST_ZEBRA
    In this case it is the English (E = EN) SmartForm ALEXTEST_ZEBRA
    The OP-line (OP = Open Page) gives the page format used in the form, it is DINA4 Portrait orientation:
    OPDINA4 P 144 240 1683811906000010000100001
    The CP (CodePage) cmd shows the SAP system codepage used to code the text and the active language. In our case it is codepage 1100 and language E = EN = English.
    CP11000000E
    Finally, the FC-cmd (Font Call) lists a printer font selected within SmartForms. Please note that every SmartForm has a designated default SmartStyle under "Form Attributes->Output Options". In addition, every text node can have a SmartStyle attached (which will override the definitions from the default style for the text). In our case the resulting printer font that was selected is HELVE 12.0 pt bold-off, italic-off.
    FCHELVE 120 00109XSF100SF101110000067E X<b></b><b></b><b></b>

    Hi,
    there a different things to know.
    I produce sapscript forms with cinese and english characters for frontend / backend and archiv printing.
    Please check:
    Editor displays ###: You have to install the chinese language in your e.g. windows-system to display them.
    Script: You have to chose the the font family "CNSONG" (customized for chinese simplified and LATIN).
    Transaction I18N: May you have to set correct subfonts for the unicode areas (Cascading fonts, Standard is Courier).
    You can print in different ways:
    For archiv/PDF: Install the unicode truetype font with chinese characters for the pdf-converter.
    For Frontend: Use the Frontendprinter SAPWIN or SAPWIN*CF (Cascading Font) to send it to the gui (note: SAPLPD does not support it, use the newer technology.....)
    Backend printing: POSTSCRIPT is not yet implemented :-((
    PLease note: What you see in spool / print preview is a simulation of the possible print, but backend print is not frontend preview!!!!
    Regards,
    Christian

  • Printing with differnet printers

    Hi,
    I am developing forms using SAp Scripts. The client sometimes uses inkjet printer else dotmatrix printer. Since we have designed form for inkjet printer in print lay out the alignment for dotmatrix printer considerably varies. Is there a way by which we can design form for the two printers with perfect alignment?
    Rakesh

    Hi
    No, Nothing can be controlled from Form side
    Certain printers doesn't support certain fonts of data and prints not correctly
    see the OSS notes
    OSSNote:960341
    Symptom
    In some device types (e.g HPLJ4, HPLJ5) you experience non-uniform character spacing in the PDF document after the PDF conversion of SAPscript or Smart Forms documents, using HELVE or TIMES fonts. You want to know the reason.
    Other terms
    CONVERT_OTF, SAPscript, Smart Forms
    Reason and Prerequisites
    The problem is not due to an error in the PDF converter but due to the fact, that the printer font, underlying the device type (e.g. Univers or CG Times in PCL-5 device types), is not available for the PDF converter and is either not available in Adobe Reader. The PDF converter has to try to simulate the layout of the printer font by means of a font which is predefined in Adobe Reader. This is done by assigning the letter widths of the printer font to the font used in Adobe Reader.
    The PDF file contains a table with letter widths, used by Adobe Reader in the output of text, for each used printer font (except PostScript fonts).
    Example:
    %Charwidth values from HP4300 HELVE 060 normal
    /Widths
    [ 278 333 500 633 633 1000 758 333 333 333 633...
    Adobe reader converts this width table, by modifying the space between each character, so that the specified letter width (= space between the current and the next letter) is kept.
    This 'Simulation' of printer fonts results in the sometimes visible irregular spaces in PDF.
    The PDF converter always uses the Helvetica Adobe PostScript font for the display of HELVE and the Times Roman Adobe PostScript font for the display of TIMES. However, for these Adobe PostScript fonts, Adobe Reader often uses a Windows TrueType font, which differs slightly from the original PostScript font.
    Solution
    Workaround: Use the POST2 PostScript device type or the PDF1 PDF device type for the PDF conversion of documents in the Latin-1 character set. They both use the Adobe PostScript fonts Helvetica or Times Roman for the HELVE/TIMES printer fonts.
    Header Data
    Release Status: Released for Customer
    Released on: 30.06.2006  12:44:06
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    OSS Note: 776507
    Symptom
    Documents printed via SAPscript or SmartForms do not print with correct special characters, e.g. ### prints instead of Japanese or Russian characters. What to do?
    Other terms
    SAPscript, SmartForms, printing, device types, OTF
    Reason and Prerequisites
    Help required to choose proper fonts in a SAPscript or SmartForm
    Solution
    When using SAPscript or SmartForms to print (or email or fax) a form from a business application, many factors influence the outcome of the actual text within the form. All these factors must be checked in order to ensure a correct printout:
    1) The language version of the form used to produce the printout.
    Example: If you want to print a French invoice, you need to have a FR version of your SAPscript or SmartForms invoice form RVINVOICE01. And the application program must specify the corresponding language key (FR) when calling the SAPscript or SmartForms API.
    2) The font selections specified in the form (possibly also in a SAPscript style or SmartStyle used in a form).
    Example: In a SAPscript form or a SmartStyle you need to specify HELVE if you want to print German text in Helvetica (or similar) font. If you want to print Japanese text, HELVE is not a valid choice but you need to specify a Japanese font like JPMINCHO in your Japanese form.
    3) The output character set of the device type
    Every printer in transaction SPAD has a "device type" assigned. Device types used by the spooler for printing support only one single specific output character set. All text from the form has to be converted (using SAP's built-in character conversion mechanism) to this output character set.
    A character set can typically support either a single language (e.g. Shift-JIS which supports only Japanese) or a set of languages (e.g. ISO 8859-1, which supports Western-European languages). It is possible that a given language (such as German) can be supported by several output character sets, e.g. you may use either ISO 8895-1 (Latin-1) or ISO 8859-2 (Latin-2) to represent German text. This is so because both character sets contain the special characters used in German.
    Example: HPLJ4000 is a HP LaserJet device type supporting the ISO 8859-1 (Latin-1) character set. ISO 8859-1 can be used to represent e.g. Dutch, English, French, German, Spanish, Swedish but NOT Russian or Japanese.
    As a consequence, it is ok to use HPLJ4000 to print English, German French etc. but not for Japanese or Russian.
    4) The set of available printer fonts for a given device type
    When formatting a document, SAPscript and SmartForms perform an automatic mapping of the font definitions in the form (e.g. "HELVE 14 point bold") and the available printer fonts of the device type. A replacement printer font is chosen, should the specified font selection not be available in the device type. Now this replacement can be problematic if a language-specific font, such as Chinese CNSONG, is specified in a form and it gets replaced by a font which does not support this language, e.g. COURIER.
    To solve this problem, font families in SE73 have language attribute assigned, e.g. some fonts are characterized as being suitable only for certain languages. And when a replacement has to be chosen because the original font from the form is not available in the device type, a replacement font is chosen which has the same language attributes.
    If no fonts for the language in question exist in the device type, the resulting font will not be able to print the special characters and you will see "wrong" output characters in the printout.
    Note on SAPscript/SmartForms Print Preview:
    The OTF Print Preview available in Windows GUI (e.g. from transaction SP01) will sometimes not show the "wrong" characters which appear on the final printout. Here is the reason: since the Print Preview runs in Windows environment, it will use Windows fonts to represent the actual printer fonts. A Windows font typically has more available characters (i.e. covers more character sets) than are actually available in a printer's resident font.
    A typical example where the Print Preview will differ from the printout is here: if you have a Chinese PCL5 printer such as CNHPLJ4 and use the Western Latin font COURIER in your document, the print preview will show you Chinese characters if you (by accident) tried to format Chinese characters in COURIER font. This is because Windows will automatically choose a font that can output Chinese characters (which is actually not Courier). But when you print the job on an actual PCL5 printer with resident Western and Chinese fonts, the Courier font will not print any Chinese characters but Western special characters instead, because the printer's resident Courier font does not include Chinese characters.
    Rule of thumb: all Asian device types (e.g. CNHPLJ4, JPHPLJ4, JPPOST, KPHPLJ4) support not only Asian fonts but also COURIER, HELVE and TIMES fonts. But these Latin fonts can only be used to print English text, not Chinese/Japanese/Korean characters.
    Which fonts are suitable for a given language?
    Language(s):            Font family to use in a form:
    Latin-1 (Western Europe/Americas) *******
    DE,EN,FR,ES,NL,SV       COURIER, HELVE, TIMES
                            (LETGOTH, LNPRINT)
    Latin-2 (Central Europe) ****************
    PL, CZ                  COURIER, HELVE, TIMES
    ISO 8859-4 (Baltic) *********************
    ET, LT, LV              COURIER, HELVE, TIMES
    ISO 8859-5 (Cyrillic) *******************
    BG, RU, SR, UK          COURCYR, HELVCYR, TIMECYR
    ISO 8859-7 (Greek) **********************
    EL                      COUR_I7, HELV_I7, TIME_I7
    ISO 8859-8 (Hebrew) *********************
    HE                      COURIER, HELVE, TIMES
    ISO 8859-9 (Turkish) ********************
    TR                      COURIER, HELVE, TIMES
    Simplified Chinese **********************
    ZH                      CNHEI, CNKAI, CNSONG
    Japanese ********************************
    JA                      JPMINCHO, DBMINCHO, DBGOTHIC
    Korean **********************************
    KP                      KPBATANG, KPDODUM, KPGULIM
                            KPGUNGSE, KPSAMMUL
    Traditional Chinese *********************
    ZF                      TWDPHEI, TWMING, TWSONG
    Thai ************************************
    TH                      THANGSAN, THDRAFT, THVIJIT
    Arabic (Unicode systems only) ***********
    AR                      ANDALE_J
    Verify your output by examining the OTF data
    When analysing printing problems of this type, be sure to check the OTF data which gets produced by SAPscript or SmartForms. OTF or "Output Text Format" is the intermediate page-description format generated from SAPscript or SmartForms. OTF will contain the final printer font names and character set/language identifiers which help to solve the problem. OTF will even name the form and the language of the form used to create the output.
    The easiest way to do this is to create a spool request from your application, run transaction SP01, use menu
    Goto->Display Requests->Settings
    and choose
    Display Mode: Raw
    Now display your spool request. If this is a SAPscript or SmartForms spool request, you will see OTF data. Each line represents one OTF command, every command starts with a 2-character cmd identifier and possibly some cmd parameters follow.
    Here is an excerpt from a sample OTF file where we highlight the most interesting commands:
    //XHPLJ8000    0700 00000000001
    IN04EALEXTEST_ZEBRA
    IN05%PAGE1
    OPDINA4  P 144  240 1683811906000010000100001
    IN06%WINDOW2
    MT0024401289
    CP11000000E
    FCHELVE  120  00109XSF100SF101110000067E X
    UL +0000000000000
    SW00067
    CT00000000
    ST0453037Dieses SF hat Stil ALEXTEST_ZEBRA mit
    The 1st line with the // (Control) command reveals the device type usedto print: HPLJ8000
    //XHPLJ8000    0700 00000000001
    The 2nd line (IN = Info command) shows the name and (internal 1-char)language key of the form:
    IN04EALEXTEST_ZEBRA
    In this case it is the English (E = EN) SmartForm ALEXTEST_ZEBRA
    The OP-line (OP = Open Page) gives the page format used in the form, it is DINA4 Portrait orientation:
    OPDINA4  P 144  240 1683811906000010000100001
    The CP (CodePage) cmd shows the SAP system codepage used to code the text and the active language. In our case it is codepage 1100 and language E = EN = English.
    CP11000000E
    Finally, the FC-cmd (Font Call) lists a printer font selected within SmartForms. Please note that every SmartForm has a designated default SmartStyle under "Form Attributes->Output Options". In addition, every text node can have a SmartStyle attached (which will override the definitions from the default style for the text). In our case the resulting printer font that was selected is HELVE 12.0 pt bold-off, italic-off.
    FCHELVE   120  00109XSF100SF101110000067E X
    Header Data
    Release Status: Released for Customer
    Released on: 22.08.2005  09:57:20
    Priority: Recommendations/additional info
    Category: Customizing
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    BC-SRV-SSF Smart Forms
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • How can I print with the black and white cartridge only?

    I am trying to print using the black and white cartridge only because magenta is out of ink but I'm getting the following error message in HP Photosmart C7200 series print dialog:
    The printer is out of ink.
    The following ink cartridges are empty: Magenta. Replace these ink cartridges to resume printing.
    How can I print with the black and white cartridge only?
    Mac OSX 10.7.3
    HP Photosmart C7280 (7200 series)
    This question was solved.
    View Solution.

    I am absolutely disgusted by this; clearly a scam from HP to make more money by selling extra ink cartridges!!  I will make sure to never buy any products from the shoddy rip off merchants at HP ever again!!
    You should be ashamed!!

  • Unable to print with my Canon PIXMA IP 4700 and JetDirect network appliance

    After many tries I decided to post my question.
    I have a Canon PIXMA IP 4700 connected to the network with a Jetdirect 175X box. So I tried to add a new printer with a "HP Jetdirect Socket" port. I have previously installed the driver from the official website. The test page is staying on the spooler.
    I also tried with LPD port (supported by the Jetdirect box) and IPP but nothing is working.
    When the printer is directly connected with USB, it's working fine. Printing from my others Windows computers is working fine too since many months.
    Thank your for your help.

    Hello and welcome to Apple Discussions.
    Your problem is being caused by the Canon driver. It cannot be used when the printer is connected to the USB port of a 3rd party print server, or if shared by Windows.
    The solution is to use a driver like Gutenprint or PrintFab. Gutenprint is preferred because it is free (it ships with OS X) however the iP4700 is not listed as a supported model. The iP4600 is listed so you could try selecting this model in the Print Using menu (shown as Canon PIXMA iP4600 - Gutenprint v5.2.3). If the iP4600 Gutenprint driver does not work that well then you could look at using [PrintFab|http://www.printfab.net] which does support the iP4700. It costs €49 but there is a 30 day trial so at least you can try it before committing to buying.
    Another option would be to use a Airport device, like the Express, instead of the Jetdirect print server. With the printer connected to its USB port you can then use the Canon iP4700 driver on the Mac.

  • Upgraded to ios6 on my iphone 3gs and email is not displaying images. It has a blue box with a blue question mark inside

    I just upgraded to ios 6 on my iphone 3gs and I noticed on a couple of incoming emails that the images and information are not being displayed. There is a blue square box with a blue question mark inside. I already tried to press the home key and power key to restart. The email still does not display correctly. I went on my laptop to retrieve that same email and I was able to see the graphics and information, so the problem is on the iphone. I received two emails like this, so I'm missing all the important information. I also tried to retrieve my email through the internet browser and I still have the same problem. Any suggestions? Thanks!

    I forgot to mention that I have an Ipad 2 also and I can view the email information on there also. I received an email from Party city and it said to click here to print out the coupon. So I click the coupon and there is the little blue box with the question mark. This is the first time I've seen this happen, as I have printed out the coupons before. Maybe it has to do with the IOS6 update, because this just started to happen right after the update.

  • Need instruction on how to print with HP Officejet 6210

    this is with a powerbook G4 1.5, OS 10.4.5, and an HP Officejet 6210 with newest drivers (released 8/06).
    I've used an HP PSC950 for years, connected to my AEBS with USB, using Felix's instructions for setting up the foomatic/hpijs driver, always worked great. Once in a while it would go out on me, rarely, and i'd reinstall the driver and it would work again.
    Several months ago, i was trying to print something on Mapquest and i gave too many commands at once and the system got confused and ever since then, it won't print wirelessly, reinstalling the driver didnt' help.
    Also, i'm not sure i'm adapting Felix's instructions to the new OS which doesn't exactly match the instructions.
    Anyway, haven't had wireless printing in months. Finally tonight, i went out and got a new printer, the HP Officejet 6210, first checking and finding it on the compatability list, both Felix's list and HP's list.
    I set it up, it works fine with direct computer/printer USB connection.
    I just don't know how to set up the Mac to print with the 6210. I have the 6210 connected to the AEBS with USB cable. I dont know what else to do.
    I went to an HP page where it gives step by step instructions for USB to Airport instructions.
    http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&cc=us&docname=c00592751&produc t=421991&dlc=en&lang=en
    Step one and two are OK. Step 3 says:
    "Turn on the printer and verify that the wireless mode is enabled. If you need more information on how to enable the wireless mode, see the User Manual which shipped with the printer."
    I have no clue about how to verify that the wireless mode is enabled. In the index of the 6210 User Manual there is not a word about 'wireless.' The word 'network' isn't in there either. Under 'Connection' it doesn't mention anything about wireless printing. So i'm not really able to do this step.
    I tried to do the other steps but if they are talking about the Airport pull down menu in Step 4, there is no printer listed there. I tried to follow step 5 but it leads nowhere.
    Is there some way to set up the Mac the way i set it up for the foomatic/hpijs driver for the PSC 950, so that i can select 10.0.1.1 in the printer menu and print? I tried going into the set up utility and chose Add and chose internet IPP printing and wanted to choose the HP 6210 driver but it wasn't available. There was an HP 6200 series foomatic/hpijs driver--what does that mean? Am i supposed to use that? I chose that and tried to print from 10.0.1.1 but in Print Jobs it just says "10.0.1.1 is busy, will retry in 30 seconds." In other words, it doesn't work. This is what happened when i tried to get the PSC 950 working again too.
    Anyway, the HP instructions don't have anything to do with any of this. They just say to make sure the wireless mode is on and then go to Safari and choose Bonjour and various other things that when i try them, they aren't available as choices.
    I know that someone on these forums was able to use Bonjour to print with their laptop so it must be possible (with Windows however).
    http://discussions.apple.com/thread.jspa?messageID=1494092&#1494092
    Plus HP says they tested the connection with Mac OS and it works. So it must just be a matter of some knowledge i am lacking that would get it working.
    If the printer won't work, i have to return it within 14 days so I need to get on it and try to determine if it will work.
    Could there be a problem with my AEBS, which would explain why i was never able to get my PSC950 to print wirelessly again after that crash on Mapquest?
    Do i need to reinstall the OS?
    I seriously don't think this printer has a wireless mode, otherwise it would be mentioned in the manual. I ran through the menu, tools and preferences (on the printer)--nothing about wireless mode. But why should it need a wireless mode if it's connected by USB cable to the AEBS? Isn't this just a matter of setting up the Mac software to print with Airport?

    i have duplicate posts because when i tried to post the comments on 'question answered', i got a red error message saying i had violated no posting within 30 seconds of the last post. I carefully counted out 30 seconds and then waited some more, but i got the same error when i tried to post it again. so then i clicked on the Reload or Refresh browser button, "are you sure you want to send this page again?" yes. then i tried sending the answer comments again and it posted, a long with two duplicates.
    What ever happened to the Edit and Delete post buttons that used to be available on this site, for a short time after posting?

  • HP Photosmart C5580 and MacBook Pro Snow Leopard wireless printer with router

    I have a macbook pro OSX operating system and a C5580 HP Photosmart printer.  I have spent hours with netgear as I did purchase a new router getting my macbook pro to print wirelessly.  Whatever the fix it is temporary and my private tech has to take control of my computer to get to work again.
    1. am I printing with bluetooth? through router? 
    2. what is happening whenever it gets out of sync and how can I fix myself?
    3. computer says "idle" but shows device connected.  I can print test page wirelessly, but not current document. Documents print when I connect with usb cable.
    I felt I should contact HP since I think it is their problem though netgear has been very helpful.  I understand that I do need USB to scan, but shouldn't have to have it to print. We have downloaded all of the most current drivers and software. 

    Tell me about your network - router brand/model, encryption type (WEP, WPA, etc) and ISP type (DSL, Cable, etc).
    If you loaded the HP software from the printer CD and unless your CD says it specifically supports 10.6 Snow Leopard, you must uninstall the software using the 'scrubber' option:
    Go to Applications/Hewlett Packard/ click on HP Uninstaller
    Click on Continue
    Highlight your device on the left pane
    Hold the Ctrl, Opt and Cmd keys and click on Uninstall
    There will be a pop up that asks if you are sure you want to uninstall ALL hp software. (At this point, if you continue, any HP printers you have installed will need to be reinstalled)
    Click Continue and let it finish
    Restart your Mac
    Now, run a Software Update.
    Next, remove and re-install the printer in System Preferences, Print & Fax.
    You do not need the software now since Snow Leopard has both print & scan drivers built-in. Scan from Preview or Image Capture apps. Scanning from the front panel of the printer does not yet work.
    Answers:
    1. No, routers don't do bluetooth.  If they are wireless routers they use wi-fi (802.11).
    2. I don't know, you have not told me enough about your symptoms or system.
    3. Same as #2.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • HP laserjet 1200 using windows7, cabled to the printer with a usb to parallel adapter

    HP laserjet 1200 using windows7. My computer has USB ports, but no parallel port, so the computer is cabled to the printer with a usb to parallel adapter. Sometimes works fine, sometimes system states printer as ready, but will not print. Reboot hardware and on restart, I got one page to print. Next attempt to print puts the document in cue, but just sits there -- no error message. Finally, after multiple restarts, I got it to print (have no idea how), but now I had to print 20 pages one page at a time. It will not print more than one page, even if I select to print 20. Next time I start the computer I don't know if the printer will print. Do you need to use the same USB port each time, Or are the USB to parallel adapters undependable?
    This question was solved.
    View Solution.

    Hey renradd!
    Unfortunately, parallel to USB adapters can be undependable. Other than a new printer, I'm not sure what would provide you with a fix for this problem. You might try another adapter if you have one, but if that still doesn't work I would look into a printer that your computer could support.
    Hope this helps!
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • HP Officejet Pro 8000 wireless wont print with iPhone 5s

    This printer billed as Wireless that I purchased in 2011 wont print with IPhone or iPad because it is not on list of Air Print devices So I was told by HP to buy a new one and since it wasnt equipped with HP's "eprint" the app thats out there to make up for this will not work. I was speaking to sales person to avoid paying but I cant believe this. There are better printers but that doesnt make this a throw away. and who wants to buy a wireless printer that wont print wirelessly? Help!
    This question was solved.
    View Solution.

    Hi there Hank,
    Sorry to hear you're having a rough go with the printer.
    As for the 8000 wireless, I would guess that you got a newbie tech rep on the phone. I couldn't figure out why they said there's no workaround, because I had been able to get older printers going with HP troubleshooting documents. So here are a few that might help:
    1. Install the printer on your network (if it isn't already) Installing the Printer Software for a Wireless Network Connection
    2. Download the HP E-Print Mobile App for iOS. It should still work with non- eprint printers: https://itunes.apple.com/ca/app/hp-eprint/id299531​647?mt=8
    3. Take a glance at this tutorial video, for some quick tips on getting started: http://www.youtube.com/watch?v=l1z1pSC8WHI
    Hope this helps
    *** If my reply was helpful, please click on the "Kudos Thumbs-Up" on the right, as a way to say "Thanks!".
    If this reply also fixed your issue - please click the "Accept as Solution" button, so that others can find the same answer. ***

  • Can't print with airport usb connection only

    i have spent the last 3 days searching for help to fix my problem - PLEASE HELP!!!
    using:
    imac osx 10.6.8
    canon image class mf8350cdn
    airport extreme base station
    I cannot seem to print wirelessly with my imac using just the USB connection on the airport router.  I can print with the printer locally when it's "hardwired" directly to a usb on the back of the imac.  I can print if i connect a cat5 network cable from the printer to the airport. i can print wirelessly with a PC when the printer is connected with a usb to the airport.  i just can't do this with my imac via the usb connection on the router.  my error message is a Canon CMFP Printer Driver telling me printer is not responding - check the power.....try sending again.
    I believe i have tried everything!!!  While i am newer to mac and not the greatest at networking, i have manipulated every setting to match up with all of the online help i can get (trying to not have to send this question!!) and no luck.
    i have deleted printers and jobs, reinstalled everything, i changed the cable, downloaded the latest drivers from canon and apple, i updated the firmware on the printer. i even reinstalled my osx and confirmed all is updated on my imac.
    i don't want to scan or fax this way - so that is not my issue -- it's just plain old printing using that usb port.
    i need all of my other ports on the airport for other things, so i cannot sacrific this one for printing - i just want to use the usb as my printer connection to print with all of the machines i have.
    hope my question makes sense and that someone will take the time to give a reply.
    thanks!!
    p.s. the closest discussion that matches my issue seems to be this one:
    https://discussions.apple.com/message/12367897#12367897
    but, i still can't seem to get there..........

    The most comprehensive set of troubleshooting instructions for printing problems involving Airport printers is found at:
    http://docs.info.apple.com/article.html?artnum=107418
    It is possible your printer simply cannot be made to work in this manner, and is more often than not a problem with multifunction printers.

  • Why won't my printer print with Windows 8?

    Why won’t my printer print with Windows 8?
    Have you just upgraded, or purchased a new computer with Windows 8, and now you can’t get your printer to work?  If so, this may help you.  A lot of people have questions about installing their printer on a new OS.  This will help you answer those questions and make sure that you get everything installed. 
    Before You Start
    Before you try to install the printer on a Windows 8 computer, you should check to make sure the printer is compatible with the new OS.  The link below will give you a list of the printers that will work in Windows 8.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03168175&lc=en&cc=us&destPage=document&dlc=en
    If you have upgraded your computer to Windows 8 form another version of Windows, make sure to completely uninstall all of the software for your printer.  It should still print, but to use all the functions you will need to reinstall the software, if it’s available.
    Another thing to consider is how you want to connect the printer to the computer. 
    USB.  You should make sure that you have a USB cable that is no longer than 6 ft. (roughly 2m).  Make sure to connect the printer directly to the computer.  Do not use a USB hub. 
    Ethernet cable.  Make sure you have the network setup, that you have a free cable port on the router, and that you have an Ethernet cable available.
    Wireless.  You should make sure that you have the wireless network setup, and that you have the password for the wireless network. 
     1.     Installing Via USB
    Installing via USB in Windows 8 has become much simpler for HP printer users.  In other versions of the Windows OS you had to start the installation and wait for it to ask you for the USB connection.  If you didn’t, you would have to uninstall the printer from the Printers/Devices folder, and then start the install.  In Windows 8, that will not be a problem.  If you plug the printer’s USB cable in and then install the printer’s software, it will still work.  Now for in depth instructions on installing the printer via USB click the link below.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03460670&tmp_task=solveCategory&cc=us&dlc=en&la...
    2.     Installing Via an Ethernet Network Connection
    For an Ethernet network connected printer the install is amazingly simple.  All you have to do is connect the printer to the network.  Once you have that done, Windows 8 will automatically install the drivers for you.  Then, all you have to do is install the rest of the software, if it’s available.  It’s really that easy.
    http://www8.hp.com/us/en/support-drivers.html
    3.     Installing Via a Wireless Network Connection.
    For a wireless network connected printer the install is amazingly simple as well.  All you have to do is connect the printer to the network.  Once you have that done, Windows 8 will automatically install the drivers for you.  Then, all you have to do is install the rest of the software, if it’s available.  It’s pretty much the same as an Ethernet install, just wireless.
    http://www8.hp.com/us/en/support-drivers.html
    Alternate Install Methods
    With Windows 8, many printers’ drivers are installed with the OS.  These are known as InOS drivers, since they come built into the operating system.  If you have one of those printers, all you should have to do is connect it to the computer via USB, or connect it to the network via Ethernet or wireless.  Once you have that done Windows will handle the rest.  There are alternate methods of installing your printer if the normal methods are not working for some reason.  You can install the printer either using the Printer Install Wizard, or through Windows Updates. 
    Printer Install Wizard:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02681060&tmp_task=solveCategory&cc=us&dlc=en&la...
    Windows Update:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03460648&tmp_task=solveCategory&cc=us&dlc=en&la...
    Note: The Laserjet drivers for the Asia-Pacific and Japan won’t be released until a later date.  Check the support site linked below for driver availability.  I will update this post once they become available.
    http://www8.hp.com/us/en/support-drivers.html
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------
    This question was solved.
    View Solution.

    Hope this answers some questions.  
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • HP Photosmart C6380 not scanning or photo printing with Windows 8

    Just purchased HP M6/1125DX/15j with Windows 8. My current HP printer is an HP Photosmart C6380 All In One.  The printer does work but the photo part and scanning icons no longer appear that were on my desktop before. I tried to download the whole program that said would update my printer but after 6 tries at an hour each, at the end it just said my download was cancelled. Is there any chance my printer will be supported by Windows 8 and how do I do that if I can't download.  Or am I stuck buying a new printer? Thanks
    This question was solved.
    View Solution.

    Hi,
    The C6380 is supported in Windows 8 and has a Full Solution Download.  I would try using the Print Install Wizard to help download and install the drivers.
    Try this link for the Print Install Wizard.
    Print Install Wizard
    Say Thanks by clicking the Kudos Star in the post that helped you. Please mark the post that solves your problem as Accepted Solution.
    I am employed by HP

  • How do I make a 20 X 30 print with layers of 16 X 20, 12 X 18, 11 X 14, 8 X 12, 8 X 10, 5 X 7 and 4 X 6 of the same image to display the different sizes available to someone?  Using Elements 13 with Windows 8.1

    How do I make a 20 X 30 print with layers of 16 X 20, 12 X 18, 11 X 14, 8 X 12, 8 X 10, 5 X 7 and 4 X 6 of the same image to display the different sizes available to someone?  Using Elements 13 with Windows 8.1
    A senior citizen needs some help.
    Thanks

    Saving each image as different size - is it an option for you?  I would save images with their name as: 20x30.png, 16x20.png etc etc.
    Or explain whether you want these in a webpage  in which case only one image is necessary and different sizes are displayed with good CSS code.  this is question for Dreamweaver forum if this is what you want.

Maybe you are looking for

  • How do I erase background from gif graphic in Photoshop 7  for use on website?

    I am using Photoshop 7 and am trying to convert a jpg photo from my camera to a gif that I can use on  my website.  I erased a background on a photo with checkerboard pattern) one time (that's what I am trying to find again) and I can't find that era

  • Artist banner in itunes 11

    I have the latest version of itunes and I don't like the banner that appears on the left when you click artists. For some reason I have about 20 instances of "various artists" appearing on this list and it looks a mess, it seems to be caused by the o

  • Dividing a project into two projects

    How do I divide my project into two projects so that I can burn it to a DVD? I have 2hrs 40 mins and this is too long. thanks!

  • 8.0.2 Updater Failed?

    Don't know if this is an error but I've run the 8.0.2 update which work fine and says that it has succesfully updated Dreamweaver, however, if I look at the Help -> About Dreamweaver screen it shows Version 8.0. Similarly, if I browse to the install

  • How can I check the all schedule CM jobs' time?

    Dear all: How can I check the all schedule CM jobs' schedule time? my environment is : EBS 11.5.9 | DB:ORACLE 9.2.0.8 | PLATFORM: LINUX redhat 4.0* Regards Terry Edited by: Terry Chen on 2010/4/14 下午 7:12