Hi ,
How we can load nice label .lbl or pnl or lvx files and print receipts to zebra printer in Android application using zebra LinkOS Multiplatform SDK for Xamarin. Any suggestion please let me know.
Thanks,
Uday
Printing using nice label pnl or lvx files from xamarin Android Application |
1 Replies
Hi Uday, You can't use the .lbl files directly. You need to Print to file or Export to file to get the Page Description Language file that you can send via the SDK as shown in the sample code.
The sample code can be found here GitHub - Zebra/LinkOS-Xamarin-Samples at ZSDK_DevDemos
The basic process is to take the export file from NiceLabel and save it to the Android device as part of your app download. Then in your app, you read the file and use the SDK to either process the fields or send it directly. The "Template Printing" demo portion shows a good example of this.
I go into a little more detail on this in the DevTalk