https://developer.android.com/training/printing/custom-docs.html#print-adapter
我发现了这一点,但我认为这太复杂了。我只想将现有的pdf文件发送到打印机。以上方式是唯一的方法吗?我无法找到其他任何东西。
答案 0 :(得分:3)
我发现了这一点,但我认为这太复杂了
我同意。 Google doesn't care
以上方式是唯一的方法吗?
AFAIK,是的,虽然看到http://stackoverflow.com/a/20719729/115145和this进行基本实施。
答案 1 :(得分:0)
我不确定你的目标是什么,但你的选择是:
Custom print adapter - 就像你看到的一样。您可以在CommonsWare写的文章中找到更简单的实现方法。
Google Cloud Printer - 一个选项,就是每个用户打印并设置打印机本身的目标。