How to Read Barcode in WPF with VB.NET
We’re proud to reveal that Dynamsoft’s Dynamic .NET TWAIN 5.0 is on its way to release soon. In addition to WinForms support, the new version will include a WPF control. You can use it in your WPF app...
View ArticleHave Fun with the WPF Demo of .NET TWAIN 5.0
Dynamic .NET TWAIN 5.0 has been released for a while. To help users to quickly grasp APIs, a brand-new API demo, written in WPF with C# & VB.NET, is included. In this tutorial, we would like to...
View ArticleHow to Deploy JavaScript QR Code Generator to Google App Engine
Recently, I found an excellent jQuery plugin jquery.qrcode.js, which is written by Jerome Etienne. In this article, I would like to share how to use the QR code plugin to implement a free online app...
View ArticleBarcode Generator with HTML5 WebSocket
Last week, I shared how to transmit an image between a WebSocket server and a Web client. Based on that, we can make a little bit of improvement. Today, I would like to share how to generate barcode on...
View ArticleHow to Build a Web App to Read PDF417 Barcode with DWT
If you have upgraded to the latest HTML5 version of DWT (Dynamic Web TWAIN), probably you have noticed that it only supports 1D barcode reading. Although the 2D barcode SDK has not been officially...
View ArticleHow to Make Java Barcode Reader with Dynamsoft Barcode SDK
Last week, Dynamsoft released Barcode Reader (DBR) SDK v2.0, which is available for Windows and Mac. The Windows installer contains Barcode libraries for ActiveX, C/C++, and .NET. If you are a Java...
View ArticleWrapping C/C++ Methods of Dynamsoft Barcode SDK for Python
Previously, I shared an article – Make Java Barcode Reader with Dynamsoft Barcode SDK – demonstrating how to implement a Java Barcode Reader with Dynamsoft Barcode SDK. In this tutorial, I’d like to...
View ArticleMaking Dynamsoft Barcode SDK an Addon for Node.js
Do you know which programming language is currently ranking first on GitHub? It is JavaScript! JavaScript is not only used for HTML5 Web application development, but also for server-side programming...
View ArticleMaking PHP Barcode Extension with Dynamsoft Barcode SDK
After writing articles talking about how to wrap Dynamsoft Barcode SDK to make Barcode extensions for Java, Python and JavaScript, I started to consider PHP. It is one of the most popular tags on...
View ArticleReading Barcode from Scanned Documents
Many industries, which need to process amounts of paper per day, like healthcare, finance, education and so on, are getting started to adopt Barcode scanning as the solution for the electronic document...
View ArticleReading Barcode with Webcam in OpenCV and Python
Barcode is an efficient way to make information readable for machines. There are many scenarios of using Barcode reader software. For example, companies use Barcode encoding and decoding software to...
View ArticleHow to Write and Read QR Code with ZXing in Java
ZXing is an open-source, 1D/2D barcode image processing library implemented in Java. The supported barcode formats include UPC-A, UPC-E, EAN-8, Code 93, Code 128, QR Code, Data Matrix, Aztec, PDF 417,...
View ArticleHow to Bridge C Code to Create Swift Barcode Reader on Mac
Have you implemented any barcode reader software in Swift on Mac OS X? Since Dynamsoft released the 1D/2D barcode SDK for Mac, I was wondering how I can bridge the C dylib with Swift. Why Swift, not...
View ArticleHow to Benchmark Barcode SDK Performance – ZXing vs ZBar
I saw many posts arguing the performance winner between ZXing and ZBar. As an engineer, who is developing commercial barcode reader software for Dynamsoft, I am curious about which open source project...
View ArticleHow to Build ImageMagick for Software Distribution on Windows
If you have read the article How to Benchmark Barcode SDK Performance – ZXing vs ZBar, you may have noticed that ZBar relies on ImageMagick. ImageMagick is an open source software suite that capable of...
View ArticleHow to Create a Universal Barcode Reader on Windows 10 with C/C++ Legacy Code
Probably many Windows developers have upgraded operating systems to Windows 10. On Windows 10, Microsoft suggests developers create Universal Windows Apps (UWP) for a variety of devices, including PC,...
View ArticleHow to Make Ruby Barcode Reader with C++ Barcode SDK on Mac OS X
Dynamsoft Barcode SDK, which written in C/C++, supports both Windows and Mac OS X. Last week, I spent some time taking the Ruby online course on codecademy, thereby I decided to create a Ruby Barcode...
View ArticleHow to Create a Web Barcode Reader App with PHP and Nginx
Dynamsoft Barcode Reader SDK written in C/C++ is capable of reading a variety of 1D and 2D barcode formats including Code 39, Code 93, Code 128, Codabar, QRCode, DataMatrix, PDF417 and so on. In this...
View ArticleHow to Make HTML5 Barcode Reader with Desktop and Mobile Cameras
Recently, I noticed someone asked whether Dynamsoft Barcode Reader SDK can work for mobile devices. Because Dynamsoft Barcode Reader SDK does not support ARM yet, we can’t use it to develop native...
View ArticleHow to Make Web Barcode Reader with NodeJS REST Framework
As cloud computing market continues to skyrocket, more and more IT companies tend to release cloud APIs for developers. Most cloud APIs are exposed via REST (Representational state transfer) Web...
View Article