Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid: Bluetooth printing
    text
    copied!<p>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. Unfortunately, there's not a lot of information about this subject so I'd like to ask for advice.</p> <p>As far as I know it's not possible to print over Bluetooth on Android (using native calls), as Android's BT Stack doesn't implement BPP (Basic Printing Profile). Doing a little research I've found the following alternatives:</p> <p><strong>SDKs/Libraries</strong></p> <ul> <li><a href="http://www.sybase.com/products/allproductsa-z/mobiledevicesdks/bluetoothsdks" rel="noreferrer">Sybase-iAnywhere-Blue-SDK-for-Android</a> : Commercial SDK that supports a lot of BT profiles. Developed by a large company (good support I guess). I have not found a lot of information about this one. Is there some documentation,API or examples on how to use this SDK? Does anybody know how to download the demo version? (link seems to be broken last time I tried)</li> <li>iPrint SDK: Commercial SDK. Some examples on their website but nothing else.</li> <li>Zebralink: Only for Zebra printers (naturally). Other manufacturers probably have APIs for their printers too.</li> </ul> <p><strong>Google Play Apps</strong></p> <ul> <li>PrinterShare: Commercial (Premium key)</li> <li>Bluetooth Smart Printing: Free and lightweight. Claims to print to Bluetooth printers.</li> </ul> <p>Ideally I wouldn't want to be tied to a specific brand or printer model. Now the questions: </p> <ul> <li>What do you think it would be the best choice?</li> <li>Do you know any other alternative that I've missed?</li> <li>Can I easily print files from my App using an external App?</li> <li>What format should I use for my files to be able to print them over Bluetooth? (pdf,images,etc.)</li> <li>Any advices on printer manufacturer and models?</li> <li>Have you had any real experience printing over Bluetooth on Android?</li> <li>Is there any plans in the immediate future to implement Bluetooth printing on Android?</li> </ul> <p>Thanks in advance for your help ;)</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload