delphi与二维码

Using Delphi there are several ways you can generate QR codes - to encode any text (URL, phone number, simple message). QR Codes store up to 4,296 alphanumeric characters of arbitrary text.

The 2D Barcode VCL components is a set of components designed for generating and printing barcode symbols in your Delphi or C++ Builder applications. Use the components set like any other VCL components.

J4L Components includes the QR-code implementation featuring: auto, byte, alpha, numeric and kanji encoding.

The Google Chart Tools (Chart API) also let you generate QR-code images using an HTTP POST or GET methods - Generating Qr Codes with Delphi and Google Chart API

http://www.han-soft.cn/barcode2dgen.php

http://zarko-gajic.iz.hr/tliveini-custom-delphi-ini-implementation/


Barcodes         1D         . RBarcode for Delphi supports all major 1D symbologies:

  • Code39,Code39 (Extended), UPCA, UPCE, EAN8, EAN13, EAN128, CODE128,Code           11, Code 93, Code 93 extended, Industrial 25, Interleaved 2 of 5 , Matrix           25, Postnet, Codabar and MSI.

PDF417.          PDF stands for "Portable Data File." It is a two-dimensional symbology         that can encode more than 1000 bytes of information. It does not need         more space than a traditional 1D barcode. Furthermore several PDF symbols         can be concatenated in order to create a Macro PDF 417 symbol.         RPDF 417 supports:

  • PDF417
  • Macro PDF 417
  • Binary, text and           numeric encoding.
  • Truncated / Compact           Macro PDF 417.

MicroPDF417         is a 2D barcoding symbology based on PDF417. Micro PDF 417 has been         specifically designed to provide even greater space efficiency for small         item marking applications than the standard PDF 417 symbology.

RMicroRPDF 417 supports:

  • MicroPDF417, all           formats.
  • Structured append
  • Binary, text and           numeric encoding.
DataMatrix       is a two-dimensional (2D) matrix symbology which is made up of square       modules arranged within a perimeter finder pattern. It can encode up to       3116 characters from the entire 256 byte ASCII character set.

RDataMatrix supports:

  • All sizes and           formats (from 10x10 till 144x144)
  • Ascii, text ,           C40 and Base256 (for binary data) encoding.
  • The "Extended           Channel Interpretation and Structured append
Aztec       code is a 2D matrix symbology made up of square modules on a square       grid, with a square bullseye pattern at their center. Aztec Code symbols       can encode large amounts of data with user defined error correction level.

RAztec supports:

  • All sizes and           formats.
  • Normal and binary           encoding.
  • The "Extended           Channel Interpretation and Structured append
  • Aztec rune‘s.
  • Reader initialization           bit.

Maxicode         is a two-dimensional (2D) and fixed-size matrix symbology which is made         up of offset rows of hexagonal modules arranged around a unique finder         pattern. The size of Maxicode is 1.11 x 1.054 inches and it can contain         up to 93 data characters of information. The symbol was created by United         Parcel Service for fast scanning and sorting of packages.

RMaxicode for Delphi         supports the following features:

  • modes 2,3,4,5           and 6.
  • structured append
  • full character           set
RSS (GS1       DataBar) and EAN-UCC Composite. This symbology combines a 1D       barcode (RSS or EAN/UPC) used to encode article identification codes and       a 2D component (modified version of PDF417 and MicroPDF417) used to encode       additional information (e.g. best before date).    

QRCode         QR Code is a matrix symbology consisting of an array of square modules         arranged in an overall square pattern.

QRCode for Delphi         supports the following features:

  • AUTO, BYTE, ALPHA, NUMERIC           and KANJI encoding.
  • Structured append
  • Correction levels           L, M , Q and H
  • Versions 1 to           40
  • FNC1mode
Micro QRCode.      Reduced version of QR Code which is smaller and encodes less amount of      data
时间: 2024-10-19 20:02:26

delphi与二维码的相关文章

delphi 绘制二维码

uses vcl.Graphics, DelphiZXingQRCode; procedure CreateQRCode(AImg: vcl.Graphics.TBitMap; const ACode: String); const IMG_SCALE = 25; //放大倍数 var QRCode: TDelphiZXingQRCode; Row, Column: Integer; begin if (AImg = nil) or (Trim(ACode) = '') then Exit; Q

二维码生成delphi版

二维码生成delphi版 生成二维码的软件,代码从C语言转换过来(源地址:http://fukuchi.org/works/qrencode/),断断续续的差不多花了一周时间来转换和调试.在转换过程中学到了不少东西,特别是对于delphi和C语言中一些概念比较模糊的地方,有了更清楚地认识. 支持中英文文字生成二维码,在手机上使用快拍和微信扫描后显示正常,无乱码.在delphi 7 / delphi 2010 / delphi XE5上调试通过.qrencode的源代码为C语言,支持生成png格式

【转】Delphi+Halcon实战一:两行代码识别QR二维码

Delphi+Halcon实战一:两行代码识别QR二维码 感谢网友:绝代双椒( QQ:51536348)的支持 本文是绝代双椒的作品,因为最近在忙zw量化培训,和ziwang.com网站的升级,halcon没时间操作. 不过,随着国内产业升级,机器人行业的发展,Delphi+Halcon的未来,是无可限量的. 其他网友,有halcon这方面作品的,有需要,也可以交给zw转发. 另外,zw正在争取培训机构合作,开办Delphi+Halcon方面的培训的项目,有兴趣的机构可以联系QQ:3578117

写了一个关于《Delphi二维码、分组、批量》的帖子

Delphi二维码 分组批量打印delphi二维码分组批量打印Delphi二维码中文支持.分组.批量打印经验小结FastReport设计入库单报表实例 Delphi 二维码 分组批量打印 fastreport 控件 背景:一直也没接触到什么复杂的报表,都是一些简单的报表,在DelphI下使用QuickReport一般也就能满足需要了,由于公司现在需求的变化,对条码扫描提出了新的要求,主要是扫码要包含更多地内容,以前的一维码显然不能完全满足,再说二维码也是一种趋势,故而需要解决二维码的问题,网上搜

Delphi Mercadopago支付【支持支持获取账户信息和余额、创建商店,商店查询、创建二维码、二维码查询、创建订单、订单查询、订单退款等功能】

Delphi Mercadopago支付下载 [Delphi Mercadopago支付]支持 支持支持获取账户信息和余额.创建商店,商店查询.创建二维码.二维码查询.创建订单.订单查询.订单退款等功能 原文地址:https://www.cnblogs.com/zhimamaigua/p/11251646.html

Android实例-实现扫描二维码并生成二维码(XE8+小米5)

相关资料: 第三方资料太大没法写在博文上,请下载CSDN的程序包. 程序包下载: 过几天,刚上传的包,都没有办法显示. 注意事项: 如果只加了Lib,然没有改AndroidManifest.xml,App在呼叫BarCode时会ANR没反应.开始可能没有官方的classes.dex,但如果发现编译出错后,请再检查一下.TMessageManager须加System.Messaging单元. 使用DelphiXE7加入JavaLibrary后,呼叫Zxing相机1.新建一个DelphiXE工程,双

二维码扫码积分系统定制开发

微信积分系统 二维码扫码积分系统定制开发找丽姐[158.1816.6626/电微]二维码营销模式系统定制开发 微信扫二维码营销系统开发 扫码领积分系统开发 一.如何实现扫二维码领红包功能? 1.使用扫描二维码领取红包对活动进行设置,包括红包数量.红包金额.促销地区.中奖概率等. 2.将生成的二维码赋到商品上面并赋涂层,一方面可以起到保证二维码的一次性,另一方面也可以引起消费者的好奇心. 3.通过手机微信打开扫一扫,扫码商品二维码关注公众号并领取红包,如果参与分享还可以获得抽奖的机会. 二.微信扫

微信生成二维码 只需一个网址即刻 还有jquery生成二维码

<div class="orderDetails-info"> <img src="http://qr.topscan.com/api.php?text=http://123.net/index.php?s=/Home/Index/yanzheng/mai/{$dange.id}" style="width: 5rem; margin-bottom: 1rem;" > </div> http://qr.tops

家电二维码售后服务平台系统开发

家电二维码售后服务平台系统开发,家电二维码售后系统开发,小吴183.2071.6434微电,家电二维码售后软件开发,家电二维码售后平台开发. 互联网平台的节点有两大类型:第一基数节点,也就是弱连接的节点,其规模要大,越大越好,互联网的价值与节点数的平比成正比.第二活跃节点,也就是强连接的节点,其能量要强,越强越好,互联网的价值与其强度成正比. 一.家电维修行业"维修黑幕"层出不穷 记者从一位从事家电维修人士那里了解到,目前行业公认当前家电维修行业有陷阱,"维修黑幕"