quadportnick / docker-cups-airprint

Docker image for CUPS intended as an AirPrint relay on Synology DSM
GNU General Public License v3.0
65 stars 136 forks source link

CUPS-PDF - output location - need to have unique filename - files overwritten #15

Open johnbradley101 opened 1 year ago

johnbradley101 commented 1 year ago

Hi, I have setup the docker container on Synology and I have selected CUPS-PDF as the printer and am able to print a PDF from windows. I have added a volume to map: docker/cups-quyadportnick/CUPS-PDF to /var/spool/cups-pdf The file is output as: MSxpsPS__0.pdf and the PDF looks good once generated.

The issue I have found is: this filename is static, and each time I send a print job, it overwrites the file.

Is it possible to set the filename so that it does not overwrite each time?