简体   繁体   中英

Does Android Printer Framework Support Bluetooth Connection?

I'm trying to print some pdf documents by using Android Printer Framework via Bluetooth Connection.

I could not print any document when I click find all printers it just holds and does not show any printer device.

Printer and Android tablet paired but there was no action.

How can I print documents using Android Printer Framework with Bluetooth Connection?

The answer for your question is YES. Android Print Framework support Bluetooth Connection. Check the document here: https://developer.android.com/about/versions/android-4.4.html

Android now includes a complete framework that allows users to print any document using a printer connected over Wi-Fi, Bluetooth, or other services. The system handles the transaction between an app that wants to print a document and the services that deliver print jobs to a printer. The android.print framework provides all the APIs necessary to specify a print document and deliver it to the system for printing. Which APIs you actually need for a given print job depends on your content.

But you need your printer's manufacturer to support Bluetooth too to print via Bluetooth. Ask the manufacturer about it. In the case of HP, it seems that it does not support Bluetooth at this time.

StarPrint may do what you are looking for. It finds the connected printers, manages drivers, and so forth

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM