Mac - Showing my service in printers list

2019-09-01 08:16发布

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条回答
该账号已被封号
2楼-- · 2019-09-01 08:31

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

查看更多
登录 后发表回答