Reversed order printing

Ask a Question related to Mac Applications & Software, Design and Development.

  1. #1

    Default Re: Reversed order printing

    You know, if you get a laser printer, the driver may be more likely to collate
    the pages in reading order, merely because many shove the sheets out face down.

    Inkjets want the ink to air dry, so they come out face up. But that means page
    2 is on top of page 1.
    So you have to hand collate the pages. Dealing them into another stack like a
    deck of cards once will reverse this order. If you are printing more pages
    than you care to collate, of plain text, you may be better off considering a
    laser anyway.

    Of course, more is added to the picture if you are printing Japanese, and you
    read reight to left from the back of the book.

    They could do this with the print drivers themselves, but they have good
    reasons for starting at the beginning of a document, such as printing web pages
    where pagination does not occur until you hit print. You could image the
    printing each time so it is sent to the printer in reverse order, but it will
    make the printing queue longer... probably taking more time than hand
    collation.
    GrapeApe Guest

  2. Similar Questions and Discussions

    1. tab order when printing from Acrobat 6
      Has anyone had this particular problem? When I go into the Print dialog box in Acrobat and tab over to enter in the pages I want to print, the tab...
    2. Creating Reversed Text Paragraph Styles
      Is there any way to create a reversed text paragraph style in InDesign 2.0 other than using the paragraph rule approach -- this only works for single...
    3. PDF from Windows to Mac creates a reversed/negative image
      I have had an issue with creating PDFs on a PC and then sending it to a MAC and the image being completely reversed, like an exact negative image....
    4. eye dropper reversed...
      i'm having "issues" with the eye dropper. whenever i select a color, it shows up as the background color in the palette, instead of the foreground....
    5. search a string backwards - like reversed stripos
      hello, i am looking for a function that easily searches a sting backwards - just like stripos but reversed. is there already one part of php or...
  3. #2

    Default Re: Reversed order printing

    GrapeApe <grapeape@aol.comjunk> wrote:
    > Inkjets want the ink to air dry, so they come out face up. But that means page
    > 2 is on top of page 1.
    > So you have to hand collate the pages. Dealing them into another stack like a
    > deck of cards once will reverse this order.
    <snip>
    > They could do this with the print drivers themselves, but they have good
    > reasons for starting at the beginning of a document, such as printing web
    > pages where pagination does not occur until you hit print.
    It can depend on what program you are using. On my inkjet, at least,
    when printing from Microsoft Word, there is a "reverse order" option.
    But this option isn't present for all printing. I think the driver on my
    old laser printer had a reverse order option as part of the driver.
    --
    Send e-mail to the Reply-To address;
    mail to the From address is never read
    Daniel Cohen Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139