20 Jul 2006 arauzo   » (Journeyer)

How to print short-edge duplex when short-edge duplex does not work in your printer

  1. Everything you print in Linux use to get the form of a postscript document. Just use "print to file" in your application, or pdf2ps and get your file.ps.

  2. Then you can convert your file.ps to another .ps with even pages turned upside-down with this command (using a4 paper, change size to fit your paper):

     pstops "2:0,1U(21cm,29.7cm)" file.ps >fileTurned.ps 

  3. You can see the results with ggv or print it with lp, xpp...

Latest blog entries     Older blog entries

New Advogato Features

FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!