When running with older gs version, you may get the following deprecation warning:
**** WARNING: The .setpdfwrite operator has been deprecated and will be removed entirely
in the next release of Ghostscript. The functionality of this operator has
been reduced to increasing the size of the VM threshold. If you believe you
have a real need for this then you should replace your call to .setpdfwrite
with:
3000000 setvmthreshold
I am trying to print a file to Boomaga and getting the following error:
That happens because of deprecation of
.setpdfwrite
. The full stderr ofgs
looks as follows:When running with older
gs
version, you may get the following deprecation warning:Similar bug report is present in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/lazarus/+bug/1949192.