Work While Printing

Is it possible to work while printing? I used to be able to do this in MAC OS 9 using background printing. Now, if I want to print multiple copies of a document, I have to wait until all the printing is done before I can continue to work. Is there anyway to set something up so I can work while waiting for the printer to finish?

Is it possible to work while printing?
Absolutely. In fact, there is no setting to make the printing system take total control of the system.
I used to be
able to do this in MAC OS 9 using background
printing. Now, if I want to print multiple copies of
a document, I have to wait until all the printing is
done before I can continue to work. Is there anyway
to set something up so I can work while waiting for
the printer to finish?
I would suggest that you open Activity Monitor (/Applications/Utiltities) and then print a job. Take a look at what is going on in the Activity Monitor. Is the printing taking all of the processor time? I could well be that you are processor and/or RAM bound. That would give the appearance that nothing else is working as everything else would be very, very sluggish.
Matt
Mac Mini G4; B&W G3/300    

Similar Messages

  • How to use different pageFormats while printing in the same book object.

    Hi All,
    I m able to print Multiple pages, but the problem is when i want print multple pages with different pageformates I mean One pages having 4X2" size and another one is 5X5", while print second page objects not appears properly
    Pls see the below code to get the problem.
    any works around this will be appreciated.
    import java.awt.BasicStroke;
    import java.awt.Color;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.geom.Rectangle2D;
    import java.awt.print.Book;
    import java.awt.print.PageFormat;
    import java.awt.print.Paper;
    import java.awt.print.Printable;
    import java.awt.print.PrinterJob;
    public class MultiplePageFormatTest
    public static void main(String[] args)
      MultiplePageFormatTest example3 = new MultiplePageFormatTest();
      System.exit(0);
    private final static int POINTS_PER_INCH = 72;
    public MultiplePageFormatTest()
      PrinterJob printJob = PrinterJob.getPrinterJob();
      Book book = new Book();
      PageFormat documentPageFormat = new PageFormat();
      PageFormat documentPageFormat1 = new PageFormat();
      Paper paper = new Paper();
      Paper paper1 = new Paper();
      paper.setSize(4.5 * POINTS_PER_INCH, 2.5 * POINTS_PER_INCH);
      paper.setImageableArea(.25 * POINTS_PER_INCH, .25 * POINTS_PER_INCH,
       4 * POINTS_PER_INCH, 2 * POINTS_PER_INCH);
      documentPageFormat.setPaper(paper);
      paper1.setSize(5.5 * POINTS_PER_INCH, 5.5 * POINTS_PER_INCH);
      paper1.setImageableArea(.25 * POINTS_PER_INCH, .25 * POINTS_PER_INCH,
       5 * POINTS_PER_INCH, 5 * POINTS_PER_INCH);
      documentPageFormat1.setPaper(paper1);
      book.append(new Document(), documentPageFormat);
      book.append(new Document(), documentPageFormat1);
      printJob.setPageable(book);
      if (printJob.printDialog())
       try
        printJob.print();
       catch (Exception PrintException)
        PrintException.printStackTrace();
    private class Document implements Printable
      public int print(Graphics g, PageFormat pageFormat, int page)
       Graphics2D g2d = (Graphics2D) g;
       g2d.translate(pageFormat.getImageableX(), pageFormat
        .getImageableY());
       g2d.setPaint(Color.black);
       g2d.setStroke(new BasicStroke(
        2));
       Rectangle2D.Double border = new Rectangle2D.Double(
        0, 0, pageFormat.getImageableWidth(), pageFormat
         .getImageableHeight());
       g2d.draw(border);
       return (PAGE_EXISTS);
    }

    Hi,
    Till now this question is not answered.........
    Any Answer around this deeply apprciated.
    Edited by: DoraiRaj on Sep 29, 2009 3:55 AM

  • Save to PDF in TextEdit - Error While Printing

    When I try to save a text file to PDF I receive the error message - "Error while printing".  This only seems to be happening to text files I open or create in TextEdit.  It works fine if I log in as a different user.  I've run repair permissions and also deleted a couple of com.apple.print plist files in my user library, but the error remains.
    Is there anything else I should try short of reinstalling TextEdit?
    Thanks in advance for any advice!
    Rick

    On OS X 10.8.2, with TextEdit, I can open or create text documents and export to PDF without any issue.
    Here are the two preference tabs and settings that work for me. You can single click on the images for a larger version.
    New Document
    Open and Save
    PDF documents on OS X are created with binary content, which is the junk you observe.

  • Setting Paper Size while printing reports in character mode report

    Hi
    I am using developer suite 10g and am able to print the reports in char mode.
    but i have a small problem, i am unable to select the paper size while printing
    i select the parameters in a form and click on run report button
    this button helps me to get the data print directly
    but it takes the paper size as 12" height every time.
    where as my requirement is for difftent sizes. like 6", 9" height
    if i can select the size at runtime i can get my work done.
    can any one help me in this. its very urgent.
    Regrads
    Bhaskar

    HI, I My self writing , who created this question, as I got sucess in changing the font size.
    my dflt.prt in printer folder has the following,
    printer "dflt"
    height 46
    width 130
    after page control(L)
    return control(M)
    linefeed control(J)
    code "1" esc "G"
    code "2" esc "H"
    code "3" esc "4"
    code "4" esc "5"
    code "5" esc "W1"
    code "6" esc "W0"
    code "7" esc "C"
    code "8" control(O)
    code "9" control(R)
    I am able to increase the font size using code &5 and & 6 for the fileds or lables in report.
    But how to reduce the font size ???
    which code should I use in printer file. Our dot matrix printer is of type EPSON.

  • Error while printing the letters in Recruitment

    Hi, SAP Gurus.
    I am working on implementation of Recruitment module.I am facing a problem while printing a letter for confirm receipt, invitation for Interview etc.
    error is "Internal error in SAP OLE document container control
    Message no. SOFFICEINTEGRATION019"
    Pl suggest whether this error of customization or of BASIS.
    I want to get letters printed through std SAP system.
    Thanks in advance
    Regds
    Punit

    Hi
    make sure whether printer was connected to the system and check with basis

  • Error while printing smartforms

    Hi Friends,
      I am getting error "<b>Invalid value for parameter ARCHDEST</b>" while printing smartforms. This is happening only in IDES server. In Development the same smartform is working normally. I have checked in transaction SU53, to see whether all the authorisations have been given for IDES server. There is no problem in authorisation also. So what might be the reason for this. Please give me the solution to solve this problem.
    Thanks & Regards,
    Ranjith

    Hi Beginner,
    In the layout you have taken window or layout taken the big width in that case only you will get this type error syntatically it shows correct when you exicute the smart from try to give the print or see the print preview you will get this error (suggestion is better to check the window sizes)
    Thanks
    Ashok

  • "error while printing" when saving

    A really odd thing started happening today: when I hit Apple + S to save a document, it first pops up the save progress box, but after a few seconds a 2nd box appears with a mesage saying "Print. error while printing."
    I'm just trying to save, not to print. Any ideas what's going on?

    on the wife's g4 powerbook, added a network-shared printer, attempts to print to it result in:
    PMSessionValidatePrintSettings failed (error code = -50)
    Invalid PMPrintSettings in print info
    this same n-s-p works fine on my g4 powerbook, also 10.4.11...
    and i haven't been able to print to this printer from my core duo minimac running 10.6.2:
    3/1/10 6:55:37 PM AddPrinter[21005] Error loading /Library/Printers/hp/aio/PMs/hpaio_print_pm.plugin/Contents/MacOS/hp_aio_printpm: dlopen(/Library/Printers/hp/aio/PMs/hpaio_print_pm.plugin/Contents/MacOS/hp_aio_printpm, 262): no suitable image found. Did find: /Library/Printers/hp/aio/PMs/hpaio_print_pm.plugin/Contents/MacOS/hp_aio_printpm: mach-o, but wrong architecture
    3/1/10 6:55:37 PM AddPrinter[21005] Cannot find function pointer HPPMPluginFactory for factory 00425E6D-6656-11D7-966D-0003934BEDFE in CFBundle/CFPlugIn 0x1444f750 </Library/Printers/hp/aio/PMs/hpaio_printpm.plugin> (bundle, not loaded)

  • "Error while printing" when sharing printer under 10.6

    This just started yesterday. When attempting to print from either of two other computers (both 10.4.11) to a printer (HP LJ 1160) connected via USB to a MacBook Pro (10.6.2), the print fails with the cryptic error message: "Error while printing."
    I have searched these help forums and have tried repairing permissions on all computers. I have also verified that the /tmp symbolic link is in place on all computers.
    I have also tried resetting the print systems on all computers. I am able to add the shared printer on the client computers, but when attempting to print to the selected shared printer I still get the error.
    The Console on the client computer generates the following items in the log:
    2010-01-18 08:59:49.452 TextEdit[423] PMSessionValidatePrintSettings failed (error code = -50)
    2010-01-18 08:59:50.812 TextEdit[423] Invalid PMPrintSettings in print info
    Any ideas?

    on the wife's g4 powerbook, added a network-shared printer, attempts to print to it result in:
    PMSessionValidatePrintSettings failed (error code = -50)
    Invalid PMPrintSettings in print info
    this same n-s-p works fine on my g4 powerbook, also 10.4.11...
    and i haven't been able to print to this printer from my core duo minimac running 10.6.2:
    3/1/10 6:55:37 PM AddPrinter[21005] Error loading /Library/Printers/hp/aio/PMs/hpaio_print_pm.plugin/Contents/MacOS/hp_aio_printpm: dlopen(/Library/Printers/hp/aio/PMs/hpaio_print_pm.plugin/Contents/MacOS/hp_aio_printpm, 262): no suitable image found. Did find: /Library/Printers/hp/aio/PMs/hpaio_print_pm.plugin/Contents/MacOS/hp_aio_printpm: mach-o, but wrong architecture
    3/1/10 6:55:37 PM AddPrinter[21005] Cannot find function pointer HPPMPluginFactory for factory 00425E6D-6656-11D7-966D-0003934BEDFE in CFBundle/CFPlugIn 0x1444f750 </Library/Printers/hp/aio/PMs/hpaio_printpm.plugin> (bundle, not loaded)

  • "Error while printing." over network

    I am trying to print from a mac mini running 10.4.11 to a printer on a macbook pro running 10.5.3. The printer is using the Laserjet 4 Gutenprint driver. When I connect the printer directly to the mac mini, everything works fine. I can use the PDF export options on the print dialog just fine. When I try to print over the network "Processing..." flashes up and I immediately get "Error while printing." I have tried resetting the print queue on both machines, (turning sharing off and on) rebooting, deleting and installing the printer on either machine multiple times. I've repaired permissions on both machines and the cups error_log gives me literally no information when that message pops up. Help!?

    I've also noticed that while the network printer is selected, I can't use the preview feature in the print dialogue, nor do the PDF features work. I get the same "Processing..." then "Error while printing." In addition, with the network printer selected, when I try to print from page 1 to 1 of a multipage document it tells me "Error: Invalid Page Range. The number is out of range. Resetting back to last known valid entry." it resets it to 1 to 1 and gives me the same error if I click print.

  • Error While Printing II

    Just wanted to supply a fix to a previously archived post concerning an error message while trying to print from any application and receiving the message "Error While Printing."
    I fixed this issue by rebooting into safe mode (without extensions - hold down shift while starting up) and fixed permissions in the Disk Utility.
    Hope this helps others with the same issue!
    J.

    Check that table j_1iewt_cert_n and j_1iewt_certno are filled up.
    If maintained, then it should work.
    If not working then check the putting the breakpoint in the program J_1IEWT_CERT_F01 on statement "SELECT SINGLE * FROM j_1iewt_cert_n" and see where it is failing. It is easy to debug this error message.
    Regards,
    Gaurav

  • Error while printing - one solution.

    Folks, I just ran into the "error while printing" priblem this morning and read many of the posts. Some even did a complete OS reinstall.
    Anyhow, all I did was repair disk permissions on my machine and it solved the problem.

    Unfortunately, this didn't work for me, so it doesn't seem to be a universal solution.

  • "Error while printing" error in Address Book

    When I attempt to print a list of address book contacts in Address Book.app (both as a PDF or to a printer), I receive an error message simply stating "Error while printing." I've repaired my permissions and tried deleting the preferences for Address Book. How can I fix this and print out the list?

    After discovering that my problem was more general (affecting the whole system, and not just Address Book), I looked in the Printer forum here in the discussions and referred to this one:
    http://discussions.apple.com/thread.jspa?messageID=1264657&#1264657
    I attempted to do as one user suggested and replace the 'libConverter.dylib' file. It did not work, and I returned the original 'libConverter.dylib' file to its folder. Magically, printing works now. Seems like it just needed to reset itself.

  • Hide Link Button Image used in Crystal Report 2008 while printing

    Hello Experts,
    I am using Link Button of SAP B1 in Crystal Report 2008 which works perfectly. But when i am trying to export it, i am also getting the image of Link Button.
    Is there a way to hide the image while printing?
    Thanks
    Shiv

    hi Piyush,
    there are some changes in the cr viewer between 3.1 to 4.x. can you please upgrade the reports that are not working to webelements 2.47 which was built for 4.0.
    let us know how this works.
    -jamie

  • Can't Print "Error while printing."

    Suddenly I can't print.
    When I try, I get the warning: "Error while printing."
    I also get this same warning if I try to create a PDF, or Preview.
    The printer (HP 6890xi) has been working fine in all applications and is able to print a test page from the HP printer utility.
    Drivers are fine (I think), but I replaced them anyway.
    Any thoughts?
    Thanks,
    John

    I had four documents open in OmniOutliner Pro, and did a CMD-P on each of them in turn. The first two printed, and the second two did not, without an error message. Since then, I get an "Error while printing" message in OmniOutliner Pro, whether I attempt to print to the printer or save to a PDF; Adobe Reader will not print, and does not display an error message, and Firefox fails to print with an "Unknown error occurred while printing" message. I have run repair disk permissions on my startup volume, followed the Printer Troubleshooting guide on the Apple Support page, including updating printer drivers, I have verified that the CUPS software sees the printer, the printer can print a test page, and have used Printer Utility to Reset the printing. Nothing has changed.
    Now what?

  • My printer HP Officejet pro 8600 plus makes a lot of noise while printing

    My HP officejet pro 8600 plus, makes a lot of noise while printing, ink levels are ok, and printing is ok.  it was makiing lines before but not anymore

    Hi,
    Check first if the printer is connected directly to a wall outlet.
    Check if the carriage is moving freely and there is no obstructions inside the unit.
    Clean the paper rollers once.
    See if doing these helps you
    Thanks
    I am an HP employee, these posts are according to my knowledge and HP is not responsible for it.
    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 work for HP.

Maybe you are looking for

  • Is there a cable I can use for iPad one to watch Netflix and play apps on my HDTV? I bought the hdmi connector but it only works on iPad 2.

    I bought the hdmi and didn't realize you can only use it for iPad 2. I want to be able to watch Netflix through my iPad 1. And also play my apps on my big screen is there any cable out that will let me do this on my iPad 1.

  • Itunes says ipod touch is an iphone?

    well I just bought my touch about two weeks ago, and it was working fine. but two days ago when I plugged it in, itunes said 'could not connect iphone' and then my touch just restarts (the black screen with the apple logo in the middle appears). it k

  • JCA connection issue

    Hello, I wrote the SAP example for JCA connection, the problem is that I have an exception on this point: try { <b>client = cgService.getConnection(system_alias, prop);</b> } catch (Exception e) { app.putValue( "error", <b>"Couldn't establish a conne

  • How to use JAR files

    I have my servlet in a JAR file. When I try to execute it I get an           error saying File Not Found.           Do I have to change something in the weblogic.properties file? I           registered the Servlet but not the jar file.           Than

  • Forms Compilation On SOLARIS

    Hi all, We have some files which we have compiled and put on a solaris box.When we try and compile it it does not find any ".PLL" files. However, we put the files from our local box and it gives an error saying it cannot attatch some ".PLL" files ,na