I'm doing Print Driver connectivity with desktop application. I have the virtual printer written in c#. I use RedMon to be the redirect monitor. See image.
My problem is if I write a desktop application with flutter, electron, or other cross-plataform framework, how can my application read the data received by RedMon?
In .NET, I could do this with BinaryReader standardInputReader = new BinaryReader(Console.OpenStandardInput())