Groups Images Directory Web
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
QR Code    

Overview

The QR Code symbology is 2D matrix-style barcode. It can encode full 256 character extended-ASCII.

Invoking

  • The data field can contain any extended ASCII data.

  • When the parse option is specified, any instances of ^NNN in the data field are replaced with their equivalent ASCII value, useful for specifying unprintable characters.
  • The eclevel option is used to specify the error correction level, either L, M, Q or H. The default is M.
  • The version option is used to specify the size of the symbol, 1 to 40 for full format symbols or M1, M2, M3 or M4 of micro format symbols.
  • If unspecified, the encoder will select the version of the symbol that is the minimum size to represent the given data.
  • The format option is used to select between full and micro format symbol types. By default, full format symbols will be generated.
  • The raw option denotes that the data field is providing the input as a pre-encoded bitstream suitable for direct low-level encoding.
  • Note: Micro format symbols require that the data be supplied in raw mode.

Examples

0 0 moveto (QR Code) () qrcode


0 0 moveto (QR ^067ode) (parse) qrcode


0 0 moveto (QR CODE 1234) (version=20 eclevel=Q) qrcode


0 0 moveto (000100000010000000001100010101100110000110000) (raw) qrcode



0 0 moveto (0010000000000110001010110011010100110111000010100111010100101) (format=micro raw) qrcode



Version: 
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google