I've found posts indicating that I can read multiple symbologies from a single document. My business need is similar.
In the attached PDF file, I have one PDF document with 4 pages. There is a unique barcode on page 2, 3, and 4. Using the attached code, I need to be able to uniquely identify each barcode.
It seems as though when I run a single page PDF document (with only 1 barcode) through this code, the BarCodeReader can sufficently identify the barcode and the corresponding CodeText.
When I run a multi-page PDF document (with multiple barcodes) through this code, the BarCodeReader cannot identify the barcodes and the corresponsing CodeText.
Please help. This is a high-priority issue that I need an answer to as soon as possible. Thanks.