Washington Drivers License Barcode Generator

03.08.2019

The backs of Washington State driver licenses and ID cards include 2 types of barcodes: View larger image. A simple barcode with the expiration date, tracking digit, and cardholder’s name. A more complex barcode with all the information about the license holder that is printed on the front of the card.

Washington Drivers License Barcode Generator
  1. Buy International / Fake Driving License with Holograms Learn how to make a fake ID and buy a State ID on Fake-ID.com Shop 1,500 Customer Reviews.
  2. Encoding and Decoding Driver's License Numbers in One Step Stephen P. Morse, San Francisco State Florida Illinois Maryland Michigan Minnesota (pre 2005) New Hampshire New Jersey Washington Wisconsin.

All of this is fairly straight forward.
1. Scan the back of your license / permit using a medium - high resolution. The resolution should be set so that the 2d barcode is about 2000 pixels long.
2. Open up the image in Photoshop and cut out the 2d barcode. The 2d barcode is the one on the bottom in the picture. Most states use the PDF-417 (Portable Data File, with 17 modules each containing 4 bars and spaces, thus 417). Edit the barcode so that it is exactly 2000 or less pixels long because that is the maximum the program will allow, and save it.
3. Open swipe toolkit pdf417 barcode reader, available to download in the last step, and load your barcode into it. Click decode image, and a window with all your information should pop up. The picture shows the window that I got ( I removed thinks I should probably care about). As you can see, you can view the information processed, in raw bytes, or in hex. An interesting thing to note is if your card contains your social security number, some states put it on and some states don't.

I am given a task to develop a small library which needs to be able to read PDF417 barcode located on the back of the Driver's License card and parse the data out to our custom object.

However I need to know what data types are these Data types denoting?

The complete documentation can be found at: http://www.dol.wa.gov/external/docs/barcodeCalibration-basic.pdf

TarikTarik
37.8k68 gold badges209 silver badges310 bronze badges

3 Answers

Guessing here, but <field length>/ANS, where A is alphabetic, N numeric and S spaces?

For example, 3/A is 3 alphabetic characters like USA.

Funny that weight and sex are both 1/N, but the example given (2 in both cases) fits my hypothesis.

craig65535craig65535

The Washington spec is based on the AAMVA standard here:http://www.aamva.org/DL-ID-Card-Design-Standard/

The 2013 ID Card Design Standard is here: http://www.aamva.org/WorkArea/DownloadAsset.aspx?id=4435

The PDF 417 barcode specifications start on page 51 (65) of that document. On page 58 (72) they list the type definitions: 'A=alpha A-Z, N=numeric 0-9, S=special, F=fixed length, V=variable length'

Oct 13, 2012  Download using Nexus Mod Manager or download manually and copy all files in the 'Data' folder to Skyrim's 'Data' folder then enable the 'Random Alternate Start.esp' file. Load order does not matter. UNINSTALLATION: To uninstall this mod, simply disable the 'Random Alternate Start.esp' file and delete all the related files from Skyrim's 'Data' folder. How can the answer be improved? Skyrim random alternate start.

Anthony FAnthony F

Washington Drivers License Barcode Generator Online

4,8403 gold badges22 silver badges31 bronze badges

6 A/N means it is a 6 digit or spaced (A)lpha/(N)umeric variable. For example 5'7' could be expressed as a variable that would fit the format as '067 in' (quotation marks only enclosing the actual variable. Very common definition of terms usually found in Database programming. Your variable will always be 6 characters long (including the space character)--3 alpha ( in) and 3 numeric (067).

Robert SmithRobert Smith

Sample Drivers License Barcode

Not the answer you're looking for? Browse other questions tagged c#.netbarcode or ask your own question.

Comments are closed.