RE: a2ps convertor is producing tilted report

[email protected] (Karl Berry) Fri, 2 Jan 2015 21:23:27 GMT
Newsgroups gmane.comp.printing.a2ps.bugs
Message-ID <[email protected]>
Perhaps the problem is simply that ps2pdf "helpfully" automatically
rotates pages under some circumstances.  (I think when the page width is
a larger dimension than the height, but I've never fully tracked it
down.)

Maybe try:
ps2pdf -dAutoRotatePages=/None ...

Best,
Karl