which contained reference manual, woosimLib261.jar and a wspSample folder. In b4a a .jar library if I am not mistaken will not work without an xml partner. Can anybody help me how to use make a programming code that will resolve printing image, logo and different font for woosim printer? Or any approached to said purpose.
The #AdditionalJar module attribute (introduced in B4A v3.80) allows us to reference external jars. With the help of JavaObject it is now possible to integrate third party jars without a wrapper. This solution is good for "simple" libraries. If the API is complicated with many interfaces then...
if the printer uses standard Epson ESC POS codes then you can just use the AsyncStreams library in conjunction with the Serial library to connect to and send data to the Bluetooth printer to print, no wrap or extra libraries needed.