clawsoftware / clawPDF

Open Source Virtual (Network) Printer for Windows that allows you to create PDFs, OCR text, and print images, with advanced features usually available only in enterprise solutions.
https://github.com/clawsoftware/clawPDF
GNU Affero General Public License v3.0
658 stars 147 forks source link

Unable to print to shared network printer from local account if not logged in #101

Open lravelo opened 1 year ago

lravelo commented 1 year ago

So I have this application that has to run within the context of the local administrator user (this can't change, unfortunately) and it generates documents to print. When the local administrator is not logged in, the print job runs according to my audit logs but doesn't generate a PDF at all. When I do log in with the local admin account and new print jobs are triggered, the pdf's do get created and my post actions run as I want them. Is there any way to get this to run without having the local admin needing to be logged in?