I'm working with cupsfilter
command to convert files from PDF to PS.
We had been previously working with cupsfilter
on Linux, but we had to migrate to macOS and some of the command line arguments are not compatible.
In particular, we can't control autorotation and scaling on macOS. They seem to be "on" by default, but there are some cases where we need to turn them "off" so page doesn't rotate or scale to fit automatically.
On Linux, those options are controlled with -o nopdfAutorotate
and -o nofit-to-page
.
Any ideas how to control rotation and scaling on macOS?
Thank you very much in advance.