Tag Archives: Convert

Convert and Base64 Encode Images and PDFs in C#

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 … Continue reading

Posted in Document Converter | Tagged , , , , | Leave a comment

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

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 … Continue reading

Posted in File Formats | Tagged , , , , | 1 Comment

Convert a Word Document to PDF

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 … Continue reading

Posted in PDF | Tagged , , | 5 Comments

New Media Foundation Features and Updates

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 … Continue reading

Posted in Multimedia Imaging | Tagged , , , , , , , , , , , , , , | Leave a comment