Skip to content

Tag: printing

Print Web page on 4 inch printer from mobile

I am developing a mobile web application. On the form when the user press Print button I need to print the page on a 4 inch printer. My question is how can I connect to the printer from the mobile web browser(may be using bluetooth, USB). My application will be running on all type of smart phones(Andriod , IO…

Formatting a string array in java

I have a string array which has k elements. I want to print them out using System.out.format, but the issue is that I do not know k. So essentially, I want to use something like: System.out.format(“%s %s … k times”, str1, str2, … strk); (where k is a variable) I was looking through the…

Printing in Java to Label Printer

I am having trouble printing to a label printer. The code below prints 4 “labels” on one (Picture of Label Attached). The code below prints to a brother QL-500 label printer. It prints onto 3.5″ by 1.1″ labels. It would also be great if someone could help me better understand the code.…