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

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/

Using the Softek Barcode Reader Toolkit on Android with ScanBarCodeFromRGBABitmap

admin August 31, 2021 Knowledge Base, Software Development Kits

The Android version of the SDK cannot read directly from image files but it can read from a bitmap using code similar to the following: Barcode barcode = new Barcode(); // Load your image file into a bitmap int width = bitmap.getWidth(); int height = bitmap.getHeight(); byte[] rawBytes = new byte[width * height * 4];

Continue Reading →

New review of our SDK at "Free Apps for Me"

admin August 19, 2021 News

We’ve just found this rather nice review of our SDK at Free Apps for Me… The Softek Barcode Reader Review

2DDOC Barcodes

admin July 14, 2021 BardecodeFiler, Knowledge Base, News, Software Development Kits

We’ve had a number of emails about the 2DDOC barcode type being used in French Covid “passports”. The Softek Barcode Reader Toolkit is able to read the data in the barcodes because it is stored using plain text in a DataMatrix symbology, however we do not support the actual verification of the digital signature for

Continue Reading →

How to enter your VAT number with ShareIt!

admin April 14, 2021 Knowledge Base

If you are registered for VAT then please use the following steps when making a purchase from our online store: Step 1: Click on “Show more input fields”… Step 2: Click on “Add VAT ID”…   Step3: Enter your VAT ID…  

Handling multi-line QR Codes in BardecodeFiler

admin April 14, 2021 BardecodeFiler, Knowledge Base

If you are processing multi-line Qr Codes in BardecodeFiler (the same could apply to PDF-417 or DataMatrix barcodes) and want to extract certain lines of data to create the output file name then you will need to use the Reformat feature of BardecodeFiler. The Reformat feature allows you to use the power of regular expressions

Continue Reading →

Additional BardecodeFiler Services

admin April 8, 2021 BardecodeFiler, Knowledge Base

You can actually configure as many BardecodeFiler services as you wish, though you can only edit settings for the first 4 services through the BardecodeFiler.exe app. Section 7.3 of the manual explains how to configure extra services, however you will need to configure the set up files in C:\ProgramData\Softek Software\BardecodeFiler manually for each additional service.

Continue Reading →

« First...«2345»102030...Last »
  • Copyright © 2023 Softek Software Ltd. All Rights Reserved