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
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)
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
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/
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];
We’ve just found this rather nice review of our SDK at Free Apps for Me… The Softek Barcode Reader Review
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
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…
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
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.