Printer engaged but nothing is printed out

Dear Applites,
I have an HP printer hooked up to my desktop apple- OSX. I have no problem printing something off the internet but for some reason I can't print anything I've word processed. i.e. Appleworks. The printer goes through the motions as if printing something, but alas, out pops a blank sheet of paper.
Any help most graciously accepted,
Michael

Try downloading the latest print driversif you've never had this working.mrtotes

Similar Messages

  • [PrintService] Printer found but nothing is printed / Invalid Flavor

    Hi,
    I'm trying to print a plain old UTF-8 String on a printer... Well this appears to me to be something simple, but i can't make it work.
    The PrintJob is sent to the printer, i'm told that data transfer to the printer is done... But nothing is printed out from the printer!!
    FYI, im working on a Mac... but with other software on my machine i manage to print anything with the printer found by my Java code.
    Here is my code:
    public void print() {
            LOG.info(incidentFormString.toString());
            DocFlavor docFlavor = DocFlavor.STRING.TEXT_PLAIN;
            PrintRequestAttributeSet printAttributes = new HashPrintRequestAttributeSet();
            printAttributes.add(MediaSizeName.ISO_A4);
            DocAttributeSet attributes = new HashDocAttributeSet();
            attributes.add(MediaSizeName.ISO_A4);
            // get the default printer
            PrintService printService = PrintServiceLookup.lookupDefaultPrintService();
            LOG.info("Printer found: " + printService.getName());
            DocPrintJob job = printService.createPrintJob();
            Doc doc = new SimpleDoc(incidentFormString.toString(),
                    docFlavor,
                    attributes);
            job.addPrintJobListener(new PrintJobListener() {
                public void printDataTransferCompleted(PrintJobEvent printJobEvent) {
                    LOG.info("printDataTransferCompleted");
                public void printJobCompleted(PrintJobEvent printJobEvent) {
                    LOG.info("printJobCompleted");
                public void printJobFailed(PrintJobEvent printJobEvent) {
                    LOG.info("printJobFailed");
                public void printJobCanceled(PrintJobEvent printJobEvent) {
                    LOG.info("printJobCanceled");
                public void printJobNoMoreEvents(PrintJobEvent printJobEvent) {
                    LOG.info("printJobNoMoreEvents");
                public void printJobRequiresAttention(PrintJobEvent printJobEvent) {
                    LOG.info("printJobRequiresAttention");
            try {
                job.print(doc, printAttributes);
            } catch (PrintException e) {
                LOG.error(e.getMessage());
        }incidentFormString is the string i'm trying to print. I chechked its content, it is a proper String, so there re no problems regarding to this.
    Here is what i get in my console on Mac
    [AWT-EventQueue-0] INFO com.thalys.opalys.client.utils.IncidentFormPrinter - Printer found: 6-OPERA
    [AWT-EventQueue-0] INFO com.thalys.opalys.client.utils.IncidentFormPrinter - printDataTransferCompleted
    [AWT-EventQueue-0] INFO com.thalys.opalys.client.utils.IncidentFormPrinter - printDataTransferCompleted
    [AWT-EventQueue-0] INFO com.thalys.opalys.client.utils.IncidentFormPrinter - printJobNoMoreEvents
    [AWT-EventQueue-0] INFO com.thalys.opalys.client.utils.IncidentFormPrinter - printJobNoMoreEventsWhen i try on a PC, i get:
    [AWT-EventQueue-0] INFO com.thalys.opalys.client.utils.IncidentFormTextRenderer - Printer found: \\SRV-PRINT\6-OPERA
    [AWT-EventQueue-0] INFO com.thalys.opalys.client.utils.IncidentFormTextRenderer - printJobFailed
    [AWT-EventQueue-0] ERROR com.thalys.opalys.client.utils.IncidentFormTextRenderer - invalid flavorThanks a million for your help

    Hey. Thanks for the quick answer
    Sorry i forgot to mention those details.
    My log were not verbose enough, but i simulated it on my Mac (i'm developing on my Mac and production is on a PC... the reason is that my company has not been able to give me a powerful enough PC to develop, so instead im using my Mac).
    On my Mac it gives:
    invalid flavor
    at sun.print.Win32PrintJob.print(Win32PrintJob.java:290)
    at Printing.main(Printing.java:40)
    I also thought it was a problem of data that my printer can or cannot accept.
    I used this code:
            DocFlavor docFlavor = DocFlavor.STRING.TEXT_PLAIN;
            LOG.info("DocFlavor Mime-Type: " + docFlavor.toString());
            PrintRequestAttributeSet printAttributes = new HashPrintRequestAttributeSet();
            printAttributes.add(MediaSizeName.ISO_A4);
            DocAttributeSet attributes = new HashDocAttributeSet();
            attributes.add(MediaSizeName.ISO_A4);
            // get the default printer
            PrintService printService = PrintServiceLookup.lookupDefaultPrintService();
            LOG.info("Printer found: " + printService.getName());
            DocFlavor[] flavors = printService.getSupportedDocFlavors();
            for (DocFlavor flavor : flavors) {
                LOG.info(flavor.toString());
            }And got this log:
    As you can see, the doc flavor i choosed is available on the printer (i just did the test on my Mac, but my PC locates the same default printer as you can see on the previous posts)
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - DocFlavor Mime-Type: text/plain; charset="utf-16"; class=" java.lang.String"
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - Printer found: 6-OPERA
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - application/octet-stream; class="[B"
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - application/octet-stream; class="java.io.InputStream"
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - text/plain; charset="utf-16"; class="[C"
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - text/plain; charset="utf-16"; class="java.lang.String"
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - text/plain; charset="utf-16"; class="java.io.Reader"
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - text/rtf; class="[B"
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - text/rtf; class="java.io.InputStream"
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - text/rtf; class="java.net.URL"
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - printDataTransferCompleted
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - printDataTransferCompleted
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - printJobNoMoreEvents
    [AWT-EventQueue-0] INFO IncidentFormTextRenderer - printJobNoMoreEventsEdited by: nicdo77 on Dec 5, 2007 11:39 AM
    Edited by: nicdo77 on Dec 5, 2007 11:40 AM

  • I am having trouble printing I have a connection to my printer wirelessly but does not print out the correct page I want.When I do print I get a bunch of pages more than is needed and also get a code and symbols please help I am jammed at work

    I am having trouble printing I have a connection to my printer wirelessly but does not print out the correct page I want.When I do print I get a bunch of pages more than is needed and also get a code and symbols please help I am jammed at work

    This can be the result of selecting the wrong driver. An older, unsupported laser printer will sometimes work with the generic Postscript driver.

  • Iphone show connection to printer, but nothing is printing

    iphone show connection to my printer, but nothing is printing.

    One thing you might try is to download the (free) Epson iPrint app from the App Store.  See if that app sees your printer, and, if so, try the "Maintenance" button in the lower left, including its "firmware update" (which is under "Printer Settings").  Make sure the iPrint shows the ink levels.

  • Clicked on Show or Hide HP Smart Web Printing button but nothing happened.

    I Clicked on Show or Hide HP Smart Web Printing button but nothing happened. I tried uninstalling and reinstalling... and i am already in a 32 bit browser on an 84 bit operating machine with adobe flash player. Please send me some advice for problem shooting... Thank you all!

    Hey HP ...  Does anyone from HP monitor these posts and provide answers, as one might expect?  Is anyone listening?  Is anyone there?  Does anyone CARE?

  • Samba cups and windows 8: printer spools but will not print.

    Hello,
    I have samba and cups setup. I have been trying to connect to my windows printer. Here is my setup
    Arch linux linux-3.12.1-3
    samba-4.1.2-1
    cups-1.7.0-2
    Windows 8.1
    no firewalls
    Samba config
    [global]
    security = user
    #passdb backend = tdbsam
    #username map = /etc/samba/smbusers
    workgroup = Bobshouse
    encrypt passwords = yes
    wins support = yes
    log level = 1
    max log size = 1000
    read only = no
    #disable netbios = yes
    printing = cups
    printcap = cups
    [homes]
    browsable = no
    map archive = yes
    [Shared]
    browsable = yes
    read only = yes
    path = /home/bob/Share
    for cups some things I have tried are
    lpd://hostname/printer
    smb://username:password@hostname/printer_name
    I can see the printer with smbclient
    So the printer spools, but will not print. the paper does not move I just hear the printer. Also when I watch the print queues in windows and linux. Cups shows that it sent the document, but when I watch the windows queue it shows the document, but the size of the document stays at 32 kb out of 1.8 mb and says printing. I hope this makes sense. I am just trying to keep things very simple at this point. I just want to understand what the problem is and build on it.

    Please provide the following relevant information so someone can help including:
    Printer Model - done
    Complete and Detailed Problem Description -
    Operating System of computer (including service pack revision) - done
    Connection Method - USB, Hardwired LAN, Wireless? -
    Make and model of router and modem? -
    Error messages - on printer screen and/or computer, any blinking light patterns?
    If wireless, when the problem occurs, what is status of Blue Wireless light on printer, on, off or blinking? –
    Power off printer and router. Power on router and wait 3 mins, power on printer. Does it connect to the router now? Do you have a valid IP address?

  • Standard text displayed correctly in print preview but not in print

    Hi,
    I have a script in which a standard text has to be printed in the output.
    The standard text contains some german characters.
    These characters are displayed correctly in print preview but not in print.
    The text is maintained in 3 languages DE,EN and Russian.
    The same text is being printed in some standard report. But that is displayed correctly both in print and print preview.
    Please suggest something.
    Regards,
    Richa Aggarwal

    Hi Richa,
    Check this document from SAP: [help doc|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0652a95-5f0b-2a10-5aba-c085f8bbe6d6?QuickLink=index&overridelayout=true]
    It indicates that you have to be sure to select "Unicode" fonts for your SAPScript form to ensure the proper printing of "Unicode" characters.  If a character does not display then that means it does not exist in the font that you are using.
    Regards,
    Ryan Crosby

  • Why does my printer work but the paper comes out blank. ink cartridges are full.

    My printer sounds like it is printing but the paper comes out blank.  The ink cartridges are full.

    What printer model - there are about a dozen HP Photosmart Premium models including the c309a, b, c, g, h and n and the c410a,b,c,d and e. 
    There are a few things to check - I would suggest running up to three cycles of print head cleaning from the front panel or toolbox.   Do copies also come out blank?  Try the steps in this page, starting at about Solution 6.  Does any ink at all print on the test page? 
    For some models there are firmware updates available that are only delivered through the web connection.  Make sure the printer has been connected and perform any updates that are available for the firmware.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • F4280 attempts print job but nothing on paper after

    As the title somewhat states, if I try to print using my F4280, the printer will attempt to print but without success.  I can hear the ink cartridges get "into position" so to speak, but then the paper will just feed through the printer without actually printing.  The ink cartridges are full and correctly installed.  About a month ago, it was doing approximately the same thing, except instead of just feeding the paper through, I could hear the printer as if it was actually printing but still no ink on the paper.  I'm not sure if I have explained it well enough, as I don't know exactly how to word it, but I hope someone understands what I'm asking and is able to help.  Thanks in advance for any attempts to help!!

    After I replied that the attempts didnt work, I attempted cleaning and aligning printheads again. This time it worked like a charm. Many thanks for your assistance, you have my neverending heartfelt appreciation.  

  • I have items listed as "pending" in my print queue online but nothing is printing.

    i have sent multiple items to print and whilst they are sitting in my print queue marked as "pending" nothing is printing. the printer is on and having run a wireless report all seems fine. what am i missing??

    Hi daws78,
    If a print job is in the pending status, it could mean there's an issue with the printer itself (paper jam, low ink levels, etc.).  Double check to make sure there are no alerts like these on the printer.  If not, then you can try resetting the printer's connection with these steps:
    1.  Unplug your router.
    2.  Unplug the printer (without turning it off first).
    3.  After about 60 seconds, plug in the router and once it's ready, plug in the printer.
    Let me know if the print jobs are still pending after you've done this.
    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.

  • Printer connected, printer works, but won't print from Mac

    I'm helping someone with a printer problem, and I have a mystery on my hands.
    The printer is connected (directly), shows up in the printer list, can print a test page, but won't print any document from this computer (it's fine from my laptop).
    It's a Mid-2011 Mini, 2.3Ghz, running 10.7.5. The printer is an Epson WF-2540.
    This is a USB printer, connected directly to their Mac.
    In "Settings", when you select Print/FAX and print a "Test Page" - Success! This is a process that invokes the Epson Driver directly [and bypasses the MAC print queuing mechanism]
    When "Printing" from within any application (firefox, TextEdit, winders...)   The job starts to queue, but errors before engaging the printer.
    R & R the Epson Drivers,  Clear the Printer "stuff" on the Mac, Reinstall drivers from the Epson website, Mac wants to update the "newest" Epson Drivers (kinda' funny when I think about it...).
    Still errors.
    I attached directly to a USB port on my MacBook Pro.  Download drivers, etc..  Works like a champ!
    We have deleted the printer from System Prefs, rebooted, and added it back.
    We have even gone into Terminal and...
    sudo bash
    cd /etc/cups/ppd
    ls
    found EPSON_WF_2540_Series.ppd
    cp * /var/tmp/
    ls /var/tmp/*.ppd
    rm /etc/cups/ppd/*
    Still doesn't work.
    Anybody have any suggestions?

    Hi, it's not clear... did you Rest the Printing system on the Mac?
    10.5/10.6/10.7/10.8 instructions...
    In System Preferences>Fax & Print, Right click or Control+click on the Printers list Sidebar, choose Reset Printing System.
    if you hold option and click the "-" tab it resets the printing system.
    http://www.macosxhints.com/article.php?story=20031215144430486
    Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions.
    Any devices that previously appeared in your Printer List and Fax List will need to be added again after resetting the printing system.
    Resetting the printing system in Mac OS X 10.5.x+++
        1.    To use the Reset Printing System feature in Mac OS X 10.5.x, follow these steps:
        2.    Choose System Preferences from the Apple menu.
        3.    Choose Print & Fax from the View menu.
        4.    Control-click on list of printers on the left side of the window, then choose "Reset printing system" from the contextual menu. If you don't see a list of printers, Control-click on the text "Click + to add a printer or fax" and select "Reset printing system..." 
   
  As an alternative, if you currently have one or more printers listed, you can Option-click the "-" (Remove printer) button.
    http://support.apple.com/kb/ht1341
    Reboot.

  • Test print works but can't print from programs

    I have installed an Officejet 6500A. Install went as expected and drivers were loaded ok. I can print a test  page and the maintenance utilites will print fine but it will not print from any of the Windows programs. I am connected via USB. Any ideas would be appreciated.
    Thanks.

    So if I understand you correctly, the switch works with everything on the wired network (including the MacBook Pro). You can't see the wired network when connecting wirelessly on the MacBook Pro.
    So you must have the switch attached to the airport extreme ethernet port. All of your other computers are attached to the switch.
    Try to use the UNIX command ping in terminal.
    Example :
    Start terminal
    ping 10.xxx.xxx.xxx
    where 10.xxx.xxx.xxx is the ip of a computer on your network
    This will tell you if the computer on the network is visible.

  • Photosmart C6300 Prints Photos but not Regular Prints

    I printed some photos on Iphoto, and turned out ok. I started printing regular documents on paper, color is barely visible and black does not show at all. Tried changing all my black cartridges, still the same result.  Help! DO i need a new printer?

    Hello @stephicristi , welcome to the community
    I read your message about your Photosmart D110a not printing photos correctly, and showing "print quality" issues. I wanted to respond to you with a troubleshooting guide I would suggest following that might help you out. If the print quality problem remains, please give us a call to see about your printer options.
    Fixing Print Quality Problems for the HP Photosmart e-All-in-One (D110a and D110b) Printer Series
    Please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-phone-assis​t.html
    Have a great day
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Firefox 5 with Fedora 15 prints text, but will not print images from web pages.

    I have a Pentium 3 laptop running Fedora 15 and using Firefox 5.0. Firefox will print the text from a website, but will not print the images. It just leaves the spaces blank where the images should be. Print preview shows the same results. I have a AMD desktop and a Pentium 4 laptop running the same software, except that the desktop is running the 64-bit version of Fedora 15 and the second laptop is running the 32-bit version. The desktop prints the text and images without very many problems, but both laptops will print the text, but ''not'' the images.
    As a test, I downgraded Firefox from version 5.0 to 4.0.1 on the Pentium 4 laptop and encountered the same problem. So, since I do not print much from either laptop, I had not before seen this problem. The desktop has never seen it.
    I figure it may be an about:config problem, but I do not know what the parameter may be that is causing the problem.

    See this: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages

  • Logo appearing in print preview but not in print for Xerox Workcentre M118

    Hello experts,
    I am not able to print logo(in .bmp) format in Xerox Workcentre M118 PCL 6 printer. It is displaying accurately in print preview. While taking print out only grey background is coming, no trace of logo. Can anyone suggest, what are the print related settings needed in SPAD or any other transaction needed to print graphics. The logo is coming accurately if it is stored in pdf and then printed.
    Regards,
    Debopriyo

    hi,
    To print logos using the SMARTFORMS, we need to first upload that logo onto the application server. The steps to upload the logo onto the application server are as follows:
    1. Go to transaction SE78
    2. Select the desired graphic in the tree (for example, BMAP)
    3. Choose GRAPHIC --> IMPORT
    4. Enter the name of the graph and the description
    5. Select the type of the image (black/white or color)
    Now the logo is uploaded onto the application server. To print this logo using the SMARTFORM, create a graphic node in the window and enter the name of the image you had just uploaded. Your logo should now print.
    Refer the following links.
    http://www.sapmaterial.com/smartform_example.html
    http://searchsap.techtarget.com/tip/0,289483,sid21_gci1255081,00.html
    Below is the link for print related problems.
    http://www.geocities.com/SiliconValley/Grid/4858/sap/Basis/printprobs_solutions.htm

Maybe you are looking for

  • [CS3 JS] Find/Change Object Problem

    app.changeObjectPreferences = NothingEnum.nothing does not seem to clear the change object preferences for me. app.findObjectPreferences = NothingEnum.nothing works as expected, as do both app.findTextPreferences = NothingEnum.nothing and app.changeT

  • How to reset an iBooks Author Html Widget?

    Hi folks! I'm using with great pleasure Adobe Edge Animate 1.0 to make Html Widgets for Apple iBooks Author! In a composition, I've defined this variable: var  track1 = new Audio();         track1.src = "media/track1.m4a";         track1.volume = 0.5

  • Disk Suite/ Solaris 8 Upgrade Problems

    Hello, I am trying to upgrade from Solaris Sparc 7 to 8 and I have Sun Disk Suite mirroring the boot device. When I try to upgrade the installation fails. Is there a way to upgrade from 7 to 8 without breaking the mirror and if not is there a utility

  • Connecting movable buttons by a  line?

    Hi all beginner here I have created 2 circular buttons that i can drag and drop anywhere.....(basic stuff). I would like to create a dashed or solid line that connects to their centers which changes in length as I or user moves the buttons around eac

  • Ipod nano stolen.  Can they access my apple id through it?

    My iPod Nano was lost or stolen.  Wondering if it's plugged into another computer if they can access my apple account?   Thank-you