Search code examples
c#memorynetwork-printers

get job list queue from printer memory


I know that my network printer (big Konica Minolta) have own memory and storage there some info like printed jobs. It is possible to get from this memory this information? I try to use Win32_Printer or Win32_PrintJob but as I read it gets only jobs queue from Windows dialog box ...

Have You some idea how resolve my problem ?


Solution

  • You'd need the API/SDK specific to the printer:

    http://best.kmbs.us/pages/levels.php

    Hope that helps!