使用iTextSharp生成QR条码 [英] Generating QR Barcode using iTextSharp

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

问题描述

我有一个值数组说

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

我想生成一个具有这些值的QR条形码。我们正在使用ITextSharp。任何帮助将不胜感激。我使用vb.net。

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

推荐答案

以下是如何使用iText创建条形码的一些示例:

Here are some examples how to create barcodes with iText:

http://itextpdf.com/examples/iia.php? id = 297 (最后一个是QR条形码)

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

API的数据在这里:

The datails of the API is here:

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

请注意,即使这些链接指的是iText的Java版本,iTextSharp中的名称也是如此应该非常相似。

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

这篇关于使用iTextSharp生成QR条码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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