LEAD Granted Patent for Document Recognition Technologies

Posted on 2019-09-11 13:21:44 by Nick Villalobos

Continue Reading...

Android Video and Screen Capture - Using ADB Wirelessly

Posted on 2018-03-26 14:49:15 by Gabriel Smith

As you may have heard, we recently released an update to LEADTOOLS mobile technologies. Part of the update included new demos, which we wanted to highlight with some new marketing videos. After some research, I determined that ADB (Android Debug Bridge) and a batch file was going to be the best way to capture videos and screens of the demos on the device. In this setup, I was able to run a command in the console to start the capture and pull the file from the device to my local file system with one command. After almost breaking the USB connector in my phone, I figured out how to do it over Wi-Fi.

Continue Reading...

Repurpose Content with ASP.NET Layout Pages

Posted on 2017-02-23 11:33:49 by Greg

I was recently tasked with updating all of our product descriptions on the MSDN Marketplace site. The requirements were to make sure that all of the product descriptions matched our website exactly and that all of the links included a query string parameter. Manually qualifying and tagging hundreds HREFs and SRCs every quarter is not my idea of a good time; I'd rather write code! Additionally, the MSDN site has some markup quirks that need to be handled consistently.

Manually qualifying and tagging hundreds HREFs and SRCs every quarter is not my idea of a good time…
product html markup

Fortunately, our website is based on ASP.NET and uses layouts. This means that by changing the layout page and a little code, I was able to reuse the existing content, adjust for the MSDN quirks, and the task became an error-free copy-paste job.

Continue Reading...

Categories:

General

Tags:

ASP.NET

Evernote Backup Automation

Posted on 2017-01-23 12:39:07 by Gabriel Smith

As I mentioned in a previous post, I am in the process of "Going Paperless." I have decided to use Evernote as my digital repository. (I love the tags!!) One important requirement of my new information repository system is that there has to be a way to back up my data. Unfortunately, Evernote does not include a built-in backup option; however, there is a command line utility to export notes. Since I am semi-dangerous with scripting, I decided to write a batch file to create a consistent and automatic backup system.

Continue Reading...

BadImageFormatException and LEADTOOLS

Posted on 2016-10-14 12:13:18 by Gabriel Smith

BadImageFormatException and LEADTOOLS

The cause of a System.BadImageFormatException is a common question received by our developer support department. At first glance, some LEADTOOLS users think the BadImageFormatException is a LEADTOOLS specific exception because LEADTOOLS is an imaging SDK and "Image" is in the name of the exception. However, the exception has nothing to do with LEADTOOLS being an imaging SDK.

This exception is thrown when a process tries to load an assembly that is built for an incompatible architecture. The MSDN description of the exception is:

Continue Reading...

Categories:

General

LEADTOOLS Blog

LEADTOOLS Powered by Apryse,the Market Leading PDF SDK,All Rights Reserved