Hi guys,
Is it possible, using the Windows Printer Spooler API, to extract RAW/Plain Text or any useful data from a Print Job?
I'll be building a separate App on a windows machine that will be listening for a Print Job and extract 'usable' data from it(plain text, etc.).
Say I print a 'Hello Word' text from notepad, a separate application using the Win32 Spooler API would 'catch' this job, get the plain text, then store it in a File/Database while the Printer prints it.
I'm looking up the Win32 APIs, printMon and before inpout32(for port listening).
If someone can give me some guidance, help or what more to look into or even shed some light if this is possible it would be very helpful.
Thanks!