Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个 Mac 应用程序/服务,它将显示在菜单栏中(而不是在停靠栏中),它将负责通过我的云服务器进行打印。 我正在寻找的是将其显示为打印机列表的一部分。例如,当用户想要从 MSWord 打印 word 文档时,单击 Command+P 会显示打印机 UI,用户可以在其中选择打印机。现在我想将我的应用程序/服务显示为打印机列表的一部分,以便可以使用我的云服务器直接打印文档。 有没有可能做这样的事情。或任何其他想法将不胜感激。 提前致谢。——萨蒂扬。
我们必须创建一个设备驱动程序。它无法使用 Java 或 Objective C 中的常规应用程序开发来实现。