Retrieving print status of a word document given for printing
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
-
Hello all, I need to know the print status of a word document given for printing. That is, whether the word document is being printed,or has finished printing etc. I need to do this in VB.Net. Could anyone please help me. Thanks in advance, Jikky.
I don't think you can do it through Word. You may have to learn the printer's language (e.g. PJL) to talk to the printer and query the status of a document printed. Or ask your printer's manufacturer for SDKs to make your job easier. Edbert P. Sydney, Australia.