Use File > Print Setup to select PostScript printing as the desired printed output format. File > Print Preview, and File > Print function just as they are described above in the section "Printing from the File Pull-down Menu".
You can create a macro or SPL function which will automatically copy the PostScript file to your printer queue. For example:
_SPOOLPS(fn) RUN(strcat("lpr ", fn) ,-1)