I am developing a mobile sales configuration, I need to print bill or any document from mobile device to printer. How can I do that? could you help me please?
To generate the print form, you must send requests to the main infobase using the web service.
You can find an example of the chapter of Practical developer guide.
After the print file is generated, you can either print it on the printer connected to the computer where the main infobase is placed or send it as a result to the mobile device and open it with some external application that supports printing, for example Adobe Acrobat.
You can also use a new feature of 8.3.6 mobile platform: .
We have to print on the salesman's mobile printer. I mean, salesman mobile device connect any printer (f.e bluetooth) and print on this printer without internet connection, without webservice. Because salesman can go anywhere and sale his product in anywhere. If he have to print bill and he don't have internet he can't connect to web service. We have to print any document without internet connection, we need this. I hope I can tell what I want?
Is that possible, and Could you share code example about this situation?