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 : Knowledge Base

Updates for both the Windows and Linux versions of the SDK

admin May 27, 2022 Knowledge Base, News, Software Development Kits

Both the Windows and the Linux versions of the SDK have been updated to version 9.1.5. The includes a security update for Zlib from 1.2.11 to 1.2.12. Here’s the full list of changes: Improvement to Code 25 recognition algorithm to reduce the possibility of a false positive result when a barcode has a split bar

Continue Reading →

How to read binary barcode data

admin May 17, 2022 Documentation, Knowledge Base, Software Development Kits

Most barcodes store text information but 2-D barcodes (such as QR-Code, Datamatrix and PDF-417) can also be used to store binary data. This article explains how to get at the binary data using the Softek Barcode Reader Toolkit. 2-D barcodes don’t have any way of telling the barcode reader how they’ve been encoded so it’s

Continue Reading →

BardecodeFiler Version 2.7.1 Released

admin February 25, 2022 BardecodeFiler, Knowledge Base, News

We’re pleased to announce that version 2.7.1 of BardecodeFiler has been released. NOTE: License keys issued for version <= 2.6 will not work with this version. Please contact sales@bardecode.com for further details.   Here are the release notes: New menu structure for configuring options with a search function and links between pages. Can convert local

Continue Reading →

Version 9.1.4 of the Barcode Reader SDK Released

admin February 7, 2022 Documentation, Knowledge Base, News, Software Development Kits

Version 9.1.4 of the barcode reader SDK has been released. This applies to both the Windows version and the Linux/OSX/iOS/Android version. Most of the changes apply to 2-D barcode recognition as follows: The requirement for a minimum distance between 2 identical 2-D barcodes has been removed. A new property called Min2DLength (minimum length of a

Continue Reading →

Support for the Apple M1 Chip added to the Linux/OSX... edition of the SDK

admin January 6, 2022 Blog, Knowledge Base, News, Software Development Kits

We’re pleased to announce full support for the Apple M1 Chip in our Linux/OSX/iOS/Android version of the barcode reader SDK. We will continue to support Intel builds for OSX for the time being.

Handling PDF files with Docker

admin September 30, 2021 Knowledge Base, Software Development Kits

Here’s an example of how PDF files could be handled on Docker using Ghostscript, though the same idea could be adopted for any third party conversion tool. Note that this is using SoftekBarcodeNetStandard from NuGet. 1. Add the following to Dockerfile to install Ghostscript RUN apt-get update && apt-get install -y ghostscript 2. Use code

Continue Reading →

Softek Barcode Reader Toolkit with Docker and .Net

admin September 27, 2021 Knowledge Base, News, Software Development Kits

The Softek Barcode Reader Toolkit can now be used with Docker and .Net with multi-platform support in a single NuGet package. Key facts: .Net Standard 2.0 Includes native DLL files for OSX, Windows (x86 & x64) and Linux (x86 & x64). Automatically selects correct native DLL at run-time (see below). Reads barcodes from TIF or

Continue Reading →

How to scan a barcode from a .Net stream

admin September 26, 2021 Knowledge Base, Software Development Kits

You can read a barcode from a stream (TIF/JPG or PDF) in C# using the following function to convert the stream into a byte array: private static byte[] StreamToByteArray(Stream input) {    byte[] buffer = new byte[16 * 1024];    using (MemoryStream ms = new MemoryStream())    {       int read;       while ((read = input.Read(buffer, 0, buffer.Length)) > 0)

Continue Reading →

How to migrate from BardecodeFiler Desktop to BardecodeFiler Service

admin September 7, 2021 BardecodeFiler, Documentation, Knowledge Base

Steps to BardecodeFiler Desktop to BardecodeFiler Service: 1. Save your current BardecodeFiler settings to an “ini” file. 2. Right click on BardecodeFiler and select “Run as admin” 3. Go to Options/Service Settings/BardecodeFiler Service 4. Import the settings from the “ini” file. 5. Adjust the input/output/processed and exception folders (they do not get imported). 6. Set

Continue Reading →

Softek BarcodeReader SDK now available on NuGet

admin September 2, 2021 News, Software Development Kits

We’re pleased to announce that the Softek Barcode Reader Toolkit for Windows is now available on NuGet – the package manager for .Net at the following URL: https://www.nuget.org/packages/SoftekBarcodeNet/

«1234»1020...Last »
  • Copyright © 2023 Softek Software Ltd. All Rights Reserved