Generating QR Barcode using iTextSharp

故事扮演 提交于 2019-12-10 10:45:04

问题


I have an array of values say

arr(0)="Sam"
arr(1)="1452"
arr(2)="NY"

I want to generate a QR barcode with these values. We are using ITextSharp. Any help will be appreciated. Iam using vb.net.


回答1:


Here are some examples how to create barcodes with iText:

http://itextpdf.com/examples/iia.php?id=297 (the last one is a QR barcode)

The datails of the API is here:

http://api.itextpdf.com/itext/com/itextpdf/text/pdf/BarcodeQRCode.html

Please note that even though these links refer to the Java version of iText, the names in iTextSharp should be pretty similar.



来源:https://stackoverflow.com/questions/10507028/generating-qr-barcode-using-itextsharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!