Client saved jobs on Mac are located in /private/var/spool/cups folder.
In order to check the print output on Mac side:
-
Open the Terminal and copy /private/var/spool/cups folder to Downloads(or any other folder):
sudo cp -r /private/var/spool/cups /Users/<username>/Downloads
-
Set '755' permissions to the copied 'cups' folder:
sudo chmod -R 755 /Users/<username>/Downloads/cups
- Open the copied "cups" folder and add extension ".pdf" to files like "d00001-001" "d00002-001" and e.t.c.
- Apply all settings and open the files.
Was this article helpful?
Tell us how we can improve it.