简体   繁体   中英

How to print image from wifi printer?

I am working on an app in which there is an option to print the badges. Currently I am using BrotherPrinterSDK but it will restrict the functionality for Brother Printers only.

Can anyone help me with a demo to find a list of nearby wifi printers and print by selecting any one of them?

Moreover Brother Printer SDK is not working properly in the versions above marshmallow. So I want to switch to some other method

Mopria Alliance is an open system for printing to wi-fi and networked printers. How to Print with Mopria Their driver (which is an app) is Here

In your app, on startup, you can check if Mopria is installed, and send them to the Mopria App, if not.

In your app, add a "Print" menu option or button, and have it open the Mopria Printers tab, which will search for local devices. Your app will likely want permissions to turn on Wi-Fi if it is not on (this doesn't sound like a problem from your description).

I did some testing on this a couple years ago, so I will look for some demo code when I get home.

Best option so far is using Google cloud printing

so no need relay on other third party apps, but user must add there printer with his own google id

ref: https://www.google.com/cloudprint/learn/index.html

As mention here https://www.google.com/cloudprint/learn/printers/ they support wide range of printers,

To make it programmatically check https://developers.google.com/cloud-print/docs/android

In my experience when using a Wi-Fi printer you should use the specific SDK provided by printer's manufactures. It's easy and prints faster than any other app dependent SDK. In case SDK is not working may be because of some permissions that you need to ask on run time as Android 6 and above need user to accept some permissions like Contact, SMS etc. you can look here for that.

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