macOS Sonoma does not support viewing or converting PostScript files. However, it can still output PostScript to printers that support it.
In particular, it is no longer possible to click on a *.ps or *.eps file and open it in the Preview app. This is very very annoyingInstall ghostscript on macOS with MacPorts. This installs a number of executables, though not pstopdf. After reading some programmer comments, I added the following faux pstopdf to call ps2pdf with an option to trim whitespace around an image:
alias pstopdf 'ps2pdf -EPSCrop' # will crop whitespace around image
-> which ps2pdf
/opt/local/bin/ps2pdf
No comments:
Post a Comment