How to Use Dynamsoft iOS Camera SDK
A few weeks ago, Dynamsoft released an iOS camera SDK that aims to help developers quickly build a document scanning app for iOS platform. In this post, I will share how to configure the SDK in Xcode,...
View ArticleThe Preview of Dynamsoft Barcode Reader v6.0 for Windows
Dynamsoft Barcode Reader 6.0 is on the way. The major upgrade version improves the performance of barcode detection and recognition dramatically. It is over two times faster than version 5.2. In this...
View ArticleImproving Code Quality with SonarQube
For a developer, nothing is more important than improving the quality of the code. You probably had this experience that when a project was growing bigger and bigger, you had to spend more time...
View ArticleUsing PowerShell Core on Windows, Linux and macOS
Windows PowerShell is nothing new. It has been along with Windows for many years. Honestly, I preferred to use CMD more than PowerShell due to the learning cost. In the past few years, under the...
View ArticleReceiving Windows Notifications with Ngrok and Webhook
When working at the office, if you don’t want to miss any notification, you can use some tools such as IFTTT and Slack, to subscribe notification service based on Webhook. What if you’re going to...
View ArticleThings to Do with DBR 6.0 and Python Barcode Extension
Dynamsoft Barcode Reader 6.0 SDK is the best version ever. It dramatically improved barcode detecting speed and accuracy, especially for multiple barcodes per frame. Since there are some new APIs and...
View ArticleUpdating PHP Barcode Extension for PHP7
Two years ago, I created a sample for demonstrating how to wrap Dynamsoft Barcode Reader 4.2, a C++ barcode library, as an extension for PHP5. How time flies, the latest barcode library is up to...
View ArticleBuilding LibTIFF with LibJPEG on Windows
TIFF (Tagged Image File Format) is a file format for storing raster graphics images. TIFF supports many different compression schemes. This post demonstrates how to build libtiff to make it work for...
View ArticleJSON Schema for Dynamsoft Barcode Reader Template Files
If you have tried out Dynamsoft Barcode Reader 6.0, you may have noticed the new template feature. The new SDK version supports importing parameters from JSON-format template files. How to create the...
View ArticleHow to Capture HTTP Request of Static Files Deployed on IIS
When you release a JavaScript library, such as jQuery, online, you may need to collect some status information for analytics. If you deploy your website on IIS, you can use HTTP Module to capture HTTP...
View ArticleNode.js Barcode Extension with DBR 6.0
When searching for barcode SDK online, you can find lots of free and commercial SDKs. However, there are only a few of SDKs cross-platform, which is why Dynamsoft Barcode Reader is outstanding....
View ArticleUsing Team Foundation Version Control with Command Line
When creating a new project in Visual Studio, there are two options for version control: Git, which is distributed version control, and Team Foundation Version Control (TFVC), which is centralized...
View ArticleHow to Package and Distribute Python Barcode SDK to PyPi
Previously, I wrote an article sharing how to build Python barcode extension using C/C++ with Dynamsoft Barcode Reader SDK. If Python developers want to use the extension, they have to make it by...
View ArticleThe Preview of Dynamsoft Android Camera SDK
Dynamsoft Android Camera SDK is coming soon. In this article, let’s preview the SDK and learn how to write an Android document scanning app with a few lines of Kotlin code. Features Automatic border...
View ArticleHow to Create, Extract and Update Tar GZIP File in Windows
Recently, our team needs to regularly update Tar GZIP files that are built for Linux on Windows. GZIP is a file format for file compression and decompression. Unlike ZIP, GZIP is used to compress just...
View ArticleWhy You Should Use A Commercial Barcode SDK for Business
ZXing is probably the most popular open source barcode SDK in the world. The library is written in Java and now has been ported to C++, .NET, Python, Objective-C, PHP and some other programming...
View ArticleHow to Host Maven Repository for Android AAR File on IIS
If you have a .jar or a .aar file for distribution, you can publish it to Maven central or jcenter. But the premise is your package has to be open source. If you want to distribute a commercial...
View ArticleBinding Android Library for Xamarin is A Disaster
.NET developers like Xamarin because they can develop Android and iOS apps in C#. However, if you are not afraid of learning new programming languages, you’d better choose Kotlin for Android and Swift...
View ArticleHow to Use Dynamic .NET TWAIN in Unity Projects
This tutorial aims to help .NET developers use Dynamic .NET TWAIN in Unity projects. Download Unity Dynamic .NET TWAIN Unity Infinite Loading Issue It’s weird when running the Unity editor first time,...
View ArticleThe Preview of Dynamsoft WebAssembly Barcode SDK
WebAssembly (Wasm) is a revolutionary technology for Web development. It aims to execute at native speed in web browsers. With WebAssembly, it is convenient to port C/C++ code for web client and server...
View Article