I'm interfacing with an application that's sending a raw printer file to the default printer. This is the only thing it will do with the data.
I need to get this file somehow so I can store it elsewhere instead. What would be the best way to do this?
The best I've thought of is to write an app that listens to a specific port, and set the default printer to that port.
Would this way work? Is there a better way?