Printing problems (printjob, 1.2.2, 1.3, WinNT and HP printers)

We are experiencing a landry list of problems with java 1.2.2 and 1.3 when trying to print reasonably simple reports. I am just curious if anyone has encounterd problems like these, or if anyone has had any luck working around them. We would really like to release our software to production but I need to make sure that printing works well on all of the environments our client might run on. Here are the problems:
* Reporting was originaly done with a proprietary tool that limits us to using java.awt.PrintJob (new code is using PrinterJob... which is working okay...)
* When I try to use jre1.3 on my NT4.0 machine with a very simple program that gets a PrintJob it doesn't open the Print dialog and simply returns null (although it does work on my WinME laptop, and I cant find any bug reports about PrintJob dialogs on this site)
* When I try to use jre1.2 (which was our original target) there are problems with some printers running with some drivers (in house they are all various network HP printers). The printers will take 3 minutes a page while the same printer with an different driver (non-PS or PCL) will print very quickly.
Well I need some advice, are other people releasing software that doesn't work with all the possible ways that people could have their printers configured? Is there any hope of me finding a workaround... Is someone perhaps maintaining a list of drivers that work well with java? Or is there some empirical way of deciding (perhaps drivers that are not PS or PCL?)... Any responce would be very helpful...
--Erik Hadden                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Well, I decided to post my problem in more than one forum and got a response that may be what you are looking for. I haven't tried it yet and I'm not sure I understand it correctly, but I thought it may help you since it deals with printJob and supposedly works:
Other person wrote the following:
I have worked on printing but through Print Job.
i Print Multiple pages in landscsape.
in the printer Job you can print the static information
like if you implemented BOOk for mutiple pages it will only print the last information of your print function.
i found many problems when i was trying to implemnet printer Job
here is the complete code how can you print through print Job u can extends this to implement for multiple pages just use array of graphics.
Graphics Arrpage[];
Arrpage=new Graphics[count_pages];
PageAttributes pa=new PageAttributes();
pa.setOrientationRequested(PageAttributes.OrientationRequestedType.LANDSCAPE);
this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
Toolkit toolkit = this.getToolkit();
PrintJob job = toolkit.getPrintJob(new Frame(), user,null,pa);
if (job == null) return;
for(int j=0;j<count_pages;j++)
Arrpage[j] = job.getGraphics();
// Check the size of the scribble component and of the page.
Dimension size = this.getSize();
Dimension pagesize = job.getPageDimension();
// Center the output on the page. Otherwise it would be
// be scrunched up in the upper-left corner of the page.
Arrpage[j].translate((pagesize.width - size.width)/2, (pagesize.height - size.height)/2);
Arrpage[j].setColor(Color.white);
Arrpage[j].fillRect(0,0,pagesize.width,pagesize.height);
Arrpage[j].setClip(0, 0, size.width, size.height);
Arrpage[j].dispose(); // End the page--send it to the printer.
//System.out.println("Disposing "+j+" page");
}// end of for loop
//System.out.println("before ending the job");
job.end(); // End the print job.
Hope this will help u.

Similar Messages

  • Printing problem, can't connect to Brother MFC-7420 and HP DJ130

    I recently performed the 10.5.4 upgrade. I believe the problem I am having started then. When I try to print something to my Brother MFC-7420 I get a Printing Page 1, 24% completed message and it never finishes. I am also having issues with my Designjet 130. Both are connected with a USB cord and I have tried the usual powering off, connecting/disconnecting and removing/adding to printer control panel. My Epson printer connects and prints normal. Any suggestions?

    Similar problem being experienced here. My Brother MFC 7420 was working fine one day and is lost to my system the next. Any attempt to print just stalls with a message like "Printing 25%" or some such figure.
    I've tried uninstalling the driver, updating the latest driver from Brother, updating the Brother driver from Apple, switched USB cables, and finally talked to a helpful Brother phone support technician who got me to try to re-install from the Leopard DVD. When I open the Optional Installs and open Printer Drivers, the Brother drivers are greyed out. He said it was an Apple problem, and thats where I'm at right now.
    The G4 is one year out of its 3 year Protection Plan so I presume I'll get no help from Apple.Given the number of posts dealing with this problem, it does seem to be related to the 10.5.4 upgrade but I've not heard anything constructive from Apple on this issue. Anyone got any ideas?

  • Printing problems with InDesign CS3 running on OS 10.6

    I recently upgrade my old G4 Mac (OS 10.4) to a new Mac Mini running OS 10.6.6. I am still running CS3 and have encountered only one problem. When I print multiple copies documents from InDesign that contain several layers, each copy is processed separately, so that it can take several minutes just to send the print job to the printer if I'm printing over 20 copies. Then once the print job is processed the printer pauses between every copy, which is tripling the printing time. If I print a simpler document with only one or two layers it processes all the copies at once, as it should. I am printing on an Okidata 6150 color laser printer.
    I never had this problem on my old computer. I'm wondering if this is one of the "unsupported" bugs of running CS3 on Snow Leopard. I want to make sure that this is a problem unique to running CS3 with Snow Leopard before I go ahead and upgrade to CS4 or CS5.
    computer: Mac Mini core 2 duo 2.4 ghz processors, 4 gb RAM, printer: Okidata 6150 DN color laser printer.

    Hi again Peter
    It is version 5.0.4.  I updated it when I newly installed it a week ago in my new computer, and then again updated it just yesterday.
    I might mention that before I got my new computer, I was running Mac OS 4.11, and was using InDesign 3.0.  I had bought InDesign CS3 about a year ago, but hadn't gotten around to using it since version 3.0 had been working fine, and I was used to it.  Then, when I got my new computer, I decided it was time to use the newer version.  However, while using InDesign 3.0 with the old Mac OS 4.11, a printing problem popped up there, too, a few months ago... and it also involved printing problems with Adobe Reader.  I contacted Adobe, and they sent me a patch which fixed it.  I will contact Adobe again if need be, although I thought I'd start here first to see if it was a common enough problem that someone might be able to provide a free and routine answer.
    Richard
    Date: Tue, 15 Jun 2010 20:10:13 -0600
    From: [email protected]
    To: [email protected]
    Subject: Printing problems with InDesign CS3 with Mac OS 10.6.3
    I neglected to ask what version of indesign CS3 you are using. I also 
    notice that Mac OSX 10.6.4 has just been released. It actually 
    addresses some CS3-specific issues, though they seem to be related to 
    launching the apps, not printing. It may be worth trying to update, 
    nonetheless.
    Peter Truskier
    Premedia Systems, Inc.
    510-655-4454
    >

  • Printing problem with cc and cs6 with epson 7890

    Hi everyone,
    I am having a serious printing problem. I use CC (14.2.1) and CS 6 (13.0.6) on Mavericks 10.9.1 on an iMac. If I try to make a print on a 24" roll I get an error message: cupsRasterinterpretPDD has an error = page header unsupported values. If I print A2 or A3 sheets everything works fine.
    I contacted Epson because I thought it was a printer problem, but they insist it is a photoshop problem. I updated to the latest printerdriver.
    Does anyone have any ideas or even better a solution?

    I feel your pain, but I don't know the solution, sorry. Our Mac guru who primarily serves designers is not upgrading any of his clients to Mavericks so far, due to printing (and other) issues. Se we're still on 10.8.4 here.
    This might help:  http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c03967522
    Or this:  https://discussions.apple.com/thread/5546441
    If those don't help, you might want to post your issue in the Apple Support Communities:  https://discussions.apple.com/index.jspa
    Good luck.  :+)

  • Printing Problems with Adobe Pro 9.5.5

    I have started having a problem printing PDF files from adobe pro 9.5.5. Now every time I try to print to any of my printers, adobe opens the standard print dialog window, but instead of printing to the printer, it wants to write a *.pm file as if I have asked to print to file. When the problem started I was at version 9.4.4. I have since updated to version 9.5.5 without any correction to the printer problem. I have adobe reader version 11 and I can print the file from it without a problem. What gives?

    I assume that in both cases you are talking about Reader and not Acrobat. This is the Acrobat forum. The link to the Reader forum is at the top of this forum. There is no program called Adobe, only the company name.
    If I had a clue, I would make a suggestion, but I don't. It may be something that Reader users have run into. A few here have AA9 and might respond if they have had problems, but I have not heard of any such problems.

  • Printing problems with InDesign CS3 with Mac OS 10.6.3

    I am not new to InDesign... I have CS3... but I am brand new to Mac Snow Leopard (OS 10.6.3).  Although I can open CS3 and use the application, I cannot print with it.  None of my other applications has printing issues... just CS3.  Any suggestions?
    Richard

    Hi again Peter
    It is version 5.0.4.  I updated it when I newly installed it a week ago in my new computer, and then again updated it just yesterday.
    I might mention that before I got my new computer, I was running Mac OS 4.11, and was using InDesign 3.0.  I had bought InDesign CS3 about a year ago, but hadn't gotten around to using it since version 3.0 had been working fine, and I was used to it.  Then, when I got my new computer, I decided it was time to use the newer version.  However, while using InDesign 3.0 with the old Mac OS 4.11, a printing problem popped up there, too, a few months ago... and it also involved printing problems with Adobe Reader.  I contacted Adobe, and they sent me a patch which fixed it.  I will contact Adobe again if need be, although I thought I'd start here first to see if it was a common enough problem that someone might be able to provide a free and routine answer.
    Richard
    Date: Tue, 15 Jun 2010 20:10:13 -0600
    From: [email protected]
    To: [email protected]
    Subject: Printing problems with InDesign CS3 with Mac OS 10.6.3
    I neglected to ask what version of indesign CS3 you are using. I also 
    notice that Mac OSX 10.6.4 has just been released. It actually 
    addresses some CS3-specific issues, though they seem to be related to 
    launching the apps, not printing. It may be worth trying to update, 
    nonetheless.
    Peter Truskier
    Premedia Systems, Inc.
    510-655-4454
    >

  • Possible Fix for Printing Problems in Leopard

    I got this information from Mac OS X Leopard Edition book by David Pogue. Here's his possible fix for printing problems in Leopard...Open web browser and enter this address http://127.0.0.1:631. You'll find youself at a secret "front end" for CUPS (Common UNIX Printer System), the underlying printing technology for Mac OS X 10.5. This trick lets your Mac communicate with a huge array of older printers that dopn't yet have Mac OS X drivers. Using this administration screen, you can print a test page, stop your printer in its tracks, manage your networked printers and print jobs, and more–a very slick trick. Haven't tried it yet...anyone who does let me know how it worked!

    If you literally "checked" them, meaning the checkboxes, that only affects their visibility. To remove them, select one and then click on the "minus" part of the "plus minus" at lower left.
    Doug

  • Printing problem with Summarize Comments?

    Printing problem with Summarize Comments in Pro 10.1.6? When I print, I only get the number boxes on one page and the comments on the next page. The numbered boxes don't show up on the actual image itself.

    Um I dont know if im doing something daft but I tried this like you said
    PrinterJob printJob = PrinterJob.getPrinterJob();
    printJob.setPrintable(this);
    if(printJob.printDialog()){
    try {
              PageFormat pageFormat = printJob.defaultPage();
              if (pageFormat.getOrientation() == PageFormat.PORTRAIT) {
              landscape = 0;} else {
                   landscape = 1;}
              System.out.println("THE ORIENTATION IS "+ landscape);
              printJob.print(); }
    catch (Exception PrinterExeption) { PrinterExeption.printStackTrace();}
    and it doesnt seem to work as I tried it both as landscape and portrait in the print dialog but landscape is always 0.
    cheers
    pmiggy

  • Printing problem with muliple page 2D graphics.........URGENT

    /*hi
    I want to print the drawings that i create in my painting application.
    Following is the extract from my drawing application, which takes care of the printing part. The problem i am facing is that, i am able to print only one page, the other parts of my drawing are clipped (both from the horizontal as well as vertical direction)
    However i did found some help on printing multiple page TEXT documents, from some literature, but nothing was mentioned about printing drawing that may extend to multiple pages.
    Since printing forms a very important part of any painting application, the whole of my project now relies on the success of the printing code. Its really urgent for me to get out of this problem, any kind of help from anyone would be a great contribution in completing my project */
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.geom.*;
    import java.awt.print.*;
    public class Print {
    public static void main(String[] args) {
    PrintFrame f = new PrintFrame();
    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    f.show();
    class PrintFrame extends JFrame implements ActionListener{
    DrawingPanel drawingPanel = new DrawingPanel();
    public PrintFrame() {
    setTitle("Test Printing");
    setBounds(100,100,500,400);
    getContentPane().add(new JScrollPane(drawingPanel), BorderLayout.CENTER);
    JButton printButton = new JButton("Print");
    getContentPane().add(printButton,BorderLayout.SOUTH);
    printButton.addActionListener(this);
    public void actionPerformed(ActionEvent event) {
    PrintUtilities.printComponent(drawingPanel);
    class DrawingPanel extends JPanel {
    private int fontSize = 90;
    private String message = "Java 2D";
    private int messageWidth;
    Dimension pref = new Dimension(1500, 1500);//will define the max scrollable area
    public Dimension getPreferredSize() {
    return pref;
    public DrawingPanel() {
    setBackground(Color.white);
    Font font = new Font("Serif", Font.PLAIN, fontSize);
    setFont(font);
    FontMetrics metrics = getFontMetrics(font);
    messageWidth = metrics.stringWidth(message);
    int width = messageWidth*5/3;
    int height = fontSize*3;
    setPreferredSize(new Dimension(width, height));
    public void paintComponent(Graphics g) {
    super.paintComponent(g);
    Graphics2D g2d = (Graphics2D)g;
    int x = messageWidth/10;
    int y = fontSize*5/2;
    g2d.translate(x, y);
    g2d.setPaint(Color.lightGray);
    AffineTransform origTransform = g2d.getTransform();
    g2d.shear(-0.95, 0);
    g2d.scale(1, 3);
    g2d.drawString(message, 0, 0);
    g2d.setTransform(origTransform);
    g2d.setPaint(Color.black);
    g2d.drawString(message, 0, 0);
    g2d.drawLine(5,5,1490,500);//this line goes outside my paper width, & does not get printed
    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();
    printJob.setPrintable(this);
    if (printJob.printDialog())
    try {
    printJob.print();
    } catch(PrinterException pe) {
    System.out.println("Error printing: " + pe);
    public int print(Graphics g, PageFormat pageFormat, int pageIndex) {
    if (pageIndex > 0) {
    return(NO_SUCH_PAGE);
    } else {
    Graphics2D g2 = (Graphics2D)g;
    g2.translate(pageFormat.getImageableX(), pageFormat.getImageableY());
    disableDoubleBuffering(componentToBePrinted);
    componentToBePrinted.paint(g2);
    enableDoubleBuffering(componentToBePrinted);
    return(PAGE_EXISTS);
    /* disables double buffering globally. */
    public static void disableDoubleBuffering(Component c) {
    RepaintManager currentManager = RepaintManager.currentManager(c);
    currentManager.setDoubleBufferingEnabled(false);
    /* Re-enables double buffering globally. */
    public static void enableDoubleBuffering(Component c) {
    RepaintManager currentManager = RepaintManager.currentManager(c);
    currentManager.setDoubleBufferingEnabled(true);
    }

    Um I dont know if im doing something daft but I tried this like you said
    PrinterJob printJob = PrinterJob.getPrinterJob();
    printJob.setPrintable(this);
    if(printJob.printDialog()){
    try {
              PageFormat pageFormat = printJob.defaultPage();
              if (pageFormat.getOrientation() == PageFormat.PORTRAIT) {
              landscape = 0;} else {
                   landscape = 1;}
              System.out.println("THE ORIENTATION IS "+ landscape);
              printJob.print(); }
    catch (Exception PrinterExeption) { PrinterExeption.printStackTrace();}
    and it doesnt seem to work as I tried it both as landscape and portrait in the print dialog but landscape is always 0.
    cheers
    pmiggy

  • Printing problem with WindowsXP

    I've written a Java application using SDK v1.4.0 and this class works with all printers and Windows versions (95, 98, ME) on the several PCs I've tested it on except the machine running WindowsXP. Using WindowsXP, the page prints out the border around the textArea, but not the text. This problem occurs with both HPDeskJet and HPLaserJet printers connected to that PC.
    Has anyone seen a similar problem with WindowsXP? What should I change in this class, or change in the PC/printer properties, to get this print class to work with WindowsXP? All PCs tested are running Java v1.4.0.
    Russ Carroll
    (class code follows below)
    class ButtonHandlerPrint extends Frame implements ActionListener{
         public void actionPerformed(ActionEvent e){
              PageAttributes pageAttributes = new PageAttributes();
              pageAttributes.setPrintQuality(3);
              PrintJob pjob = Toolkit.getDefaultToolkit().getPrintJob(this,null,null,pageAttributes);
              if(pjob!=null){
                   Graphics pg = pjob.getGraphics();
                   if(pg!=null){
                        pg.translate(50,50);
                        textAreawinBCP.printAll(pg);
                        pg.dispose();
                   pjob.end();

    Did you find a fix for this problem? I have a similar problem with Win 2000 and JRE 1.4.0.01. My print works with Java 1.2 methods and prints fine in JRE 1.3.1 in Win 98,Me,2000, and prints fine in JRE 1.4.0.01 in Win 98 and Me but not in 2000. The problem sounds similar, but my text in a table doesn't print. I do get text printed that is in a text field.

  • Printing with PrintJob

    Hi there!
    I have got a search dialog and I want to print the search criterias (labels) on a cover page and the search result (datagrid) following the cover page.
    Up to now, I used the FlexPrintJob class. Everything works well.
    Now I have to move to PrintJob because I need to force the pages containing the search result to be printed out in landscape, even if the user has selected to print out portrait within the operating-system-related print dialog.
    Further restriction: I can't embed fonts.
    But let's start with a simple question:
    How can I get this working? The page remains blank when I try this.
    var pj:PrintJob = new PrintJob();
    if (pj.start())
         var testLabel:Label = new Label();
         testLabel.width = 400;
         testLabel.text = "TEST";
         var container:UIComponent = new UIComponent();
         container.addChild(testLabel);
         pj.addPage(container);
         pj.send();
    Thanks, Cheers!

    My next step, which was the original problem I tried to solve, is the rotation to landscape of the content. Since I can't make use of embedded fonts I see only the solution to create an image of the page and rotate it 90 degrees. The following code works in that way that it makes the rotation, but the content disappears and instead is shown a grey bar. Without rotation the page is shown as attached.
    var pj:PrintJob = new PrintJob();
    if (pj.start())
    var container:VBox;
    var vBox:VBox;
    try {
          var testLabel:Label = new Label();
          testLabel.width = 400;
          testLabel.text = "TEST";
          container = new VBox();
          container.width = pj.pageWidth;
          container.height = pj.pageHeight;
          container.setStyle("backgroundColor", "#FFFFFF");
          container.addChild(testLabel);
          addChild(container);
          container.validateNow();
          var bitmap:BitmapData =
              ImageSnapshot.captureBitmapData(testLabel);
          var img:Image = new Image();
          // comment out following line for no rotation
          img.rotation = 90;
          img.width = 400;
          img.height = 20;
          img.source = new BitmapAsset(bitmap);  
          vBox = new VBox();  
          vBox.addChild(img);
          vBox.width = pj.pageWidth;
          vBox.height = pj.pageHeight;
          addChild(vBox);
          vBox.validateNow();
          pj.addPage(vBox);
          pj.send();
    catch (error:Error)
      Alert.show(error.toString());
    finally {
       // clean-up code
       removeChild(container);
       removeChild(vBox);
    Do I have to call something when I rotate the component?

  • HP LaserJet - network printer problem FIXED

    Hi,
    I'm aware this may not work for all, but I've sorted my own problems, which I suspect are common to many who still have a really solid HP (or other) network printer that was no longer available since Snow Leopard did away with Apple Talk.
    The answer is to do a cold reset on your printer, give it a new IP address, find this IP by printing a configuration page and enter this IP when you go to set up a new printer. In my case, it automatically found the correct drivers. The drivers were never the issue with vanishing printers; it was all about the network IP address. A quick search online and you will find how to do the cold reset and config page. For my 2100TN, it was a case of holding down the cancel button when powering up the printer until the lights flashed for a new IP, and to print, press both buttons.
    Hope this helps.

    Problem solved.
    I upgraded the printer's firmware which resolved the issue.
    Thanks anyway! :-)

  • Printing problem with .pdf

    27" iMac (2012), OS X 10.9.1, Canon MF4770n laser connected by ethernet cable through AirPort Extreme, HP C4200 connected directly via USB
    The Problem:  I received a .pdf file via e-mail and downloaded it.  It consisted of a series of forms in unknown original format.  I needed to print them out, sign them and return them.  I opened .pdf in Preview but when I tried to print it, I got only blank pages from the printer.  The printer seemed to be operating normally in all other respects.
    What I have tried: 
    1.  Successfulloy printed material from other applications using the same computer and Canon printer.
    2.  Successfully printed a different .pdf file from Preview using the same computer and Canon printer.
    3.  Successfully printed the offending .pdf from Preview on the same computer and the HP ink jet printer.
    4.  Successfully printed the offending .pdf from Adobe Reader using the same computer and Canon printer.
      Since I was able to print the .pdf using Adobe Reader, this problem is not critical but it is rather mysterious.  Any suggestions would be appeciated.

    Using ASK.Com - my favorite web browser - does not require you to download anything to use it just enter the url -
    I entered the following:
    Why is my HP laser printer printing slow
    Below is just one of the documents - this one is HP support.
    http://h20564.www2.hp.com/hpsc/doc/public/display?docId=mmr_kc-0100314
    *just a heads up - whenever you have problems with a printer
    1. stop the print queue on your system
    2. shut the printer power off for about a minute to clear any  printer memory
    3. turn on the printer
    4. start the print queue
    *also - using ASK.com have also found answers on this site without the struggle of going through searching this site.

  • Airport Extreme Printing Problem with HP Deskjet.

    Hello ... I wonder if any helpful folks can assist me with my printing problem? I am using Tiger on a new Intel imac with a HP Deskjet 960C. This printer is listed as having the latest drivers included within Tiger and works perfectly when connected via USB so my problem I guess is not with the software....I have disconnected everything and plugged everything back together again. I also deleted the printer from the printer list within the Printer Setup Utility application.... The imac recognisies the printer and upon pressing the print button everything feels as though its just going to work. The blue barber shop scroll appears but the printer fails to kick into gear and I get the big red exclamation mark appearing in the status box .... I would really love to try and sort this annoying error ... Any ideas? Thanks. Book G4   Mac OS X (10.4.4)  

    Hello jds17. Welcome to the Apple Discussions!
    Unfortunately, not all USB printers are compatible with AirPort base stations.
    Take a look at one of these iFelix Unofficial AirPort Printer Compatibility links, depending on which AirPort base station you have:
    o 802.11g AirPort Extreme Base Station (AEBS) or AirPort Express Base Station (AX)
    o 802.11n AirPort Extreme Base Station (AEBSn)
    If your printer isn't listed, it doesn't necessarily mean it won't work, but simply that it has not been verified. iFelix also provides the following workaround for printers not on the list that would certainly be worth a try.
    Also, you may find the following Apple article helpful.

  • IMac printing problem with HP Photosmart 7150

    I've just bought a 27 inch iMac and I'm having problems printing out of iPhoto 9. I select for eg, 4 X photos per page and it prints about 10% of the page before spitting it out. I've downloaded the latest driver for my HP Photosmart 7150 printer (Gutenprint v5.2.5) but still no good.
    The print monitor window always says it is printing Page 1 7%. Weird.
    Any ideas?? Thanks in advance.
    Dan

    I've got the same problem on my MacBook Pro with Snow Leopard and Gutenprint 5.2.5 when printing on the 7150 - it prints about 10% (and skewed at that) and spits out the page. This occurs when printing from any app.
    I am only able to print in draft mode which is not suitable for anything I need to do.
    I realize this printer is no longer officially supported, but any help would be appreciated!
    Thanks,
    Mike.

Maybe you are looking for

  • How can I fix a corrupted iPhone 4 video file?

    I have a video that i recorded back in October with my iPhone 4, but for some reason now it won't play. It says "The movie could not be opened. The file is not a movie file. I have tried a bunch of different corrupted video repair software programs..

  • Can't label files in bridge, and problem with starred files

    I'm working with CS3 on saving raw files to jpegs, and I usually organize them by 5 starring my favorites as well as labeling them, and just in the last 2 days Bridge has been acting up and won't label the files. Also, it will 5 star them, but only a

  • HTTP Error 403.14 - Forbidden

    I am running Vista Ultimate SP2 and Visual Studio 2008.  I am getting the following error and would like to know how to fix it and how to fix it so that I am not asked for admin privilages all the time.  I am the administrator,  Here is the error I a

  • How do I delete plugins Microsoft DRM 9.0.0.4503

    I have followed the Help advice and tried to delete 2 files (npdrmv2.dll and npwmsdrm.dll) but they will not go away. Can't see any file attributes that might be causing this, but my tech knowhow is not great. Anybody got an answer please?

  • Problems by installing the latest version of the flash player

    I cannot download the newest version of the flash player!!!!!! I have already tried several times but it always went wrong.... I have already a version but the system ask to download the latest version. Now I cannot watch all the  filmpjes which are