code barre : Différence entre versions
De Vulgum Techus
Ligne 22 : | Ligne 22 : | ||
'''EAN''' : sigle anglais de European Article Numbering | '''EAN''' : sigle anglais de European Article Numbering | ||
− | = | + | = Types de codes barre = |
− | * | + | * Codabar -> https://en.wikipedia.org/wiki/Codabar |
− | * | + | * Code 11 -> https://en.wikipedia.org/wiki/Code_11 |
− | * Code 128 | + | * Code 39 -> https://fr.wikipedia.org/wiki/Code_39 |
− | * Code | + | * Code 93 -> https://en.wikipedia.org/wiki/Code_93 |
+ | * Code 128 -> https://en.wikipedia.org/wiki/Code_128 | ||
+ | * Code Aztec (ISO/IEC 24778:2008) -> https://fr.wikipedia.org/wiki/Code_Aztec | ||
+ | * Data Matrix -> https://fr.wikipedia.org/wiki/Datamatrix | ||
+ | * EAN -> https://fr.wikipedia.org/wiki/Code-barres_EAN | ||
* EAN 8 -> https://fr.wikipedia.org/wiki/EAN_8 | * EAN 8 -> https://fr.wikipedia.org/wiki/EAN_8 | ||
* EAN 13 -> https://fr.wikipedia.org/wiki/EAN_13 | * EAN 13 -> https://fr.wikipedia.org/wiki/EAN_13 | ||
− | * | + | * GS1 DataBar -> https://en.wikipedia.org/wiki/GS1_DataBar |
− | * | + | * ISBN -> https://fr.wikipedia.org/wiki/International_Standard_Book_Number |
− | * ITF | + | * ISSN -> https://fr.wikipedia.org/wiki/International_Standard_Serial_Number |
− | * | + | * ITF-14 -> https://en.wikipedia.org/wiki/ITF-14 |
− | * | + | * JAN (Japanese Article Number) -> http://www.activebarcode.com/codes/jan.html |
+ | * MaxiCode -> https://en.wikipedia.org/wiki/MaxiCode | ||
+ | * MSI Barcode -> https://en.wikipedia.org/wiki/MSI_Barcode | ||
+ | * PDF417 -> https://en.wikipedia.org/wiki/PDF417 | ||
+ | * [[QR code]] | ||
+ | * UPC A & UPC E -> https://en.wikipedia.org/wiki/Universal_Product_Code | ||
− | = [[Programmes | + | = [[Programmes]] utiles = |
== [[Android]] == | == [[Android]] == | ||
− | * [https://play.google.com/store/apps/details?id=com.teacapps.barcodescanner&hl=fr Google Play Store] '''QR Scanner''' | + | * [https://play.google.com/store/apps/details?id=com.teacapps.barcodescanner&hl=fr Google Play Store] '''QR Scanner''' : reconnait EAN-8, EAN-13, UPC, JAN, GTIN-13, Codabar ou Codeabar, Code 39, Code 93, Code 128, Code 2/5 entrelacé (ITF), PDF417, GS1 DataBar, Code Aztec, Data Matrix |
* [https://github.com/PDF417/pdf417-android Github] SDK PDF417 | * [https://github.com/PDF417/pdf417-android Github] SDK PDF417 | ||
Version du 29 mars 2017 à 18:36
Lien court vers cette page : http://vt.cx/bcode QR code vers cette page : http://vt.cx/bcode.qr
Lexique
barcode : anglais pour code barre EAN : sigle anglais de European Article Numbering
Types de codes barre
- Codabar -> https://en.wikipedia.org/wiki/Codabar
- Code 11 -> https://en.wikipedia.org/wiki/Code_11
- Code 39 -> https://fr.wikipedia.org/wiki/Code_39
- Code 93 -> https://en.wikipedia.org/wiki/Code_93
- Code 128 -> https://en.wikipedia.org/wiki/Code_128
- Code Aztec (ISO/IEC 24778:2008) -> https://fr.wikipedia.org/wiki/Code_Aztec
- Data Matrix -> https://fr.wikipedia.org/wiki/Datamatrix
- EAN -> https://fr.wikipedia.org/wiki/Code-barres_EAN
- EAN 8 -> https://fr.wikipedia.org/wiki/EAN_8
- EAN 13 -> https://fr.wikipedia.org/wiki/EAN_13
- GS1 DataBar -> https://en.wikipedia.org/wiki/GS1_DataBar
- ISBN -> https://fr.wikipedia.org/wiki/International_Standard_Book_Number
- ISSN -> https://fr.wikipedia.org/wiki/International_Standard_Serial_Number
- ITF-14 -> https://en.wikipedia.org/wiki/ITF-14
- JAN (Japanese Article Number) -> http://www.activebarcode.com/codes/jan.html
- MaxiCode -> https://en.wikipedia.org/wiki/MaxiCode
- MSI Barcode -> https://en.wikipedia.org/wiki/MSI_Barcode
- PDF417 -> https://en.wikipedia.org/wiki/PDF417
- QR code
- UPC A & UPC E -> https://en.wikipedia.org/wiki/Universal_Product_Code
Programmes utiles
Android
- Google Play Store QR Scanner : reconnait EAN-8, EAN-13, UPC, JAN, GTIN-13, Codabar ou Codeabar, Code 39, Code 93, Code 128, Code 2/5 entrelacé (ITF), PDF417, GS1 DataBar, Code Aztec, Data Matrix
- Github SDK PDF417