Mac - Showing my service in printers list

柔情痞子 提交于 2020-03-06 05:02:49

问题


I created a Mac app/service that will be shown in menu bar (and not in dock) that will take care of printing through my cloud server.
What I'm looking is to show this as part of printer list. For example, when a user wants to print a word doc from MSWord, click on Command+P which shows the printer UI where user can select the printer. Now I want to show my app/service as part of the printers list so that the doc can be printed directly using my cloud server.
Is it possible to do such thing. Or any other ideas will be appreciated.
Thanks in advance. --satyam.


回答1:


We have to create a device driver. It cannot be achieved using regular application development in Java or Objective C.



来源:https://stackoverflow.com/questions/17691092/mac-showing-my-service-in-printers-list

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!