Barcode Utility User's Guide
Table Of Contents
- Barcode Utility User’s Guide
- Definitions of Notes
 - Copyright
 - Trademarks
 - Table of Contents
 - 1. Introduction
 - 2. Monitor Folders and Process Files
- 2.1 Requirements
 - 2.2 Add a Folder to Be Monitored (Hot Folder)
 - 2.3 Create a File Processing Rule
 - 2.4 Assign Barcodes to File Processing Rules
 - 2.5 Configure File Split Settings
 - 2.6 Configure File Rename Settings
 - 2.7 Configure File Save Settings
 - 2.8 Configure Common Settings
 - 2.9 Start Folder Monitoring and File Processing
 
 - 3. Additional Features
 - 4. Check the Application Log
 - 5. Troubleshooting
 - Appendix A: Barcode Recognition Requirements
 - Appendix B: Custom Naming Rules
 - Appendix C: Supported Barcode Types and Options
 - Appendix D: XML Specification for Barcodes
 
 
39 
Standard Name  Supported Barcode Type 
CODE39  CODE39/CODE3of9 
ITF  ITF / ITF-14 
CODABAR  CODABAR / Code2of7 /NW-7 
CODE93  CODE93 
CODE128  CODE128 
GS1-128  GS1-128 / UCC128 / EAN128 
UPC-A  UPC-A 
UPC-E  UPC-E 
EAN-8  JAN-8 / EAN-8 
EAN-13  JAN-13 / EAN-13 
QR  QR 
DATAMATRIX  Datamatrix / GS1 Datamatrix 
Example of XML Description 
<?xml version="1.0" encoding="UTF-8"?> 
<BrotherBarcodeAgentBarcodeRecognitionResult> 
  <DocumentName>       </DocumentName> 
  <TotalPageNum>       </TotalPageNum> 
  <TotalBarcodeNum>        </TotalBarcodeNum> 
<BarcodeInfo> 
  <Type> 
  <String> 
  <StringWOCheckDigit> 
  <Area> 
    <PageNum> 
    <X> 
    <Y> 
    <Width> 
    <Height> 
    <Degree> 
  </Area> 
  <Option> 
    <CheckDigit> 
    <StartCode> 
    <StopCode> 
  </Option> 
</BarcodeInfo> 
(To specify additional barcodes, describe each barcode in a separate BarcodeInfo section below) 
</BrotherBarcodeAgentBarcodeRecognitionResult> 










