Forum Discussion
manrag
Sep 22, 2021Copper Contributor
Updating Print Job Status
Is there a way yet to update the print job status? Right now, it just says "Sent to printer" on the Universal Print printer queue in my window machine. How can we remove it from the queue whe...
Saurabh_Bansal
Oct 30, 2021Microsoft
manrag - hope you are doing well.
Updating job status is already available via IPP APIs. Our team recommends using the IPP standard as far as possible to develop a printer interface.
Graph APIs are meant for building cloud integrations where applications may work on printers/jobs in parallel (as a workflow). Graph APIs does make some tasks easier for cloud applications acting as printer interface like getting job notifications.
Thanks
Saurabh
- manragNov 04, 2021Copper ContributorWhat's the proper way to authenticate when making ipp calls as I keep getting a 401 error.
- Saurabh_BansalDec 09, 2021Microsoft
manrag - please refer to https://docs.microsoft.com/en-us/universal-print/hardware/universal-print-oem-printer-registration#3-getting-printer-token.
- manragDec 09, 2021Copper ContributorSaurabh_Bansal
Thanks for the response.
I keep getting an "connect ETIMEDOUT" error using the node.js IPP Api's. Any idea why?