Is it possible, using the Windows printer spooler API, to remove any useful data from Raw / plain text or print job for?
I will create a separate app on a Windows machine that will be listening for a print job and will find 'usable' data from it (plain text, etc.).
I say that I print a 'Hello word' text from Notepad, a separate application using the Win32 Spooler API will 'catch' this work, get plain text, then file it / The database will be stored in the database, while the printer will print it.
I'm looking for Win32 APIs, printMon and inpout32 (port to listen).
If someone can leave me some guidance, help or something else or even some light, it is possible that it will be very useful.
Thank you! Perhaps the information can help you more from me. I had developed the print monitor a few years back, So I can answer your additional questions. Perhaps you can solve your problem like I have described the use of without of the WDK (DDK). You can select ReadDirectoryChangesW
or FindNextChangeNotification
/ FindFirstChangeNotification
API
Comments
Post a Comment