how do you print odd numbered pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i need to print on both sides of the paper like a book full pages on each
side. Is there way to do this? ie printing odd numbered pages and then even
numbered pages?
 
There are a number of ways to do it. Here are three.

1. Check if your printer can do it for you. Sometimes it allows you to do it
with a manual duplex option if it is not automatic.
2. Consider printing to a pdf printer using Adobe or some other option like
PDF Redirect (you also have to install the ghost script files you can get
them there too)
http://www.exp-systems.com/
Then you can print odd and even files in acrobat.
3. Write a macro that prints the pages 1,3,5.. and then request the user to
put the pages back in the printer and print on the other side may need to be
backwards and you will need to sort out the last page printing is it blank or
not.
 
This solution looks like what I need, but where do you put this script? I
have no idea what to do with it.

Thanks in advance
 
Back
Top