0
votes
0answers
18 views

android library/code to use paper printer via usb or wireless connection

I was wondering if there is any way to set output of the application to physical printer via usb. There are some stuff like star printers sdk etc... are there any function(s) to use it directly with ...
0
votes
0answers
14 views

Google cloud print print button not working within android webview

I started out with the google print tutorial and have enabled javascript in my android app. The user then clicks a php button (inside an android webview) to start the printing process. They select a ...
0
votes
0answers
31 views

Build Android apps server

I'm building an Android app for printing documents by the application server that will send the document to the server and the server sends the document to the selected printer to print (on the server ...
-2
votes
0answers
59 views

Print bitmap on esc/pos printer Java [closed]

I'm developing an app for android, the wich prints differente content using a Rego Thermal Printer... This printer supports the image printing, but I don't know how to do it... At this moment I'm ...
0
votes
1answer
76 views

Send plain text to an USB Printer in Android

After reading this question: Android USB Permissions Dialog never appears and doing some tests, I have the following problem : I need to print to USB printer too (only plain text), I establish ...
-2
votes
0answers
41 views

how to print an image on android with wifi printer [closed]

I can learn how to print an image in an android application with a wireless printer, I install an application on android to ensure communication between the printer and wifi android mobile
-1
votes
0answers
19 views

Finding Printers in your network [closed]

I'm trying to find a printer in the network.What are the possible solution available to search printers in your network.Is there any library available to use which can be used? or how we can use ...
-2
votes
0answers
29 views

How to scan a document and save it as pdf in android? [closed]

I'm working on an app that I need to take a photo of it with the camera and convert it to PDF file. Something like camScanner app, I don't need OCR, just a high quality document so I can print it ...
0
votes
0answers
62 views

Access LAN printer from Android

Is there any way to access the Printer connected in LAN. My printer is not on WIFI network (WIFI facility is not available in my printer). My printer is connected through Cable on the network and I ...
0
votes
1answer
175 views

Printing PDF with Android

I'm trying to print a PDF from within my android application. But everytime i try to print my printed page contains weird data like: java.io.FileInputStream@418479b0 I assume that my pdf isn't ...
1
vote
0answers
110 views

Is there any way to connect printer from Android phones through wifi for printing?

I would like to print from Android phone to printer through wifi.Is there any chance of doing it.Because I tried searching around and ended up with only apps being available.Any sample codes to do ...
0
votes
2answers
47 views

Print/debug GeoPoint Array

I have a GeoPoint array list shown below: ArrayList<GeoPoint> listOfPoints = new ArrayList<GeoPoint>(); and I would like to print it out to check that it correctly contains the points I ...
0
votes
1answer
53 views

Android - giving pdf to wireless printer

I have one pdf form. Now I want to 1)give this pdf to wireless printer---suggest me how to do this and if possible provide some sample for this. Is there anyway to support all the vendor printers ...
2
votes
1answer
232 views

How to print image and some data from an android device, using printer (print via bluetooth)?

I am developing one app in which i have to print one receipt, receipt has one logo(static) image view, how can i print this to bluetooth printer? and also i have taken signature by using ...
0
votes
1answer
111 views

Zebra EM 220, print image using Android

I'd like to print an image from my sd card with a Zebra EM220. I tried to use GraphicsUtil.printImage("image path", 0, 0) but all my attempts failed and I'm just able to print a list of characters. ...
3
votes
2answers
192 views

My android application prints only 1 ticket every 5 seconds

Firstly, thank you for your time reading my question. I'm still a noob when it comes to programming in Java and I am grateful for any advice or assistance. The App I wrote a small android ...
-3
votes
1answer
171 views

Communicating with receipt printer using android tablet [closed]

I want to add printing support to android app. To be specific my requirement is to connect USB receipt printer to android tablet and print directly from the tablet. I tried to search whether there ...
0
votes
2answers
115 views

Turning screen on and off in Android

I am having a bit of trouble with regards to the Android code I am trying to produce. What I am trying to do is simply print out a 1 if the user wants to unlock their phone, and when the program first ...
0
votes
2answers
74 views

Android setText() overwriting itself?

I'm a bit new to Android programming and what I want to is simply set send some text to a screen. This capability is supposed to be for when you turn on and off the screen. When you turn it on, a time ...
0
votes
0answers
99 views

Android Application for printing with Bixolon R200

i am developing an android app for printing with Bixolon R200. i use bxlprint.jar's classes for my work. when i want print persian string like سلام,printer print weird character. i used UTF-8 and ...
4
votes
1answer
198 views

Access printer through Wifi from android device

I am developing a Billing Application in android. My hardware requirements are : Android tab , WiFi device , Printer. My application Ui have input controls. After filled inputs ,values move to ...
0
votes
0answers
111 views

Print to pos printer over bluetooth-serial or wlan-serial adapter via Android

Is it possible to print to pos printer with only serial port over bluetooth serial or wlan-serial adapter? So, my question is will this work on any printer with serial port? I don't believe that this ...
9
votes
2answers
710 views

Using the Google Cloud Print API with Android

I am working on an android application that needs to print to a printer. I decided on using the Google Cloud Print, as it seemed easy to set up. Initially, I followed the steps found here for ...
0
votes
0answers
139 views

How to add google cloud print in phonegap for hybrid android app?

I am developing a hybrid app for android using phonegap. I am in need of adding print functionality to print the html content. After making many google search I found that we can use google cloud ...
2
votes
3answers
558 views

Android driver development

I am planning to create a system for shops. I am going to use an android tablet and a receipt printer. The printer I am planning to use does not support Android. My question is: Can I create a ...
0
votes
3answers
364 views

Format text in bluetooth printer

actually, I have to implement a module the which connect to a BT termical printer and print in it. I have a simple but functionally example, it works with the printer. The problem is that these text ...
0
votes
2answers
595 views

Android USB Permissions Dialog never appears

I've written a simple app to send commands to a USB printer connected to an Android 4.0 tablet via USB. For some reason, I am unable to get past obtaining permissions to claim an interface and open a ...
0
votes
1answer
475 views

On android how do I use a USB printer supporting ESC/POS command set?

On android how do I use a USB printer supporting ESC/POS command set ? I have found out the Epson SDK for android http://pos.epson.com/mobilesdks/index.htm but it seems to support only WIFI and BT ...
0
votes
2answers
115 views

printing with Android eclipse ADT

When I use System.out.println() with the Android ADT for Eclipse, it doesn't show in console? How can I turn it on? or how to properly output to console with the ADT?
0
votes
1answer
188 views

How would I go about printing text from my android program?

I would like to know how to print some text content from my android application to a physical printer. I post a similar question but the responses didn't seem to work for me. I would like to know some ...
0
votes
1answer
223 views

Requesting Battery status from Mobile Bluetooth Printer (ESC/POS)

I am successfully printing to a Bixolon SPP-R200 mobile bluetooth printer. I would now like to ask the printer for it's current battery level. Based on the Bixolon command manual, the following ...
1
vote
0answers
154 views

Android bluetooth Printing Runtime Error

I have a program that sends data from android mobile phone to mobile printing Bluetoth. I am having trouble with my code. runtime error occurs. I can not analyze it. please help. Thank you very much ...
0
votes
0answers
136 views

how do I enable print in flex mobile application

We are developing a android / ios mobile application using FB 4.6, Flex SDK 4.6 with AIR 3.2. We have a requirement to print a view (and) save as PDF from the mobile app. Requirement is: When Print ...
0
votes
0answers
99 views

Android character sets and codepages support

We are developing an Android application that sends information to a text printer and we need charset support to different codepages. Android doesn't have support to a lot of codepages. Does exists ...
1
vote
0answers
190 views

Android - Paging issue of WebView.capturePicture() result

I've making a module export HTML to another data format on Android. When searching about WebView on Android, I turn into the solution exporting to Picture because the WebView supports this job by ...
0
votes
1answer
91 views

Let device act as printer

I am trying to connect my Android Tablet to a hospital machine. This machine has the ability to print to several printers like a "Canon IP2600". But when I connect my Tablet to the machine and try to ...
1
vote
0answers
269 views

Android Bluetooth sharing connection between activities with auto pair

very rare do i come here because most of my problems are solved with examples and samples ect. which im not to bad with. now my problem is i cant figure out what the hell is going on. So i bought this ...
0
votes
0answers
212 views

Printing an Asp.net webpage running on android to mobile printer

I have an asp.net web page which generates invoices / receipts. The site is running on a smart device. We use Zebra mobile printers to print the invoice / receipts which is working fine on windows ...
0
votes
1answer
128 views

Send text format (font type, font size, bold, encoding…) to network printer in Android

Please, can someone know tell me how to send format of text to network printer in Android? This is my code to connect with printer: Socket clientSocket = new Socket("192.168.130.55", 9100); ...
0
votes
0answers
103 views

Print using wifi from android tab

hi friends i want to print a receipt from android tablet using WiFi with WiFi printer how cani do so can any one help me or any example . data is withing tab only
1
vote
1answer
206 views

Choosing thermal printer for Android

What is the most compatible, easy to interface label printer for android. I have been looking through Zebra, Star, Epson and Brother. Zebra SDK is an exe, which I am not able to explore in my mac. ...
1
vote
0answers
387 views

How to use google cloud printer to print text file in android

I implemented Google cloud printing in my project but when i attach text file in Google cloud then it show that 1 page to print but not show its content. So how do I show the content of text file ...
0
votes
1answer
465 views

Printer Bixolon is not connected to Samsung Galaxy Tab

I am using pocket printer Bixolon SPP-R200 for printing by Bluetooth in Android. I have tested my application on HTC (with Android 2.3.7) and Asus (with Android 4.0.3) and they work fine with printer. ...
1
vote
1answer
698 views

Android Printing App for Zebra RW420 printer

I mean to start developing a simple android application for printing labels using zebra RW420 printer. They have SDK for android but I cannot figure out where to start from. I invision an app with a ...
0
votes
1answer
282 views

Printing with android

I want to print the text file from my application in android 8 through Bluetooth or WiFi. Please suggest me the solution.
1
vote
0answers
142 views

Print to Android Device over the Network

Is it possible for an Android phone running Jelly Bean to emulate a network discover-able printer? The goal of the application on the phone is to emulate a printer and have a Windows XP computer ...
0
votes
1answer
48 views

Printing text based on the position of a button

I have a SlidingDrawer menu in my app, and when the drawer is open I want the name for each button on the drawer to display as the buttons go pass it. Do you all have any ideas to whether this is ...
0
votes
0answers
75 views

android java byte array case (bluetooth printer)

Hi I create a phonegap plugin in order to print to a bluetooth printer. Everything is working but I have the following promblem. I have to send to printer a byte as follow final byte[] texttoprint1 ...
4
votes
2answers
519 views

How to change the font size while printing in android?

I am sending the text to the bluetooth printer via my android cell. Both the printer and my device are connected via the bluetooth. It's Working fine and I am getting the desired text on the paper. ...
0
votes
1answer
124 views

how to know devices is mobile or printer in android?

I want to print from android mobile via Bluetooth. i get all the devices in the list with a Bluetooth adapter. i just want to know which of the devices in the list is mobile and which is printer. Is ...

1 2 3