To print 132 column mode in landscape with the default a2ps
border and headers say:
a2ps -Pprintername -1 --landscape -l 132 filename
To print without the default border and headers say:
a2ps -Pprintername -B --borders no -1 -r -l 132 filename
(-r is shorthand for --landscape)