Java Barcode Generator, .NET Barcode Generator for C#, ASP.NET, VB.NET
HOME PURCHASE SITEMAP COMPANY

Home > Barcode Generator Software > PDF-417 Barcode Generator Software for Windows XP, Vista, Windows 7

Download Barcode Generator Software

PDF-417 Barcode Generator for Windows

Generating PDF-417 Bar Code in Windows XP, Vista, Windows 7

  • Easily generate PDF-417 barcodes in Windows operating systems
  • Easy setup, no registration key, no activation code required
  • Compatible with the latest Code-39 ISO specification [ISO/IEC 15438 (Second edition 2006-06-01)]
  • Generate high quality PDF-417 images in JPEG, GIF & PNG formats
  • Generate PDF-417 barcodes in Windows XP, Vista, Windows 7
  • Mature Barcode Generator Software since 2003


Quick Navigate

 

1. PDF-417 Introduction

PDF-417 is also known as Portable Data File 417, PDF 417, PDF417 Truncated

Compatibility: Barcode for .NET component is compatible with ISO/IEC 15438 (Second edition 2006-06-01)

PDF417, or Portable Data File 417, is a two-dimensional stacked barcode symbology capable of encoding over a kilobyte of data per label. It was developed by Symbol Technologies (1989-1992) and is currently maintained by ANSI / AIM USA.
Large amounts of text and data can be stored securely and inexpensively when using the PDF417 symbology. The printed symbol consists of several linear rows of stacked codewords. Each codeword represents 1 of 929 possible values from one of three different clusters. A different cluster is chosen for each row, repeating after every three rows.



 

2. PDF-417 Basic Characteristics

PDF417 is a bar code symbology with the following basic characteristics:
  1. Encodable character set:
    • Text Compaction mode permits all printable ASCII characters to be encoded, i.e. values 32 - 126 inclusive in accordance with ISO/IEC 646 (IRV), as well as selected control characters.
    • Byte Compaction mode permits all 256 possible 8-bit byte values to be encoded. This includes all ASCII characters value 0 to 127 inclusive and provides for international character set support.
    • Numeric Compaction mode permits efficient encoding of numeric data strings.
    • Up to 811 800 different character sets or data interpretations.
    • Various function codewords for control purposes.
  2. Symbol character structure: (n, k, m) characters of 17 modules (n), 4 bar and 4 space elements (k), with the largest element 6 modules wide (m).
  3. Maximum possible number of data characters per symbol (at error correction level 0): 925 data codewords which can encode:
    • Text Compaction mode: 1 850 characters (at 2 data characters per codeword).
    • Byte Compaction mode: 1 108 characters (at 1,2 data characters per codeword).
    • Numeric Compaction mode: 2 710 characters (at 2,93 data characters per codeword)
    At the minimum recommended error correction level, there is a maximum of 863 data codewords which can encode:
    • Text Compaction mode: 1 726 characters (at 2 data characters per codeword).
    • Byte Compaction mode: 1 033 characters (at 1,2 data characters per codeword).
    • Numeric Compaction mode: 2 528 characters (at 2,93 data characters per codeword).
  4. Symbol size:
    • Number of rows: 3 to 90.
    • Number of columns: 1 to 30.
    • Width in modules: 90X to 583X including quiet zones.
    • Maximum codeword capacity: 928 codewords.
    • Maximum data codeword capacity: 925 codewords.
    Since the number of rows and the number of columns are selectable, the aspect ratio of a PDF417 symbol may be varied when printing to suit the spatial requirements of the application.
  5. Selectable error correction: 2 to 512 codewords per symbol
  6. Non-data overhead:
    1. Per row: 73 modules, including quiet zones.
    2. Per symbol: a minimum of 3 codewords, represented as symbol characters.
  7. Code type: continuous, multi-row two-dimensional.
  8. Character self-checking: Yes.
  9. Bi-directionally decodable: Yes.


 

3. PDF-417 Encoding Data Scope

PDF417 Barcode for .NET, ASP.NET supports:
  • all 128 characters of ASCII


 

4. PDF-417 Property Settings

  • Set the Data property with the value to encode. Type is string.
  • Set the BinaryData property with the binary value to encode. Type is byte[]. Once this property value is not null, barcode library will encode this value instead of property Data's value.
  • Set the Mode property. Default is CompactionMode.Text.
    • CompactionMode.Binary: It allows encoding all 256 possible 8-bit byte values. This includes all ASCII characters value from 0 to 127 inclusive and provides for international character set support
    • CompactionMode.Text: It allows encoding all printable ASCII characters, i.e. values from 32 to 126 inclusive in accordance with ISO/IEC 646, as well as selected control characters such as TAB (horizontal tab ASCII 9), LF (NL line feed, new line ASCII 10) and CR (carriage return ASCII 13)
    • CompactionMode.Numeric: It allows encoding numeric data.
  • Set the ECL property. PDF417 Error Correction Level. Default is ErrorCorrectionLevel.Level_2 (2).
  • Set the Compact property to true, if you want Compact PDF417. Default is false.
    Compact PDF417 may be used where space considerations are a primary concern and symbol damage is unlikely.
  • Set the ProcessTilde property to true, if you want use the tilde character "~" to specify special characters in the input data. Default is true.
    ~NNN: is used to represent the ASCII character with the value of NNN.
  • Setting up barcode image size:
    • Set property UOM (Unit of Measure) for properties BarWidth, LeftMargin, RightMargin, TopMargin and BottomMargin.
      Default is UnitOfMeasure.Pixel (0). Valid values are UnitOfMeasure.Pixel (0), UnitOfMeasure.CM (1), UnitOfMeasure.Inch (2).
    • Set the BarWidth (for bar cell width). Type is float, and default is 1.
    • Set the BarRatio properties. Type is int. Bar cell height = BarWidth * BarRatio.
    • Set the Rows. Type is int. Valid value is 0 (means auto decided by barcode library), and from 3 to 90. Default is 0.
    • Set the Columns. Type is int. Valid value is from 1 t0 30. Default is 5.
    • Set the LeftMargin, RightMargin, TopMargin and BottomMargin properties.
      Types are all float. Default are 10.
    • Set the Resolution property (Value is expressed in DPI - Dots per inch). This property is not working in Windows Controller, we will use end user's windows resultion.
  • Set the ImageFormat property for barcode image type. Value can be "gif", "jpg", "png", and "bmp", default is "png".


Download Barcode Generator Software






   Copyright 2010 BarcodeLib.com. Provides High Quality PDF-417 Barcode Generator, PDF-417 Generator. All rights reserved.