Hi,
I have a cups-pdf install in F13. The printer works by add a printer using the following URL in Windows:
http://<server>:631/printers/cups-pdf
However, all my pdf files are output to /var/spool/cups-pdf/ANONYMOUS. This is due to the user name of windows and Linux are different or doesn't exist. My windows user name is Alice but the Linux's home account is Bob.
If my windows using Bob, then I able to collect the output pdf files in /home/bob.
Is that possible to collect all pdf files from /home/bob even my Wiindows logon user is Alice without changing the Windows user to Bob.
Thank you.