Hello
We have developed an application with Wisej for use on mobile phones and android devices. We converted it to apk with hybrid.
The application gives us a pdf. customer’s information is available. How can I send this directly to the mobile Bluetooth printer (Bixolon Spp-L300)? PDF opens with hybrid apk, but it does not go directly to the printer.
But when I open the web browser, I can directly print the pdf since I selected the viewer printer.
My report file is fastreport. I view this by exporting it to pdf. I am waiting for your help in this matter. respects.
Mucahit EROĞLU
There is no native printer integration in Wisej. You can’t send the document directly to the printer. You’ll need to create a pdf, download and print it- which it sounds like you’ve already been doing.
Alternatively, you could call native Android code from your C# Wisej code that accesses your printer directly.
See:
https://docs.wisej.com/hybrid/development/invoke-platform-code
Please login first to submit.