c# - Labelary QrCode PNG Image to String conversion -


i'm trying create zpl label using png image. png image qr code.

when go labelary.com/viewer.html converts png image type of string. sticking point don't know type of conversion it's using create new string.

according documentation @ https://www.zebra.com/content/dam/zebra/manuals/en-us/software/zpl-zbi2-pm-en.pdf should able convert png ascii hexadecimal string. however, when that, looks different labelary generates , doesn't work @ all.

can me figure out how convert png image string zpl can recognize? here's link image:

https://img42.com/pkqbl

perhaps bypass image conversion , use qr code (^bq) of zpl directly?

an example zebra documentation (page 103-104):

^xa ^fo100,100 ^bqn,2,10 ^fdmm,aac-42^fs ^xz 

example output: http://labelary.com/viewer.html?density=8&width=4&height=6&units=inches&index=0&zpl=%5exa%0a%0a%0a%20%20%20%20%5exa%0a%5efo100%2c100%0a%5ebqn%2c2%2c10%0a%5efdmm%2caac-42%5efs%0a%5exz%0a%0a%5exz


Comments