|
|
|||||||||
|
|
|
|
|
|
|||||
|
Splitting TIF Files by Barcode Position The Softek Barcode Reading Toolkit extracts barcode information from image files and memory bitmaps. The TifSplit feature of the toolkit allows you to use barcodes as document separators. The input file is scanned for barcodes and then split into a number of smaller documents. There are 2 properties that control how the input file is split: Setting TifSplitPath turns the feature on and controls where the new documents will be created.
TifSplitMode controls how the input pages are copied to the output documents.
Example Suppose there is a 6 page TIF file with barcodes on pages 2 and 5. The barcode on page 2 has the value "AAAAAA" and the barcode on page 5 has the value "BBBBBB" barcode.TifSplitPath = "C:\tmp\Output%s_%d.tif" will create 3 output files. Output_1.tif will contain page 1, OutputAAAAAA_2.tif will contain pages 2, 3 and 4, and OutputBBBBBB_3.tif will contain pages 5 and 6. barcode.TifSplitPath = "C:\tmp\Output%s_%d.tif" will create 3 output files. OutputAAAAAA_1.tif will contain pages 1 and 2, OutputBBBBBB_2.tif will contain pages 3, 4 and 5, and Output_3.tif will contain page 6. barcode.TifSplitPath = "C:\tmp\Output%s_%d.tif" will create 3 output files. Output_1.tif will contain page 1, OutputAAAAAA_2.tif will contain pages 3 and 4, and OutputBBBBBB_3.tif will contain page 6. |
| © 1998-2008 Softek Software Ltd. All rights reserved. |