Hi Everyone,
Currently, I am having issues with printing to Ricoh printers in our schools with macs running on both Big Sur and Monterey. Whenever certain students or staff print, they get the following error:
ERROR : invalidfont
OFFENDING COMMAND : show
STACK:
(!)
I have managed to find a workaround with a change to the Rasterizer in the PPD files of the print drivers, by running the below script:
#!/bin/sh
cd /etc/cups/ppd
find ./ -type f -exec sed -i '' -e "s/TTRasterizer: Type42/TTRasterizer: None/" {} ;
However, any mac that I run it on throws the following error:
find: -exec: no terminating ";" or "+"
If anyone has any input on this, I would appreciate it! If you have any other questions, please let me know!