I've searched for a solution for my problem but I can't really find one.
My problem is that I want to use a program I've written (wpf windows app) as a virtual printer.
The program usees the commandLineArgs and is processing the file.
The purpose of the driver is not for my personnal use, it's for companies, that is why I am searching for a simple solution for the client (even if it's a system admin or a developer).
I already have the installer for my application, all I need is a script file, or another code that can "install" a virtual driver
so ->
PDF FILE -> "print" -> MyProgram
and, if possible, a script that installs my project as a virtual printer
I've already tried to use the opensource Printer++ by creating a DLL
that open my program, but it does not work. I've followed the tutorial(s), but the class library never showed in the printer list.