For the normal 90 deg rotation needed for landscape Intergraph pages: --------------------------------------------------------------------- gs -sDEVICE=pdfwrite -sOutputFile="output_file.pdf" -dNOPAUSE -dEPSCrop -c "<> setpagedevice" -f "input_file.ps" -c quit Remove the -dEPSCrop if you want the full ps page size to appear in the pdf output file. Specific Examples of files from Intergraph: ------------------------------------------- gs -sDEVICE=pdfwrite -sOutputFile="geophone_box_electronics.pdf" -dNOPAUSE -dEPSCrop -c "<> setpagedevice" -f "geophone_box_1.ps" -c quit gs -sDEVICE=pdfwrite -sOutputFile="3_axis_box_electronics.pdf" -dNOPAUSE -c "<> setpagedevice" -f "3_axis_box_electronics.ps" -c quit Specific Examples of file from Top Drawer: ------------------------------------------ gs -sDEVICE=pdfwrite -sOutputFile="filtered_nn1.pdf" -dNOPAUSE -c "<> setpagedevice" -f "filtered.ps" -c quit