2012-09-10 09:39:11 -07:00
<!DOCTYPE HTML>
2008-11-25 14:12:02 -08:00
< html >
2010-06-15 06:04:18 -07:00
< head >
2012-09-10 09:39:11 -07:00
< meta charset = "UTF-8" / >
2008-12-02 12:26:21 -08:00
< title > About 2D barcodes< / title >
2011-09-12 10:30:21 -07:00
< link rel = "stylesheet" href = "../style.css" type = "text/css" / >
2010-06-15 06:04:18 -07:00
< / head >
2008-11-25 14:12:02 -08:00
< body >
2012-09-10 09:39:11 -07:00
< p > < strong > Barcode Scanner< / strong > also understands how to read two dimensional barcodes, like QR Codes and Data Matrix codes. For example, the codes below contain a hyperlink to the ZXing Project home page:< / p >
< p class = "imgcenter" >
< img src = "../images/big-qr.png" / >
< img src = "../images/big-datamatrix.png" / >
2014-01-29 06:10:23 -08:00
< img src = "../images/big-pdf417.png" / >
< img src = "../images/big-aztec.png" / >
2011-05-20 08:43:30 -07:00
< / p >
2012-09-10 09:39:11 -07:00
< p > You can also represent contact information in a QR Code, and put it on a business card or web site. When you scan it, the results screen provides a choice of actions:< / p >
< p class = "imgcenter" > < img src = "../images/contact-results-screen.jpg" / > < / p >
2008-11-25 14:12:02 -08:00
< p > Besides URLs and contact info, QR Codes can also contain:< / p >
< ul >
< li > Calendar events, which you can add to your Calendar< / li >
< li > Phone numbers, which you can dial< / li >
< li > SMS numbers, which you can text message< / li >
< li > Email addresses, which you can email< / li >
< li > Geographic coordinates, which you can open in Maps< / li >
< li > Plain text, which you can read, then share with a friend< / li >
< / ul >
< / body >
< / html >