Build a .NET Core Image Conversion MicroService with LEADTOOLS

Posted on 2019-12-18 10:32:52 by Nick Villalobos

Introduction

This post describes how to use LEADTOOLS (Windows or Linux) in .NET Core to convert almost any image to a PNG. This service can be used to display non-standard files in any modern web browser without installing plug-ins or third party code on the client.

Background

If you follow this tutorial, the resulting project demonstrates a quick and easy way to use 3rd party C API in .NET Core using DLLImport. Specifically, this project uses LEADTOOLS DLL/SO C API in .NET Core to convert files to PNG. Native .NET Core support is not available now available in LEADTOOLS version 20. An updated blog post that uses NuGet packages has been published for version 20.

Continue Reading...

Get Contact Info from Business Card with OCR: 25 Projects in 25 Days

Posted on 2019-03-13 12:12:16 by Gabriel Smith

As part of the LEAD Technologies 25th anniversary, we are creating 25 projects in 25 days to celebrate LEAD's depth of features and ease of use. Today's project comes from Hadi.

If you've been keeping track, this is actually our 25th project and the last one in our #LEAD25 series. But don't be sad, we post examples like these to our blog and forums on a regular basis so keep in touch! If you missed any of them, take a look back at our series introduction where we've kept a running list as each project was posted.

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

HTML5 Image Gallery: 25 Projects in 25 Days

Posted on 2016-12-16 16:53:41 by Greg

As part of the LEAD Technologies 25th anniversary, we are creating 25 projects in 25 days to celebrate LEAD's depth of features and ease of use. Today's project comes from Justin.

What it Does

This ASP.NET C# application will display a thumbnail image gallery using LEADTOOLS Version 19.

Continue Reading...

Simplified ASP.NET Web Forms OCR Demo

Posted on 2016-12-16 14:41:05 by Greg

HTML5 is certainly the way of the future, but as many web developers know, adoption can be slow. In many cases, older browsers such as IE8 is still in use enterprise-wide and a lightweight, feature packed solution is still required. LEADTOOLS pioneered lightweight ASP.NET Web Forms imaging years ago and is still a popular choice. Though not as flashy and responsive as HTML5, the heavy-lifting jobs such as Optical Character Recognition (OCR) are still done on the server side.

In the following example, you'll see how to add OCR functionality and image display into your ASP.NET Web Forms application.

Continue Reading...
LEADTOOLS Blog

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