- 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.
- 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
- You can see the results with ggv or print it with lp, xpp...
