Postscript file conversion:  A4 to Letter



The psresize in PSutils package can be used to do the job:

    psresize -hA4 -Hletter  infile.ps > outfile.ps
This command also can do the reverse. Check manpage for detail.