问题
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