Forum Discussion
steve1285
Sep 14, 2023Copper Contributor
Universal print Jobs pauses between pages
We have developed a Connector for HP Multifunction Devices to support Universal Print, however we are finding that on certain older models the printing pauses between each page, so to print a 5 page ...
Saurabh_Bansal
Microsoft
Sep 16, 2023steve1285 - As a connector, you will need to download the job. Job is downloaded as one single file (in PDL that you choose when registering the printer). Printing this file is upto your connector - in other words the page-by-page printing of a single job is either upto how you connector handles it or upto the printer.
A few other things though:
- For connectors, we recommend using IPP APIs instead of Graph. Graph may be used for certain operations only in service-to-service scenarios. Please refer to documentation here - https://learn.microsoft.com/en-us/universal-print/hardware/universal-print-isv-connector
- Are you using IPP-Notifications to get notified about new print jobs on the printer?
Thanks
Saurabh
- steve1285Sep 17, 2023Copper Contributor
Thanks for the Advice, I will pass this onto the Dev Team to investigate further.
Cheers