PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WM19 android] how to do printing
[WM19 android] how to do printing
Iniciado por guest, 03,dic. 2014 18:38 - 5 respuestas
Publicado el 03,diciembre 2014 - 18:38
i need to generate report and print to A4 size network printer from android . any suggestion?
Publicado el 04,diciembre 2014 - 11:27
Maybe to send data to PC HFSQL database, read data and print data trough PC side application ?.!
Publicado el 08,diciembre 2014 - 12:23
I found the solution , by using PCL/PJL command .
Publicado el 08,diciembre 2014 - 13:07
In our application we use a mobile Printer from STAR wich has been delivered with an SDK ans some JAVA classes. So we embedded the JAVA-classes into the source-code and now we are able to print.

Thomas
Publicado el 08,diciembre 2014 - 16:00
Quote
Thomas Brauner

In our application we use a mobile Printer from STAR wich has been delivered with an SDK ans some JAVA classes. So we embedded the JAVA-classes into the source-code and now we are able to print.





Thomas

Hi Thomas , thanks for your suggestion but I don't think the sdk will work with office type of printers .
Publicado el 08,diciembre 2014 - 16:06
It depends on the Printer. Some vendors offers "iDrivers" or "Air-Drivers" for Android. So have a look at the Website of the vendor. Good luck ...

Thomas