Using our barcode reader SDK you can enable your application to read barcodes from images with only a few lines of code. So how do you do it? 1. Add a reference to the SoftekBarcodeNet.dll DotNet component 2. Use code similar to this… barcode = new SoftekBarcodeNet.BarcodeReader(@”path\to\our\sdk\bin”); // Set a few properties barcode.MultipleRead = true;
Analyzing Code 128 barcodes is easy with the barcode reader toolkit download. You can use our simple tool to see the actual values used within a Code 128 barcode following these easy steps: 1. Download our SDK. 2. Unzip the file 3. Navigate to the bin folder and run SoftekSDKDemo.exe 4. Select your image file
Version 8.1.2.6 of the Barcode Reader SDK has now been released. This includes an update to the Debenu PDF library (version 12.12), a small fix that allows the reading of 2-column compact-PDF417 barcodes and a advanced setting to help debug Code 128 bar codes (see below). As ever, the release is available through our downloads
We’re pleased to announce the release of version 8 of our SDK for mobile platforms. The new version includes support for iOS 9, direct reading from RGB and YUV bitmaps and example projects for Android Studio.
Softek Barcode Reader Toolkit for Linux Version 8.1.1 has been released, now with OSX support and builds for a greater range of Linux distributions. We will be notifying customers of this release over the next few weeks but please feel free to contact support@bardecode.com should you wish to get a license key for the new
We’ve just released version 8.1.2 of our Softek Barcode Reader Toolkit for Windows. The main change in this version is the use of .Net 4 in both SoftekBarcodeNet.dll and SoftekBarcodeLib.dll but here is a full list: SoftekBarcodeNet.dll, SoftekBarcodeLib.dll and SoftekBarcode64Lib.dll are now built against the .Net framework 4.0. New property called DataMatrixFinderGapTolerance to control the
UPDATE: The Beta test download is no longer available and the full release is now available from our download page below: http://www.bardecode.com/en1/quick-download/ We are often asked about a Windows Service version of BardecodeFiler, and so we are very pleased to announce that “BardecodeFiler with Windows Service” is now available as a Beta test
More Tips and tricks with BardecodeFiler… Splitting a PDF into separate pages named after the last bar code value This is a guide to splitting a PDF document into separate pages, renamed according to the last bar code value found using BardecodeFiler. You can download BardecodeFiler from here. Step 1: Start BardecodeFiler and click on
Version 8.1.1.7 of the Softek Barcode Reader Toolkit for Windows has been released. This version addresses an issue with handling UTF-8 encoded data in a PDF-417 or DataMatrix bar code. The problem… Say you have a PDF417 bar code that encodes the characters: キヤノン電子 ….in UTF-8 format with the following bytes of hex data: E3
Softek Barcode Reader Toolkit for Windows Version 8.1.1.6 has been released with the following fixes: 1. Fixed handle leak on multi-processor systems. 2. Modified Code 39 parameters to handle larger differences between the sizes of spaces and bars.