直接AJAX打印

I am looking for a specific printer or a technology (interface, standard, protocol) that exists on some printers, which makes it possible to implement direct printing from a web browser with AJAX.

That means that the printer must:

  • Network interface
  • Implement a web server (fairly common)
  • Have support for HTTP delivery of a document for printing, for example PDF file
  • SSL with custom certificate
  • CORS support for ajax

I am sure that many printers have the actual abilities to do this, but have not been able to find a specific documented implementation. Not even contacting some of the major printer vendors helped in this regard.