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.
I am using the ClawPDF printer and I want to run the script (.exe or .bat) on completing the PDF conversion.
I tested it out and it works charm.
But the issue here is that I need to run this external process in the background and not in the foreground.
I have tried putting '&' or '\B' while putting the script in the configuration but no luck.
I am using the ClawPDF printer and I want to run the script (.exe or .bat) on completing the PDF conversion. I tested it out and it works charm.
But the issue here is that I need to run this external process in the background and not in the foreground. I have tried putting '&' or '\B' while putting the script in the configuration but no luck.
Could anyone knows how I can achieve this?