1

I have to develop an app for Android tablets that demands printing files to a Bluetooth printer.

Printing over Bluetooth is one of the most important features of my app.

I tried this project and this one.

It doesn't work, nor reporting any error - do not print.

Any suggestion with bluetooth printer?

Community
  • 1
  • 1
Aspicas
  • 4,498
  • 4
  • 30
  • 53

2 Answers2

0

The best way is to save data to a file, like pdf or html or like it Then share it through Intent But the point is that on device API less that 19, Shared printer must be installed, then it is possible to print, have you installed any share printer app? It is like File browser, which user need to install

Ahmad Ebrahimi
  • 267
  • 5
  • 24
0

I used Woosim's PORTI-W40 printer to integrate bluetooth printing in my application. To integrate this, you have to download the SDK and user manual from Woosim and can integrate it. By the you can check the printer configuration using the Woosim BT Printer testing app from google play. If this app is successfully printing the test page, then your configuration is fine.

I hope this will help you.

Ahamed Salik
  • 313
  • 2
  • 4
  • 18