This article discusses how to use BardecodeFiler to collate pages containing the same bar code value from various PDF documents. For example, say you receive orders from customers and each order form contains a bar code that identified the customer with a unique code. You scan the order forms in random batches as they are
This article shows how to convert a string that has been double encoded using UTF-8. For example, say you have the string Müller instead of the string Müller. How did it happen? The letter ü is encoded in UTF-8 as 2 bytes: 195 and 188 If you encoded the bytes again then the 195 converts to
One change in version 7.5.1.18 of the sdk and version 1.8.1 of BardecodeFiler that has caused some backward compatibility issues is in the area of regular expressions. This version uses Microsoft RegEx matching and one important difference lies in the use of {} brackets. In previous versions of the sdk you could use the following
We have recently added the capability to restore default settings with a single click in the BardecodeFiler application and the SDK Demo. The reset button can be found under the ‘import/export’ tab in ‘options’ and restores default settings. It is worth noting that it does not reset the file paths for input and output directories.