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 ...

News

Unicode problems in Delphi 2009

admin November 26, 2012 Knowledge Base, Software Development Kits No Comments

Delphi 2009 developers may have found some problems passing strings to and from the toolkit. This seems to be down to unicode support in Delphi 2009 and can be resolved with some simple code changes. For example, in previous versions of Delphi you might have code similar to: NumCodes:=stScanBarCode(PChar(OpenDialog1.FileName)); …but in Delphi 9 this needs

Continue Reading →

Performance considerations for PDF documents

admin November 26, 2012 Settings No Comments

This document explains how the properties of the toolkit can effect the speed at which PDF documents are processed. The PDF extension allows you to read barcodes from PDF documents. Version 7.4.1 or later… Version 7.4.1 introduced a faster and more accurate method of processing image-only PDF documents (e.g, a PDF document generated as the

Continue Reading →

pdf-417 barcode overview

admin November 26, 2012 Knowledge Base No Comments

How do PDF-417 Barcodes Work? PDF-417 barcodes can pack more data into the same space than conventional 1-D barcodes, and are very useful for applications that need to encode more than 20 characters in a barcode. A PDF-417 barcode is split into columns, guarded by 5 black bars on each side, and each column is

Continue Reading →

Barcode Gallery

admin November 23, 2012 Barcode Specification, Image, Knowledge Base No Comments

Here are some examples of the good, the bad and the ugly of the barcode world. The Good: Code 39 Code 25 Interlaced Code 128 EAN-8 EAN-13 UPC-A UPC-E The Bad and the Ugly: Example 1 – Too many asterisk characters. Example 2 – Extra character returned by toolkit Example 3 – A box around the barcode Example

Continue Reading →

Code snippets for Visual C++

admin November 23, 2012 Knowledge Base, Software Development Kits No Comments

This article shows 2 simple visual c++ code snippets that use either the standard windows dll or the com object for the toolkit. Standard Windows DLL hBarcode = mtCreateBarcodeInstance() ;   //Set properties mtSetReadCode128 (hBarcode, 1) ; //Read barcodes int nBarCodes = mtScanBarCode(hBarcode, m_ImageFile) ; //Get results for (int i = 1; i <= nBarCodes;

Continue Reading →

Code snippets for VB.net

admin November 23, 2012 Knowledge Base, Software Development Kits No Comments

This arcticle shows some simple VB.net code snippets that reference the .net component or com object for the SDK in Visual Studio. .NET Managed Class Library with Visual Studio 2003 ‘Add a reference to SoftekBarcodeLib.dll Dim barcode As SoftekBarcodeLib.BarcodeReader barcode = New SoftekBarcodeLib.BarcodeReader ‘Set properties barcode.ReadCode128 = True ‘Read barcodes nBarCodes = barcode.ScanBarCode(Path) ‘Get results

Continue Reading →

Splitting TIF files by barcode position

admin November 23, 2012 Knowledge Base, Software Development Kits No Comments

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. e.g c:\tmp\Output%d.tif will

Continue Reading →

VB6 Code snippets

admin November 23, 2012 Knowledge Base, Software Development Kits No Comments

Use the following links to view code snippets for the 3 different interfaces commonly used from Visual Basic 6… ActiveX/OCX Interface ‘Add SoftekBarcode ActiveX Control module by selecting Components from the Projects ‘menu ‘Set properties SoftekBarcode1.ReadCode128 = True ‘Read barcodes nBarCodes = SoftekBarcode1.ScanBarCode(Path) ‘Get results For i = 1 To nBarCodes strBarcode = SoftekBarcode1.GetBarString(i) COM Object

Continue Reading →

Using the SDK with Borland Delphi

admin November 23, 2012 Knowledge Base, Software Development Kits No Comments

The following code shows how the Softek barcode Reader Toolkit can be used from Borland Delphi to extract barcode information from images and memory bitmaps. Click here for some tips on using the toolkit with Delphi 2009. Click here to download a Borland Delphi example in a zip file. The following code was kindly provided by Marian Aldenh?vel of

Continue Reading →

Code 128 barcode specification

admin November 23, 2012 Barcode Specification, Knowledge Base No Comments

Example: Code 128 is one of the more complex linear barcodes, with a greater capacity than Code 25 or Code 39, but requiring better quality images for reliable recognition. Key features: 4 different width of bar/space. 3 symbol sets (A, B and C). Symbol set C encodes pairs of digits and is one of the

Continue Reading →

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