bardecode.com
barcode reading software
  • Home
  • Download
  • Purchase
  • SDK Licensing
  • Pricing
    • Windows SDK Price List
    • Windows SDK with PDF Extension Price List
    • PDF Extension For Windows Price List
    • Linux SDK Price List
    • Multi-Platform Toolkit for .Net/Docker Price List
    • BardecodeFiler Desktop Only Price List
    • BardecodeFiler Windows Service Price List
    • DOS Command Prompt Barcode Tool Price List
  • Products
    • Barcode Reader Toolkit for Windows
    • Barcode Reader Toolkit for Linux
    • BardecodeFiler Application Desktop Only
    • BardecodeFiler Application & Windows Service
    • Windows DOS Command Prompt Barcode Tool
    • Multi-Platform Barcode Reader Toolkit for .Net Standard on Docker
    • Aquaforest’s Autobahn DX
  • Knowledge Base
    • Documentation
    • Specifications
  • News
  • Contact
    • About Us
    • Resellers
    • Links
Select Page ...

Category : Knowledge Base

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 →

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 →

Softek Barcode Reader SDK for Linux Version 9.1.1.1 has been released

admin December 10, 2020 Documentation, Knowledge Base, News, Settings, Software Development Kits

Softek Barcode Reader SDK for Linux Version 9.1.1.1 has been released. The main change in this version is the addition of functions to read from TIF, and JPEG files held in memory rather than as files on disc. The new function is called mtScanBarCodeFromString. The C interface has also been brought in line with the

Continue Reading →

Softek Barcode Reader Toolkit for Windows Version 9.1.1.1 released

admin December 10, 2020 Documentation, Knowledge Base, News, Settings, Software Development Kits

Softek Barcode Reader SDK for Windows Version 9.1.1.1 has been released. The main change in this version is the addition of functions to read from TIF, PDF, JPEG,GIF or PNG files held in memory rather than as files on disc. The new functions are called ScanBarCodeFromString for the DLL or ScanBarCodeFromByteArray for the .Net interface.

Continue Reading →

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