Hi Experts,
I am developing a windows application called Barcode Reader and Folder Creator with the use of "OnBarcode.Barcode.BarcodeScanner.dll".
I want to read the barcode from the tiff files and create corresponding barcode named folder. In this folder, I want to save the particular image (Barcode Matched page). I have done all the stuff except the Particular image in the folder.
Please help me out.
Attached file is for your reference.
Thanks,
Murugavel S
Loading
Kip HackmanPosted Dec 10, 2021, 4:18 PM
Here is some example code:
wiliam jucyPosted Sep 10, 2013, 11:44 PM
barcode reading guide
barcode reading tutorial
cathy hillPosted Jun 25, 2013, 11:28 PM
http://www.codeproject.com/Questions/558955/BarcodeplusReaderplusandpluscreateplusFolder
Murugavel SPosted Mar 8, 2013, 12:25 PM
I have done the Barcode reader and folder creation stuff.
But i need help to split and save the tiff image into appropriate folder.
For eg. in the tiff file has 8 pages.
Page 1 has barcode : ABC101
Page 2 no Barcode
Page 3 has barcode: ABC102
Page 4 no Barcode
Page 5 has barcode: ABC103
Page 6 no Barcode
Page 7 has barcode: ABC104
Page 8 no Barcode
output:
Folder Name : ABC101
In this split the page 1 and save into that folder.
Folder Name : ABC102
In this split the page 3 and save into that folder.
and vice versa....
I hope its clear now
Thanks,
Murugavel S