2
Is there an api to send print orders through an android app? I’ve seen that Samsung included this bluetooth printing feature some time ago, but I can’t find anything about sending print orders natively to these devices.
Some light?
2
Is there an api to send print orders through an android app? I’ve seen that Samsung included this bluetooth printing feature some time ago, but I can’t find anything about sending print orders natively to these devices.
Some light?
Browser other questions tagged android bluetooth printer
You are not signed in. Login or sign up in order to post.
Put the printer model and give a search, Usually when this is possible the company provides a dll for you to use.
– Viniam
Thank you! I’ll find out!
– Paulo Santos
I’m facing the same problem as printing on ANDROID - http://answall.com/questions/157558/selectr-impresra-via-php-no-android?noredirect=1#comment328965_157558. I will follow this question and left the link of mine, in case it appears answer that solves your problem.
– Anderson Brunel Modolon
Andreson, I solved my problem as soon as I had the printer in hand. The manufacturer itself provides an api to interface with the printer. It was only necessary to implement the access to the api and everything went perfectly.
– Paulo Santos