MicroPDF417

Last updated
This file represents MicroPDF417 barcode (symbol) MicroPDF417 example for article.png
This file represents MicroPDF417 barcode (symbol)

MicroPDF417 is two-dimensional (2D) stacked barcode symbology invented in 1996, [1] by Frederick Schuessler, Kevin Hunter, Sundeep Kumar and Cary Chu from Symbol Technologies company. MicroPDF417 consists from specially encoded Row Address Patterns (RAP) columns and aligned to them Data columns encoded in "417" sequence which was invented in 1990. [2] In 2006, the standard was registered as ISO/IEC 24728:2006. [3]

Contents

MicroPDF417 barcode can be read with both barcode reader technologies like laser scanners and camera-based readers. As most of 2D barcodes, MicroPDF417 standard contains Reed–Solomon error correction with ability to read corrupted images and high data density. However, data which can be encoded in MicroPDF417 is only 150 bytes or 250 alphanumeric characters in the biggest 4-columns version. [4] Also, because of design, MicroPDF417 barcode can be used only for high-quality documents and images.

MicroPDF417 in common modes can encode text, numeric, binary data and Unicode text with Extended Channel Interpretation. Additionally, MicroPDF417 contains special modes which can encode text and numeric data in special formats, which can be used, as an example, in GS1 Composite bar code symbology. [5]

History and standards

MicroPDF417 barcode was patented in 1996, [1] by Frederick Schuessler, Kevin Hunter, Sundeep Kumar and Cary Chu from Symbol Technologies company. MicroPDF417 is an extension of PDF417 barcode [6] and uses the same principles of data encoding. [2] Before 2006, the standard can be obtained only from AIM store [7] as ITS MicroPDF417 standard. [8] At that time, it is used as part of ITS - EAN.UCC Composite Symbology. [9] In 2006, MicroPDF417 standard was brought out as ISO/IEC 24728:2006 [3] and can be used independently or as part of GS1 Composite barcode symbology. [5]

Application

MicroPDF417 is mostly used to add extended data to linear barcodes. MicroPDF417 has high encoding density and in this way, it can add more additional data in lower space. At this time, it is used in inventory management and goods labeling as part of EAN.UCC Composite Symbology [9] and GS1 Composite barcode symbology. [5] Most of barcode printers [10] and barcode scanners [11] have MicroPDF417 support.

Barcode design

MicroPDF417 barcode symbol consists from at least two Row Address Patterns (RAP) columns which are used to detect row numbers and aligned to them Data Columns. [12] MicroPDF417 barcode symbol has four versions with 1, 2, 3 and 4 data columns. The barcode can be split to the following elements: [3] :5.2.3

Every MicroPDF417 barcode data column versions can be split into predefined numbers of rows which are different for every version. [3] :5.2.2 Row height should be from 2 to 5 times higher than minimal module (bar or space) width. [3] :5.8.2

MicroPDF417 symbol versions
Data ColumnsAllowed RowsStructure
111, 14, 17, 20, 24, 28
This file represents MicroPDF417 barcode(symbol) structure with data column 1 MicroPDF417 barcode structure column1.png
This file represents MicroPDF417 barcode(symbol) structure with data column 1
28, 11, 14, 17, 20, 23, 26
This file represents MicroPDF417 barcode(symbol) structure with data column 2 MicroPDF417 barcode structure column2.png
This file represents MicroPDF417 barcode(symbol) structure with data column 2
36, 8, 10, 12, 15, 20, 26, 32, 38, 44
This file represents MicroPDF417 barcode(symbol) structure with data column 3 MicroPDF417 barcode structure column3.png
This file represents MicroPDF417 barcode(symbol) structure with data column 3
44, 6, 8, 10, 12, 15, 20, 26, 32, 38, 44
This file represents MicroPDF417 barcode(symbol) structure with data columns 4 MicroPDF417 barcode structure columns4.png
This file represents MicroPDF417 barcode(symbol) structure with data columns 4

RAP columns structure

MicroPDF417 Row Address Patterns (RAP) [3] :5.2.5 are stacked into columns. Each RAP is used as indicator of row number, but RAP is not the same as row number. Every MicroPDF417 RAP consists from 10 modules, which are split to 3 black bars and 3 white spaces. Bars and spaces size can vary from 1 to 5. Each RAP row starts from black bar and ends with white space. Right RAP has additional completing black bar.

MicroPDF417 Row Address Patterns have 52 values which are used for left and right columns and 52 other values which are used only for Center columns. RAP has values from 1 to 52. One and two data columns MicroPDF417 barcode use only Left and Right RAP columns, three and four column versions additionally use Center RAP column.

All of Row Address Patterns in MicroPDF417 from Left, Right and Center columns use special sequences which are called Row Number Assignments (RNA). [3] :5.11.3 The unique combination of RNA defines MicroPDF417 version and equality of current RAP number to row number.

As an example, MicroPDF417 4 columns and 4 rows version has Left RAP, which starts from 47 and ends 50, Center RAP starts from 19 and ends 22, Right RAP starts from 43 and ends 46. The combination of these 3 sequences in the same area of the image defines 4 columns and 4 rows MicroPDF417 version and gives answer which RAP number identifies current row.

Data codewords

MicroPDF417 Data codewords encoding is similar to PDF417 barcode. Every Data codeword [3] :5.3.1 row has width of 17 modules, split to 4 black bars and 4 white spaces with variable size from 1 to 6 modules. Each codeword represents a number from 0 to 928. The set of codewords is represented in each of three clusters with numbers 0, 3 and 6.

The codeword cluster number can be counted by number of Left RAP (values from 1 to 52) in the current row with the following formula: [3] :5.11.1

Error correction

MicroPDF417 uses Reed–Solomon error correction. [3] :5.10 Amount of error correction codewords are fixed for each barcode version. [3] :5.2.2 MicroPDF417 has from 28% to 67% symbol capacity filled by errors correction codewords. MicroPDF417 error correction can recover erasures and substitution errors, where: [3] :5.7.2

Example of MicroPDF417 codewords placement

Here is example how all of these codewords are assembled into MicroPDF417 symbol: [3] :5.11

MicroPDF417 barcode structure 4 columns 4 rows
Left RAPData Column 1Data Column 2Center RAPData Column 3Data Column 4Right RAP
LR47D7D6CR19D5D4RR43
LR48D3D2CR20D1D0RR44
LR49E7E6CR21E5E4RR45
LR50E3E2CR22E1E0RR46


LR(x) - Left Row Address Patterns (RAP) identifier.
D(x) - Data codeword.
CR(x) - Center Row Address Patterns (RAP) identifier.
RR(x) - Right Row Address Patterns (RAP) identifier.
E(x) - Error correction codeword.

Encoding

MicroPDF417 barcode has 929 data codewords, where 900 data codewords (0 - 899) are available in each mode for data encoding and 29 (900 - 928) codewords are assigned to specific functions, [3] :5.4.1 most of which defines data encoding modes. Encoding modes can be split into two encoding types: common modes for ordinary binary or text data encoding and special modes which can be used to encode special industrial modes.

Common modes

MicroPDF417 common encoding modes is similar to PDF417 encoding modes and includes: [3] :5.4.1.1

Any of these modes can be combined in mixed mode [3] :AnnexN to obtain better data compaction and reduce MicroPDF417 symbol size.

Special modes

MicroPDF417 can encode data in special industrial modes, [3] :5.4.1.5 which includes:

Structured append

MicroPDF417 barcode allows to add metadata [3] :AnnexH to the barcode symbol which can add description of current barcode symbol. However, because MicroPDF417 has restricted amount of capacity it is used rarely. Some structured append fields cannot be omitted and set in case structured append is added to the symbol, some fields are optional. Possible structured append fields you can see in the following table:

Structured Append MicroPDF417 fields
Field NameAvailabilityValue TypeDescription
Segment IndexMandatoryNumericIndex of current MicroPDF417 symbol in unique barcodes sequence (0 - 99 998)
File IDMandatoryNumericA variable length field which identifies current unique barcodes sequence (barcode file). Field size not limited by standard
File NameOptionalTextName of the barcode file in free text format
Segment CountOptionalNumericCount of current MicroPDF417 symbols in unique barcodes sequence (1 - 99 999)
Time StampOptionalNumericTime of barcode file creation in format: elapsed time in seconds since 1970:01:01:00:00:00 GMT
SenderOptionalTextSender of barcode file in free text format
AddresseeOptionalTextAddress of barcode file sender in free text format
File SizeOptionalNumericSize in bytes of barcode file
ChecksumOptionalNumericChecksum of full barcode file in 16-bit CCITT-16 (x^16 + x^12 + x^5 + 1)

See also

Related Research Articles

<span class="mw-page-title-main">Universal Product Code</span> Barcode symbology used for tracking trade items in stores

The Universal Product Code is a barcode symbology that is used worldwide for tracking trade items in stores.

<span class="mw-page-title-main">Barcode</span> Optical machine-readable representation of data

A barcode or bar code is a method of representing data in a visual, machine-readable form. Initially, barcodes represented data by varying the widths, spacings and sizes of parallel lines. These barcodes, now commonly referred to as linear or one-dimensional (1D), can be scanned by special optical scanners, called barcode readers, of which there are several types.

<span class="mw-page-title-main">Electronic Product Code</span> Universal identifier for physical object

The Electronic Product Code (EPC) is designed as a universal identifier that provides a unique identity for every physical object anywhere in the world, for all time. The EPC structure is defined in the EPCglobal Tag Data Standard, which is a freely available standard. The canonical representation of an EPC is a URI, namely the 'pure-identity URI' representation that is intended for use when referring to a specific physical object in communications about EPCs among information systems and business application software.

<span class="mw-page-title-main">PDF417</span> Type of barcode

PDF417 is a stacked linear barcode format used in a variety of applications such as transport, identification cards, and inventory management. "PDF" stands for Portable Data File. The "417" signifies that each pattern in the code consists of 4 bars and spaces in a pattern that is 17 units (modules) long. The PDF417 symbology was invented by Dr. Ynjiun P. Wang at Symbol Technologies in 1991. It is defined in ISO 15438.

<span class="mw-page-title-main">Aztec Code</span> Type of matrix barcode

The Aztec Code is a matrix code invented by Andrew Longacre, Jr. and Robert Hussey in 1995. The code was published by AIM, Inc. in 1997. Although the Aztec Code was patented, that patent was officially made public domain. The Aztec Code is also published as ISO/IEC 24778:2008 standard. Named after the resemblance of the central finder pattern to an Aztec pyramid, Aztec Code has the potential to use less space than other matrix barcodes because it does not require a surrounding blank "quiet zone".

<span class="mw-page-title-main">Code 128</span> Barcode format

Code 128 is a high-density linear barcode symbology defined in ISO/IEC 15417:2007. It is used for alphanumeric or numeric-only barcodes. It can encode all 128 characters of ASCII and, by use of an extension symbol (FNC4), the Latin-1 characters defined in ISO/IEC 8859-1. It generally results in more compact barcodes compared to other methods like Code 39, especially when the texts contain mostly digits. Code 128 was developed by the Computer Identics Corporation in 1981.

<span class="mw-page-title-main">QR code</span> Type of matrix barcode

A QR code is a type of two-dimensional matrix barcode, invented in 1994, by Japanese company Denso Wave for labelling automobile parts. A QR code consists of black squares arranged in a square grid on a white background, including some fiducial markers, which can be read by an imaging device, such as a camera, and processed using Reed–Solomon error correction until the image can be appropriately interpreted. The required data are then extracted from patterns that are present in both the horizontal and the vertical components of the QR image.

<span class="mw-page-title-main">Interleaved 2 of 5</span> Type of barcode

Interleaved 2 of 5 (ITF) is a continuous two-width barcode symbology encoding digits. It is used commercially on 135 film, for ITF-14 barcodes, and on cartons of some products, while the products inside are labeled with UPC or EAN.

<span class="mw-page-title-main">Data Matrix</span> Two-dimensional matrix barcode

A Data Matrix is a two-dimensional code consisting of black and white "cells" or dots arranged in either a square or rectangular pattern, also known as a matrix. The information to be encoded can be text or numeric data. Usual data size is from a few bytes up to 1556 bytes. The length of the encoded data depends on the number of cells in the matrix. Error correction codes are often used to increase reliability: even if one or more cells are damaged so it is unreadable, the message can still be read. A Data Matrix symbol can store up to 2,335 alphanumeric characters.

<span class="mw-page-title-main">GS1</span> Organization for barcode standards

GS1 is a not-for-profit, international organization developing and maintaining its own standards for barcodes and the corresponding issue company prefixes. The best known of these standards is the barcode, a symbol printed on products that can be scanned electronically.

<span class="mw-page-title-main">International Article Number</span> Standard barcode system used in global trade

The International Article Number is a standard describing a barcode symbology and numbering system used in global trade to identify a specific retail product type, in a specific packaging configuration, from a specific manufacturer. The standard has been subsumed in the Global Trade Item Number standard from the GS1 organization; the same numbers can be referred to as GTINs and can be encoded in other barcode symbologies defined by GS1. EAN barcodes are used worldwide for lookup at retail point of sale, but can also be used as numbers for other purposes such as wholesale ordering or accounting. These barcodes only represent the digits 0–9, unlike some other barcode symbologies which can represent additional characters.

<span class="mw-page-title-main">EAN-8</span> EAN/UPC symbology barcode

An EAN-8 is an EAN/UPC symbology barcode and is derived from the longer International Article Number (EAN-13) code. It was introduced for use on small packages where an EAN-13 barcode would be too large; for example on cigarettes, pencils, and chewing gum packets. It is encoded identically to the 12 digits of the UPC-A barcode, except that it has 4 digits in each of the left and right halves.

<span class="mw-page-title-main">GS1 DataBar Coupon</span>

The GS1 Databar Coupon code has been in use in retail industry since the mid-1980s. At first, it was a UPC with system ID 5. Since UPCs cannot hold more than 12 digits, it required another barcode to hold additional information like offer code, expiration date and household ID numbers. Therefore, the code was often extended with an additional UCC/EAN 128 barcode. EAN 13 was sometimes used instead of UPC, and because it starts with 99, it was called the EAN 99 coupon barcode, and subsequently GS1 DataBar. After more than 20 years in use, there is now a need to encode more data for complex coupons, and to accommodate longer company IDs, so the traditional coupon code has become less efficient and sometimes not usable at all.

Barcode technology in healthcare is the use of optical machine-readable representation of data in a hospital or healthcare setting.

Extended Channel Interpretation (ECI) is an extension to the communication protocol that is used to transmit data from a bar code reader to a host when a bar code symbol is scanned. It enables the application software to receive additional information about the intended interpretation of the message contained within the barcode symbol and even details about the scan itself. ECI was developed as a symbology-independent extension of the Global Label Identifier (GLI) system used in the PDF417 bar code.

Barcode library or Barcode SDK is a software library that can be used to add barcode features to desktop, web, mobile or embedded applications. Barcode library presents sets of subroutines or objects which allow to create barcode images and put them on surfaces or recognize machine-encoded text / data from scanned or captured by camera images with embedded barcodes. The library can support two modes: generation and recognition mode, some libraries support barcode reading and writing in the same way, but some libraries support only one mode.

<span class="mw-page-title-main">Codablock</span>

Codablock is a family of stacked 1D barcodes which was invented in Identcode Systeme GmbH in Germany in 1989 by Heinrich Oehlmann. Codablock barcodes are based on stacked Code 39 and Code 128 symbologies and have some advantages of 2D barcodes.

<span class="mw-page-title-main">Han Xin code</span> Type of matrix barcode

Han Xin code is two-dimensional (2D) matrix barcode symbology invented in 2007 by Chinese company The Article Numbering Center of China to break monopoly of QR code. As QR code, Han Xin code consists of black squares and white square spaces arranged in a square grid on a white background. It has four finder patterns and other markers which allow to recognize it with camera-based readers. Han Xin code contains Reed–Solomon error correction with ability to read corrupted images. At this time, it is issued as ISO/IEC 20830:2021.

<span class="mw-page-title-main">DotCode</span> Type of matrix barcode

DotCode is two-dimensional (2D) matrix barcode invented in 2008 by Hand Held Products company to replace outdated Code 128. At this time, it is issued by Association for Automatic Identification and Mobility (AIM) as “ISS DotCode Symbology Specification 4.0”. DotCode consists of sparse black round dots and white spaces on white background. In case of black background round dots, creating barcode, can be white. DotCode was developed to use with high-speed industrial printers where printing accuracy can be low. Because DotCode by the standard does not require complicated elements like continuous lines or special shapes it can be applied with laser engraving or industrial drills.

<span class="mw-page-title-main">Rectangular Micro QR Code</span> Type of matrix barcode

Rectangular Micro QR Code is two-dimensional (2D) matrix barcode invented and standardized in 2022 by Denso Wave as ISO/IEC 23941. rMQR Code is designed as a rectangular variation of QR code and has the same parameters and applications as original QR code. But rMQR Code is more suitable for the rectangular areas and has difference between width and height up to 19 in R7x139 version. In this way it can be used in places where 1D barcodes are used. rMQR Code can replace Code 128 and Code 39 barcodes with more effective data encoding.

References

  1. 1 2 Frederick Schuessler; Kevin Hunter; Sundeep Kumar; Cary Chu (16 October 1996). "United States Patent US5811787A by Symbol Technologies LLC "Two-dimensional bar code symbology using implicit version information encoding"". patents.google.com. United States Patent and Trademark Office.
  2. 1 2 Theodosios Pavlidis; Yajium P. Wang; Jerome Swartz (5 January 1990). "United States Patent US5811787A by Symbol Technologies LLC "High density two-dimensional bar code symbol"". patents.google.com. United States Patent and Trademark Office.
  3. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ISO/IEC (2020). "ISO/IEC 24728:2006 "Information technology Automatic identification and data capture techniques MicroPDF417 bar code symbology specification"". iso.org. International Organization for Standardization(ISO). ISO/IEC 24728.
  4. "Beginners Guide to 2-D Barcodes" (PDF). www.identifydirect.com. Identify Direct Ltd. p. 19.
  5. 1 2 3 4 ISO/IEC (2023). "ISO/IEC 24723:2010 "Information technology Automatic identification and data capture techniques GS1 Composite bar code symbology specification"". iso.org. International Organization for Standardization(ISO). ISO/IEC 24723.
  6. Hiroko Kato (2005). 2D-barcode for mobile devices. Edith Cowan University. p. 23.
  7. "AIMstore". www.aimglobal.org. Archived from the original on 2002-06-14.
  8. "Stacked Bar Code Symbologies". www.aimglobal.org. Archived from the original on 2002-08-18.
  9. 1 2 3 "Composite Overview". www.aimglobal.org. Archived from the original on 2002-06-15.
  10. "Barcode Printer TSC BARCODE PRINTER Series" (PDF). tscprinters.com.
  11. "M-10 2D CMOS Imager Presentation Scanner" (PDF). www.opticonusa.com.
  12. Hiroko Kato; Keng T. Tan; Douglas Chai (8 April 2010). Barcodes for Mobile Devices. Cambridge University Press, 2010. p. 34. ISBN   978-1139487511.
  13. "GS1 Application Identifiers". www.gs1.org.
  14. ISO/IEC (2019). "ISO/IEC 15434:2019 "Information technology Automatic identification and data capture techniques Syntax for high-capacity ADC media"". iso.org. International Organization for Standardization(ISO). ISO/IEC 15434.
  15. "Generate PDF417 and Micro PDF417 Barcodes in C#". www.aspose.com.