I have a process in which one of the things that needs to be done is to capture the print output into a file for further processing. To do this, I configured the printer port "FILE:", which works very well, but each time it asks for a file name.
Unfortunately, "FILE" is not a very descriptive word when trying to use a search engine :(
Is there a small driver somewhere that does the same as the FILE: driver, but can automatically generate a file name (possibly based on a template) and just print on it?
source
share