无法创建QR条码-OPOS [英] Unable to create QR barcode - OPOS

查看:97
本文介绍了无法创建QR条码-OPOS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试通过将符号系统设置为BarCodeSymbology.QRCode来调用PrintBarCode方法时,我尝试实现QR和Datamatrix条码.我得到了异常,指出参数值无效.

I am trying to implement the QR and Datamatrix barcode, when i try calling the PrintBarCode method by setting the symbology to BarCodeSymbology.QRCode i get exception saying the parameter value is invalid. 

在堆栈跟踪中,我能够看到validateBarCodeSymbology引发了异常

In the stack trace i am able to see an exception is thrown by the validateBarCodeSymbology

 我不确定下一步该怎么做,感谢您提供解决此问题的任何指针/帮助.

 I am not sure what i should try next, any pointer/help in resolving the issue is appreciated .

ss

推荐答案

您可以在此处发布您的代码吗?

can you post here your code?

或者您可以尝试使用网络API

or you can try using web api 

https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=abcd

即时生成二维码.

注意:URL中的 abcd 是您要生成的数据

Note: abcd in the url is the data that you want to generate


这篇关于无法创建QR条码-OPOS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆