Forum topic
Does the Series 7 network connected card printing support printing over python socket connections?
Forum topic
I designed a custom label with QR code for scanning. I want to see the code below QR code. For Example, when I scan the code, I can see what its referencing or sourced as. I want to see this source…
Forum topic
I just have a question about if it is possible to create a file with multiple labels in it. We have a GK420T printer and are running the standard ZebraDesigner software but all we can manage to do is…
Forum topic
I downloaded Barcode Scanner's sample code from here: https://github.com/zebra-technologies/Scanner-SDK-for-Windows (visual studio 2019, c++) But when I tried to compile, it is not compiled because…
Forum topic
Hello, I have developed a test application for printing labels. Sometimes it prints like a charm, sometimes it doesn't print anything and just throws exceptions like "Malformed Multipart Form Data"…
Forum topic
I am using the C# SDK example that calls PrintStoredFormatWithVarGraphics. The first argument of PrintStoredFormatWithVarGraphics is storedFormatPath and I do not know what to set this to. The…
Forum topic
Hello, We have an app developed in Oracle apex to print out item labels. there is a page where we have created a label using HTML (table) Now the problem is, we want this label to be scalable based…
Forum topic
I am having trouble connecting to ZQ520 via bluetooth using its MAC address. It is a Xamarin iOS project and the same piece of code works on Xamarin Android. The device I am using for testing is an…
Forum topic
Hi. Why there is unprintable fields (5mm) on left and right sides? We using 60mm width labels with this printer. I was trying sending commands from PC: "Reset printer" and "Load factory defaults" -…
Forum topic
I'm using LINK-OS Plugin via Bluetooth with the next code (in IMZ320): public async Task printBarCode(string code)         {       …