Showing 27 Result(s)

Return Values for GetBarStringType Function

We have had a number of requests for a full list of the possible return values for the GetBarStringType function in Version 7.5.1.35 of the SDK. Below are the possible return values from this function: PDF417 DATAMATRIX QRCODE CODE39 EAN13 EAN8 UPCA UPCE SHORTCODE128 CODE128 GS1-128 PATCH DATABAR CODE93 CODE25 SHORTCODE128 CODABAR For further information on …

Distribution License Explained

Not sure what our Distribution License is? Finding it hard to know if this is the right license for your project? We understand that software licensing can be confusing so to better understand what our Distribution License is and whether it is the license for you, read on! In a nutshell, our Unlimited Distribution License allows …

Linux Barcode Reader SDK

Linux SDK Version 7.5.1 Released

We are pleased to announce the release of Version 7.5.1 of the Linux SDK. Existing customers with support and upgrade cover will be contacted in due course. This update brings the Linux SDK in line with the Windows variant with the introduction of support for the ubiquitous QR-Code and significant improvements to Datamatrix and PDF-417 recognition. The new …

Windows SDK Version 7.5.1.22 Released

We are pleased to announce the minor release for the Windows SDK, V 7.5.1.22, which has various improvements. One of the biggest changes is the improved handling of skewed QR-Codes, which can now tolerate a far greater amount of skew. If you are an existing customer then you are welcome to upgrade for free, the …

Regular expressions under 7.5.1.18

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 …

Reducing False Readings

With scanned images it is not uncommon to have noisy documents which can produce false readings. However this can be dealt with using Softek’s software through the methods shown below.   1. Turn off barcode types you do not need to read. For example, say the c53e barcode is of type CODABAR and the barcodes …

Reading Barcodes in VB.Net

Using the Softek Barcode Reader SDK to read barcodes from images in a VB.Net project is very straight foward and this article should get you up and running in under 15 minutes… Step 1. Download the barcode reader sdk from here If you are using a 64-bit system and want to handle PDF documents then please …