Convert and Base64 Encode Images and PDFs in C#

Posted on 2021-06-07 10:55:43 by Gabriel Smith

PDF to JPEG conversion

Base64 encoding is used to encode binary data, such as a PDF file, into an ASCII string format that is compatible with systems that can only handle text. For example, email attachments and binary uploads in HTML forms are converted and transmitted as Base64 encoded data.

The C# code snippet below shows how easy it is to save as any LEADTOOLS image format, including PDF, with Base64 encoding.

Continue Reading...

Convert a Word Document to PDF

Posted on 2020-02-14 07:43:23 by Gabriel Smith

PDF Header

Following up on my last post, Convert an Image to Black & White PDF, I have updated the project to include a third method that converts document and vector formats to PDF. This conversion uses SVG as an intermediate format and does not require OCR, which results in perfect text accuracy.

Continue Reading...

Categories:

PDF

Build a .NET Core Image Conversion MicroService using LEADTOOLS NuGet Packages

Posted on 2019-03-05 15:14:16 by Nick Villalobos

This blog post is to demonstrate the simplicity when working with LEADTOOLS NuGet packages to convert a hosted file from the web to a PNG. LEAD introduced NuGet packages at the release of Version 20 and never looked back. The following example is a spin-off of a prior blog that exemplified how to incorporate LEADTOOLS using .NET Core without NuGet packages.

Continue Reading...

New Media Foundation Features and Updates

Posted on 2015-06-15 10:46:33 by Greg

LEAD Technologies has a strong commitment to ongoing support and improvements to the current version. This isn't just the bare minimum bug fixing and workarounds like the rest, we're talking about new features and additions that are added to the toolkit at no charge or upgrade fee. Today we have released an update to the Media Foundation features within the LEADTOOLS Multimedia SDK.

At first glance some of these features might not seem like much, such as a live preview for the capture and convert controls. However, anyone who has attempted low level Media Foundation programming knows this is a pretty major undertaking. The near-magical work our engineers did will save LEADTOOLS customers countless hours of headache! Here's what's new and improved for the Media Foundation SDK:

Continue Reading...
LEADTOOLS Blog

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