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
38
Appendix D: XML Specification for Barcodes
Definition of an XML File
Elements and Tree
Structure
Tag Name
Mandatory/
Optional
Specification
Document name DocumentName Mandatory
Document name that contains barcode
information
Total number of page TotalPageNum Mandatory Total number of pages in the document
Total number of barcode TotalBarcodeNum Mandatory Total number of barcodes in the document
Barcode information BarcodeInfo Mandatory Tag for barcode information
Type of barcode Type Mandatory Barcode type
Decode result includes
check digit
String Optional Barcode string
Decode result excludes
check digit
StringWoCheckDigit Mandatory Barcode string excludes check digit
Location Information Location Mandatory Tag for location information
Area Information Area Mandatory Tag for barcode area
Page Number PageNum Mandatory The page number containing this barcode
X Coordinates X Mandatory
X coordinates of the top left corner of
barcode (px)
Y Coordinates Y Mandatory
Y coordinates of the top left corner of
barcode (px)
Width Width Mandatory Width of barcode (px)
Height Height Mandatory Height of barcode (px)
Rotation Angle Degree Mandatory Barcode rotation angle
Optional Information Option Mandatory Tag for optional information
Check Digit Flag CheckDigit Mandatory Flag if this barcode has a check digit
Start Code StartCode Optional
Start code (Used only when the type of
barcode is CODABAR or CODE39)
Stop Code StopCode Optional
Stop code (Used only when the type of
barcode is CODABAR or CODE39)