Printing in Mac OS X

Hello all,
I created a printable class that works in Windows and Linux, but for some reason will not work on Mac OS X. It either prints a blank page or throws a nasty exception:
Exception in thread "Thread-0" java.lang.NullPointerException
at javax.swing.plaf.metal.BumpBuffer.fillBumpBuffer(MetalBumps.java:183)
at javax.swing.plaf.metal.BumpBuffer.<init>(MetalBumps.java:148)
at javax.swing.plaf.metal.MetalBumps.getBuffer(MetalBumps.java:71)
at javax.swing.plaf.metal.MetalBumps.paintIcon(MetalBumps.java:97)
at javax.swing.plaf.metal.MetalScrollBarUI.paintThumb(MetalScrollBarUI.java:242)
at javax.swing.plaf.basic.BasicScrollBarUI.paint(BasicScrollBarUI.java:301)
at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
at javax.swing.JComponent.paintComponent(JComponent.java:541)
at javax.swing.JComponent.paint(JComponent.java:808)
at javax.swing.JComponent.paintChildren(JComponent.java:647)
at javax.swing.JComponent.paint(JComponent.java:817)
at javax.swing.JComponent.paintChildren(JComponent.java:647)
at javax.swing.JComponent.paint(JComponent.java:817)
at javax.swing.JComponent.paintChildren(JComponent.java:647)
at javax.swing.JComponent.paint(JComponent.java:817)
at javax.swing.JLayeredPane.paint(JLayeredPane.java:557)
at javax.swing.JComponent.paintChildren(JComponent.java:647)
at javax.swing.JComponent.paint(JComponent.java:817)
at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21)
at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97)
at java.awt.Container.paint(Container.java:1312)
at apple.awt.CComponent.print(CComponent.java:130)
at apple.awt.ContainerModel.print(ContainerModel.java:633)
at java.awt.GraphicsCallback$PeerPrintCallback.run(GraphicsCallback.java:85)
at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
at java.awt.Component.printAll(Component.java:2532)
at PrintUtilities.print(PrintUtilities.java:111)
at apple.awt.CPrinterJob.printToPathGraphics(CPrinterJob.java:509)
JavaAWT: Assertion failure: Java exception thrown
JavaAWT: File src/macosx/native/apple/awt/util/AWTException.m; Line 40
JavaAWT: Assertion failure: _javaException
JavaAWT: File src/macosx/native/apple/awt/util/AWTException.m; Line 48
2004-06-28 10:34:43.295 java[448] PMSessionEndDocumentNoDialog failed (error code = -30879)
2004-06-28 10:34:43.297 java[448] *** -[NSAutoreleasePool dealloc]: Exception ignored while releasing an object in an autorelease pool: NSInternalInconsistencyException Failed to end PMPrintContext
*** malloc[448]: Deallocation of a pointer not malloced: 0xbfffc7c0; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
I am using Java 1.4.2. Any ideas?
Here is my code:
import java.awt.*;
import javax.swing.*;
import java.awt.print.*;
public class PrintUtilities implements Printable {
  private Component componentToBePrinted;
  public static void printComponent(Component c) {
    new PrintUtilities(c).print();
  public PrintUtilities(Component componentToBePrinted) {
    this.componentToBePrinted = componentToBePrinted;
  public void print() {
    PrinterJob printJob = PrinterJob.getPrinterJob();
       PageFormat pageFormat = new PageFormat();
       printJob.setPrintable(this, pageFormat);
       if(printJob.pageDialog(printJob.defaultPage()).getOrientation()==pageFormat.LANDSCAPE){
         try{
                 pageFormat.setOrientation(pageFormat.LANDSCAPE);
          catch(java.lang.IllegalStateException ise){
                  System.out.println("Print error...\n"+ise);
      printJob.setPrintable(this,pageFormat);
       if (printJob.printDialog()){
           try{
                printJob.print();
           catch(java.awt.print.PrinterException pe){
                System.out.println("Could not print...\n" + pe);
  public int print(Graphics g, PageFormat pageFormat, int pageIndex) {
     if (pageIndex > 0) {
     return(NO_SUCH_PAGE);
     else {
          Graphics2D g2d = (Graphics2D)g;
          Toolkit toolkit = componentToBePrinted.getToolkit();
          /* scaling is added to fit printout of maximized birdseye
          window onto a 8.5 X 11 sheet of paper
          Dimension screenSize = toolkit.getScreenSize();
          /** It is important that translation be done before the scaling.
          * Failure to follow this order will result in unusual behavior
          * such as strange cropping
          g2d.translate(pageFormat.getImageableX(),
          pageFormat.getImageableY());
          g2d.scale(.45,.45);
          //g2d.scale(scaleX,scaleY);
          // speeds up printing process
          disableDoubleBuffering(componentToBePrinted);
          componentToBePrinted.printAll(g2d);
          enableDoubleBuffering(componentToBePrinted);
          return(PAGE_EXISTS);
  public static void disableDoubleBuffering(Component c) {
    RepaintManager currentManager = RepaintManager.currentManager(c);
    currentManager.setDoubleBufferingEnabled(false);
  public static void enableDoubleBuffering(Component c) {
    RepaintManager currentManager = RepaintManager.currentManager(c);
    currentManager.setDoubleBufferingEnabled(true);
}Thanks

pharmastat59 wrote:
Trouble printint to a Dell Laser MFP 1815dn.
Check if the Dell driver is PPC. If it is, and if you installed the first version of Apple's latest Security Update, then that's probably where the issue is, because it broke Rosetta, the software which runs PPC code under SL. Re-install the Sec Update (the problem is fixed in v1.1, which replaced the goofy version on Apple's servers) through Software Update or by downloading it again, then re-install the Dell driver, and try again.
Apple stuff is great, except for their casual disregard of their customers who want to use any product that is not Apple
I'm sorry, but that's non-sense. I'm no fan of Apple, but they're no better and no worse than any large corporation of this type. Mostly, they do things which make business sense as they see it -- which is exactly what you'd want, if you had serious money invested in Apple shares -- wouldn't you?
In this instance, it was up to Dell to release an Intel Mac driver for this printer/scanner, which is, what, 5 or 6 years old? If they didn't, it was probably because they decided it didn't make business sense for them to spend money on developing and testing one. Keep in mind that Dell and Apple and Microsoft and all the rest are in business to make money, not to support every single customer for ever and ever and a day.

Similar Messages

  • When I am trying to use my printer with mac it will not print anything and says missing plug???  Help???

    I have usb cord from printer to Mac cannot print anything and says missing plug???  Anyone who can help me?  I do not understand what missing plug means?

    What Mac?
    What Mac OS X?
    What Printer?
    What software are you trying to print from?
    What sort of stuff are you trying to print? {just text, text and some diagrams, graphics, photos, animated Giffs, movies, something else}

  • Can't print to Windows 7 shared printer from Mac OS Lion

    Dear all,
    I would like to share my experience battling to figure out how to print to Windows 7 shared printer from Mac OS Lion. Myself had this problem and looking throughly in internet without success. But finally I figured out the solution by myself, hope this can help other Mac user with similar problem.
    OK, when I try to setup my new MacBook Pro with OS Lion to connect with my Canon MX308 printer attached to desktop with Windows 7 Ultimate,
    1. I simply select System Preferences>Print & Scan.
    2. Then looks for the + sign just below the box to add a new printer.
    3. From the option toolbar above, I select Windows. I have connect this MacBook with my Windows Network, so the workgroup will appear to the left column.
    4. After I select this group, the computer list will appear in the middle column
    5. Then after I select the computer which my printer connected to, my printer sharename will appear in the right column
    6. Last step is to select the printer I want to use.
    7. After that it will automatically put your printer sharename to the "Name". And then I select my printer driver at "Print Using" and find my printer manufacturer which is Canon MX300 series from driver lists. Finish!
    My printer appear in the Printers List. But the problem is everytime I try to print there will be error message saying "ON HOLD Authentication Required".
    This problem start to kill me, I search all around for similar problem, but the solution was never worked for me!
    Until just now I figured out accidentally for the solution.
    THE PROBLEM LIES ON MY PRINTER DRIVER!!!! Although I have downloaded the most update driver from Apple site and Apple Software update said there is no more update for my system!
    The solution for my problem is Gutenprint Printer Driver! You can download this driver at http://gimp-print.sourceforge.net/MacOSX.php, then select for the latest driver gutenprint-5.2.7.dmg. Install this driver!
    Then back to Print & Scan in System Preferences, then right click on Printers List box, then choose "Reset Printing System..." to clear the previous failed printers.
    After that, repeat the above step 2 - 7. Only for the last step I need to select the Printer Driver for my Canon MX308 for the driver name : "Canon PIXMA MX300 - CUPS+Gutenprint v5.2.7"
    Now I can sleep as a baby knowing that my printer make a friend with my new Macbook Pro! Hope this will help others!

    I have the same setup but with a Canon MX850.  This did not fix my problem. 

  • How to print from mac pro to 7520

    Trying to print from Mac ProBook to my HP 7520 all-in-one printer. I don't want to use USB nor WiFi. How do I set that up?
    This question was solved.
    View Solution.

    Hi Beverly,
    Thanks for clarifying.
    So you would like to use a wireless connection without using a Wireless router.. that can be done using the HP Wireless Direct feature which create a wireless network, hosted by the printer itself:
    On the printer control panel, touch the Wireless icon ( ).
    Touch Settings , and then touch Wireless Direct . The Wireless Direct Settings menu displays.
    On the printer control panel, touch Wireless Direct again, and then choose a security option:
    Touch On (No Security) if you do not want to use a passcode to connect, Touch On (With Security) if you want to use a pre-assigned passcode to connect and then touch Yes to continue
    NOTE: If Auto-Off is enabled, touch OK when the control panel prompts you to disable Auto-Off .
    Touch Display Password , and then touch OK to continue.
    5.  From the Mac click the Wi-Fi icon, select Join Other Network and then click Show Network.
    6.  Select the Wireless Direct network of your printer, it will include 7520 within its name.
    7.  Now you may install the Software from the link below:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=al-106189-3&cc=us&dlc=en&lc=en...
    If you leave the truck, I believe the Mac should reconnect to the network automatically but I'm not sure, you may have to click the Wi-Fi icon and select the Wireless Direct network when getting back.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Any ideas how can install an old Canon BJC80 printer on mac osx 10.5 can only find windows drivers on the disk or on canons website!

    Hi have just got a second hand Canon BJC-80 laptop printer and am trying to install on an imac running 10.5 I have been on the canon website and can only find drivers for windows based operating systems. Tried the add printer but nothing in the list. help.

    I think the sitation with the Canon BJC-80 is a little confused.  I think the Canon web site is confused.
    I get conflicting information. I suggest trying Gutenprint and Gimp-Print for Mac OS X. Gimp-Print is the older name for Gutenprint.
    I haven't had much luck with Gimp-Print.  Hopefully you will do better.
    http://gimp-print.sourceforge.net/p_Supported_Printers.php
    Doesn't list the BJC-80 as support in Mac OS X.
    Available in Lion
    http://support.apple.com/kb/HT3669
    Canon BJC-80 - Gutenprint v5.2.3
    5.2.3
    P
    Available in Windows 7
    http://www.microsoft.com/windows/compatibility/Windows-7/en-us/Details.aspx?type =Hardware&p=Canon%20BJC-80%20Inkjet%20Printer&v=Canon&uid=Q302340US1&pf=2&pi=4&c =Printers%20%26%20Scanners&sc=Ink-Jet%20Printers&os=64-bit

  • Can't print to windows Vista printer from Mac OS 10.6.7

    Hi All,
    Proud new owner of iMac 27" and have successfully managed to set up file sharing between my new Mac and current Windows Vista machine.  Windows is attached to a Belkin 54g wireless router.  A Canon MP960 is attached to the Windows machine via USB.  The Mac is working with the network via Airport. 
    Problem is that I can't see the printer from the Mac.  I have tried manually setting up the printer to be shared with the Mac via:
    Mac OS X v10.5 or later
    Choose System Preferences from the Apple menu.
    Choose Print & Fax from the View menu.
    Click the + button to add a printer.
    Press the Control key while clicking the "Default" icon (or any other icon on the toolbar), then choose Customize Toolbar from the contextual menu that appears.
    Drag the Advanced (gear) icon to the toolbar.
    Click Done.
    Click the Advanced icon that was added to the toolbar.
    Choose Windows from the Type pop-up menu.
    In the URL field, type the printer's address in one of the following formats:
    smb://workgroup/server/sharename
    smb://server/sharename
    Note: "workgroup" is the name of the Windows workgroup that the computer sharing the printer belongs to. "server" is the name of the computer sharing the printer (or its IP address). "sharename" is the shared Windows printer's share name. If the share name contains spaces, replace each space with "%20" (without quotation marks).
    Tip: You don't need a "workgroup" when specifying the IP address of the computer (such as when the printer is on a different subnet), or if your Mac belongs to the same Windows (SMB) workgroup.
    In the Name field, type the name you would like to use for this printer in Mac OS X.
    Choose the appropriate PPD or printer driver from the "Print Using" pop-up menu.
    Click Add
    I have also allowed printer sharing on the windows machine.  I still can't print!
    Can anyone please help?  Are there some settings I could have missed? 

    I have the same setup but with a Canon MX850.  This did not fix my problem. 

  • Anyone unable to print from Mac Pro using lion 10.7.2 to HP LaserJet M1319f mfp

    I'm unable to print from Mac Pro using lion 10.7.2 to HP LaserJet M1319f mfp. The HP website says that the HP LaserJet M1319F MFP is compatible with Lion 10.7.2.  Every time I try to perform a Test print I get an Error msg.  I'm using driver version 1.3.0.261

    https://discussions.apple.com/message/23765195#23765195

  • Pdf printing problem Mac OSX Snow Leopard Canon MP620 Pixma printer

    After upgrading Adobe Reader version 9.3 to version 10 I cannot print pdf documents using Canon MP620 Pixma printer. Mac OSX Snow Leopard operating system. All other prining works OK. Never had problem before Error message "pstopdffilter/ pstocupsraster failed with err no. 13" comes up. What has happened and how do I put it right?

    See this link for a solution:
    http://forums.adobe.com/message/3476912#3476912

  • How to hide or rename the HP Printer's Mac address from Lion Finder Sidebar

    I have an HP d100a all in one printer, and since upgrading to OSX 10.7 (Lion), my printer's mac address shows up in the Finder Sidebar under Shared devices. I understand this is for the printers SD card slot to be shared over my network, however the name is not user friendly.
    Is there a way to rename what is displayed in the Finder window, from the devices mac address to a friendlier name?
    If not, is there a way to disable the sharing of the SD card slot so it is hidden from the sidebar completely?
    I have found several posts from people not knowing what this entry is, but I have not managed to find any posts that explain how to rename or hide the entry.
    Any help would be greatly appreciated. 

    I have also registered to this forum to inform that the problem with showing the MAC-address in the sidebar of the finder is still not solved.
    The strange thing is that the Embedded Web Server says:
    "This specifies the Bonjour domain name assigned to the device, in the form <host name>.local. If a user-specified host name has not been assigned, the default host name HPxxxxxx is used, where xxxxxx are the last 6 digits of the LAN hardware (MAC) address. This option cannot be modified."
    But I did assign a user-specified host name and that name does show-up everywere (also within Bonjour), except in the sidebar of the finder (hp###xx##x####). Lots of people have the same issue, when searching on the interet, but not one has found the solution.
    Please help with solving this issues?

  • How do I share printing between mac and Vmware Fusion?

    I am trying to print from mac and from Windows XP installed in a virtual machine via VMWare fusion on my IMac. If I am able to print from Mac then when I switch over to Fusion and try to print it errors stating the the printer is disconnected. If I disconnect the USB and reconnect then it will print. Same with mac if it is printing okay on Fusion and I try to print from mac it acts like it is printing but it is not sent to the printer, if I disconnect the USB and reconnect then it prints. Printer sharing and window sharing is on. Any suggestions?

    I suggest you post your question on the Microsoft Mac Office forums as that's where the Office gurus hang out...
    http://answers.microsoft.com/en-us/mac

  • Install Acrobat printer on Mac OS X 10.7.4

    Hello,
    I've just purchased Adobe CS 6 for MAC, including Acrobat and Distiller (version 10.1.1)
    I downloaded CS 6 from apple website and installed it.
    Everything works fine except that it didn't intstall neither Acrobat nor Distiller printers on my system.
    How can I install it?
    Ciao
    Roberto

    Hi Roberto,
    The Adobe PDF Printer doesn't exist on the Mac anymore.  Please see http://helpx.adobe.com/acrobat/kb/cant-print-pdfs-mac-os.html for instructions on how to create Adobe PDF files on Mac OS.
    -David

  • Can't print from Mac to Windows printer

    I have a wireless network of 3 computers and a printer. One is a desktop running XP with the printer attached. The other is a laptop with XP. And the last is a MacBook with 10.4.11.
    I can print from both computers running XP but I can't print from the Mac. The Mac sees the printer and I can add it and try to print from it. When I try to print I get the error message:
    NTSTATUS_NOMEMORY
    I later get the "Unable to connect to SAMBA host, will retry in 60 seconds" message too.

    Be sure the printer name assigned in Windows is not more than 11 alphanumeric characters. Long names with punctuation and the like are known to cause problems.
    Look at:
    Mac OS X 10.4- Can't print to a printer shared by Microsoft Windows;
    Mac OS X- Cannot locate a shared Windows printer;
    Mac OS X- How to manually add a Windows shared printer;
    Setting up to print to a printer shared by a Windows computer via SMB;
    And finally this:
    Monday, July 24 2006 @ 11:00 AM PDT
    Tutorial: Resolving common printer problems
    Mac OS X offers a robust printing system with built-in support for hundreds of devices from a wide body of manufacturers. It's not without flaws, however, and printers often become unrecognized or non-functional after a significant Mac OS X update. Printers connected through hubs or AirPort base stations can also exhibit some frustrating issues.
    Below is a run-down of the most generally successful printer workarounds. Keep trying until one of them sticks.
    Use Printer Setup Repair This tool lets you verify properties of the root user, the Printing Services (lp) user, and Print Operators (lp) groups, reset the printing system, perform CUPS maintenance and more. Run through its set of maintenance tasks before delving into further printer troubleshooting. See how to use it in this article.
    Re-install CUPS If you are experiencing printer issues after applying an incremental Mac OS X update, problems may have occurred with your CUPS installation during the update process.
    The file is available from this Web site: http://www.cups.org/software.php, and is labeled cups-1.2.1.dmg
    Delete then re-add printers/Reset printing system Open Printer Setup Utility, located in Applications/Utilities and look at the "Printer List" Highlight and delete all entries.
    Alternatively, go to the "Printer Setup Utility" menu at the top of the screen and select "Reset Printing System".
    Click the "Add" button and re-add your printer(s).
    Gutenprint and usbtb Some users have been able to resolve printer communication issues by installing the excellent open-source Epson printer drivers available as part of the Gutenprint package (formerly known as Gimp-print) and usbtb, a CUPS back-end for USB printing.
    Remove non-required drivers Removing extraneous drivers from /Library/Printers(name of manufacturer) can sometimes resolve printer issues. Remove files that are for other models than your own.
    Re-install drivers Re-installation of printer drivers from original media or from a Web download (either directly through the manufacturers site or via a search by model/manufacturer on VersionTracker) can resolve some printer issues.
    Try disconnecting from network In some cases, LAN-connected printer, seemingly broken by the Mac OS X update can restored to normal operation by simply disconnecting the device from the network then re-connecting it.
    "Communicator Error" -- try power cycling If you receive a "Communication Error" message when attempting to print after updating to Mac OS X 10.4.5, the first workaround you should try is power cycling the printer, as well as disconnecting then re-connecting it to the Mac.
    Connecting directly to the Mac If you are having printer problems and are using an external USB hub, try connecting the printer directly to your Mac.
    One reader who had success with this method writes:
    "Unfortunately the update to Mac OS X 10.4.6 has eliminated the ability to use my Lexmark Z600 series USB printer on my iMac G5 20" iSight (rev C).
    "I resolved the problem via the following: I unplugged my external USB hub and plugged the printer directly to my computer."
    Disconnect from AirPort and reset For those who are using printers connected to an AirPort Express, Extreme or another wireless device with USB connections, you might want to try the following:
    Disconnect the printer from the AirPort unit (or other router)
    Wait a few minutes
    Plug it back in
    Restart the base station unit
    Check for your printer to appear in AirPort Admin Utility (located in Applications/Utilities)
    Print one copy In some cases, using print one copy instead of the standard print command can result in elimination of crashes that occur during printing.
    Try IP printing instead of AppleTalk Some Macs are unable to see AppleTalk printers that are located on the local AirPort (or other wireless) network. Several users have been able to workaround this issue by using IP printing instead of AppleTalk.
    Last resort -- Archive and Install As a last resort, try performing the somewhat tedious Archive and Install process, then re-upgrading to Mac OS X 10.4.7. This has solved some otherwise inexplicable printer issues for MacFixIt readers.

  • Adobe PDF printer doesn't print in Mac OS 10.5

    Adobe PDF printer doesn't print in Mac OS 10.5
    the printer stops automatically, and you can't make a pdf in this way
    the Enfoocus software uses this PDF printer, to make certified pdf's
    when will this problem solved?

    thnx!
    that solves the problem
    you also can give the file a name too again

  • Photoshop: Printing: via Mac from printer on Windows 7

    Hi all,
    First off - if you know a better place I should be posting this question, please inform.
    I'm trying to print from Photoshop onto a printer connected via a windows computer. I've tried everything and am nearly at the point of paying somebody 40 bucks to just set it up for me. This is a pain since I have to interrupt the person working at the windows computer just to send an order to print.
    Printer: Epson Stylus Pro 9600 Ultrachrome Ink
    Connected to: Windows 7 Computer
    Shared to: iMac 10.8.3
    Set windows to workgroup
    Made sure workgroup same name in Mac
    Set all shared settings in Windows to everyone and allowed everyone to make all changes
    Set printer sharing settings to everyone and allow to print/manage.
    Tried connecting printer from Mac finder: Go > Connect to Server > smb://[IP address] AND smb://[user@computer]/users
    Tried connecting printer from Print & Scan section of System Preferences: + > Windows > workgroup > jim-pc (computer name). It asks me for a name and password at this point. No name and password combination works. Tried "guest" "guest" and that seemed to work until I tried printing. Instead of completing the print job it states something like "Waiting for Authorization". I tried authorizing as "guest" "guest" but the print disappears from the queue.
    Tried connecting from Print & Scan: + > Advanced > Type: LPD/LPR Host of Printer, Device: Another Device, URL: "Ipd://[IP Address]. Left name as IP address. Tried Generic PostScript Printer - didn't work. Tried Epson S9600 drive (updated it)- didn't work. Tried Generic PCL Printer and it actually printed a test page! It left the printer running like it was thinking, though. When I went to print from Photoshop it no longer worked and I couldn't print a test page. I tried the same thing with changing the name to no avail.
    I'm completely at a loss. I've gone over all of the options I've found on other forums. I spent 6+ hours (yep) trying to figure this out on the weekend. If anyone has any ideas, helpful links and/or step-by-step guides I would be grateful. If you need more information or you're part of a site like crossloops and want that $40... I think I'm at that point now!
    Thanks for reading,
    Riley

    You will need a print server software on your Windows machine. There is no way to print directly via a Windows share from Mac.
    Mylenium

  • How to install hp laserjet m1213nf printer in mac os x 10.10.1

    Dear,
     I need your help please.
    I have HP Laserjet M1213nf MFP printer and install in MAC OS X YOSEMITE v10.10.1.
    but i have no drivers for this printer.
    I did check drivers in HP official site and apple store,but it also did not there. 
    I have Downloded drivers from Outside,but it's not working.
    So, please tell me, how can i install the printer in Mac OS X Yosemite 10.10.1 ????
    Thanks & Regards,

    Hi kishan143,
    As i understand you are unable to download the drivers for laserjet printer. Please click on the link below and download and install the printer. 
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategor​y?cc=us&dlc=en&jumpid=reg_r1002_usen_c-001_title_r​...
    Please go ahead and download and install and incase if you require any further issues u can get back to us and we will assist you in resolving the issue. 
    --Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"
    Regards
    Aneesh 
    Although I am an HP employee, I am speaking for myself and not for HP.
    --Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • Office jet 6100 series not printing from Mac OS X 10.9.3

    office jet 6100 series not printing from Mac OS X 10.9.3. This seems to have happened suddenly. USB hardwired to a new Macbook Pro. HP Inkjet 6 Driver 2.0.3 Any ideas? 
    This question was solved.
    View Solution.

    I would recommend resetting the printing system, then rebooting the mac to allow it to scan for the usb connection to the printer. It should then automatically add the printer back, and if any other updates are needed, it'll ask you to install htem
    http://support.apple.com/kb/PH14141
    *** 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. ***

Maybe you are looking for

  • Form won't email, ISP won't help

    Hi guys, I followed this tutorial to build a form: http://www.peachpit.com/articles/article.aspx?p=1332862 but when it comes to getting the form content emailed, the tute says to insert just a URL. And even though the tute purports to show the author

  • How do I highlight text in the new Pages?  It's not clear.

    I have the new version of Pages.  And it appears that highlighting of text is an issue.  This is a basic function. I found there is one quick key version, but doesn't clearly explain how to change highlighting colours.  How to get into it. I have to

  • Help with logical model

    Hi, I am new to this software and need some help with a simple logical model. Here is the task: I need to create a model for a parking garage. Each level can have any number of lots. There are different types of lots (handicapped, women, regular, ...

  • Acrobat Pro 9.4.5 digital signing, menu gray but properties says allowed

    I have a document that had the signing menu gray/disabled. I tried going to Advanced->Security->Remove Security. The dialogue said "You Cannot change security on this document because the document enables extended features in Adobe Reader. You can sa

  • Is there a way to improve a photocopied picture?

    Hi, I would appreciate some help here. Is there a simple way to improve the look of photocopies of family pictures? Scanning did't happen and now I don't have possesion of the family album. I have started to scan in the photocopies and they look Ok,