Is there an API call i can use to add an extra line at the bottom of all print jobs.
For example If someone prints something form MS word i want to intercept it and add on to the end of it 'Printed from MSWord etc'
T'anx :p
Printable View
Is there an API call i can use to add an extra line at the bottom of all print jobs.
For example If someone prints something form MS word i want to intercept it and add on to the end of it 'Printed from MSWord etc'
T'anx :p
you'd need to create a print monitor dll with C, and then register it with windows. then i could intercept print jobs (i think)