How do I to print several images?

s simfa global 2 years 11 months ago
3 0 0

Regards, I am developing an app on Android and I use the RW420 printer to print a invoice, that contains three images, but it only prints one image. How can print several images.
the code is something....
 
final String graphic1 = Enviroment.get ...........+ "image1.jpg";
...
...
ZebraPrinter printer = ZebraPrinterFactory.getInstance(PrinterLanguage.CPCL, connection);
    printer.printImage(graphic1,438,18,500,500,false);
    printer.printImage(graphic2,18,18,500,500,false);
...
...
.....looks like:

 
 
 
thanks for any help

CONTACT
Can’t find what you’re looking for?