bardecode.com
barcode reading software
  • Home
  • Download
  • Purchase
  • SDK Licensing
  • Pricing
    • Windows SDK Price List
    • Windows SDK with PDF Extension Price List
    • Linux SDK Price List
    • Linux SDK with PDF Extension Price List
    • PDF Extension For Windows Price List
    • Multi-Platform Toolkit for .NET Price List
    • BardecodeFiler Desktop Only Price List
    • BardecodeFiler Windows Service Price List
    • DOS Command Prompt Barcode Tool Price List
    • Terms and Conditions
    • Refund Policy
  • Products
    • Softek Barcode Reader Toolkit for Windows
    • Softek Barcode Reader Toolkit for Linux
    • BardecodeFiler Desktop App
    • BardecodeFiler Windows Service
    • Windows DOS Command Prompt Tool
    • Multi-platform barcode reader toolkit for .NET
    • Aquaforest’s Autobahn DX
  • Knowledge Base
    • Documentation
    • Specifications
  • News
  • Contact
    • About Us
    • Terms and Conditions
    • Resellers
    • Links
Select Page ...

Category : Software Development Kits

Double encoded UTF-8 strings in C#

admin November 27, 2012 BardecodeFiler, Settings, Software Development Kits No Comments

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

Continue Reading →

Regular expressions under 7.5.1.18

admin November 27, 2012 BardecodeFiler, Settings, Software Development Kits No Comments

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

Continue Reading →

Video Preview Frame Size

admin November 27, 2012 Software Development Kits No Comments

Developers working with our Barcode Reader SDK for IOS may have noticed that the video preview window no longer fills the entire screen in our example XCode project. The following screen shot shows the problem with out the bars at the top and bottom of the screen… To make the preview screen fill the entire

Continue Reading →

Excel VBA Macro

admin November 27, 2012 Software Development Kits No Comments

Here’s some example code that you can use in an Excel VBA macro… Before you begin, make sure you have downloaded and installed the barcode reader sdk for windows, and run REGISTER.BAT as administrator in the bin folder. Set Barcode = CreateObject(“SoftekBarcodeCOM.Barcode”) ‘ Set the license key here Barcode.LicenseKey = “MY LICENSE KEY” Barcode.ScanDirection =

Continue Reading →

Reading Barcodes in VB.Net

admin November 27, 2012 Software Development Kits No Comments

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

Continue Reading →

Reading Barcodes with Delphi using win32 dll

admin November 27, 2012 Software Development Kits No Comments

Using the Softek Barcode Reader SDK with Delphi is pretty straight forward and we include a full example project with our download. This page aims to get you up and running in less than 15 minutes… Note that this example uses the win32 DLL interface to the SDK – if you would rather use the

Continue Reading →

Reading Barcodes with Delphi using com

admin November 27, 2012 Settings, Software Development Kits No Comments

Using the Softek Barcode Reader SDK with Delphi is pretty straight forward and we include a full example project with our download. This page aims to get you up and running in less than 15 minutes… Note that this example uses the COM interface to the SDK. If you would rather use the win32 DLL

Continue Reading →

How to convert UTF-8 data into a String

admin November 27, 2012 Software Development Kits No Comments

If you have an array of UTF-8 bytes and want to convert them into a String then the following may help… As you may know, UTF-8 is a way of encoding every character in the Unicode character set using a variable number of byte per character. For example, the letter A just needs 1 byte

Continue Reading →

Reading barcodes with Real Studio

admin November 27, 2012 Software Development Kits No Comments

Using the SDK with Real Studio on Windows is pretty straight forward and version 7.5.1.6 of the SDK now includes a full example. Anyhow, here’s what you need to do to get barcode reading working with Real Basic… Step 1. Download the barcode reader sdk from here Step 2. Navigate to where the sdk was installed

Continue Reading →

Android Barcode Reading - Quick Start Guide

admin November 27, 2012 Software Development Kits No Comments

So what’s the easiest way to integrate barcode reading into your app? Whilst it’s possible to integrate the Softek Barcode Reader into your Android app through our java class and jni library, it’s also possible to simply call our Bardecoder app direct from your own app with a minimal amount of work. The following article

Continue Reading →

« First...«6789»10...Last »
  • Copyright © 2023 Softek Software Ltd. All Rights Reserved