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...

Microsoft Build May 25-27 & Wrap Up Show Friday, May 28!

Posted on 2021-05-19 14:39:24 by Katie

Microsoft Build 2021

The countdown is on! The Microsoft Build virtual event will be held next week, May 25-27th. We look forward to hearing the latest in developer tools and techniques that Microsoft is sure to announce! Since we had such a great time last year recapping the event with @CSharpFritz, we’re doing it again! Join us on May 28th for a Build Wrap Up Show. During the show, we will recap all of the highlights from Microsoft Build, hear the latest and greatest from various Microsoft speakers, and - of course - you can enter to win awesome prizes!

Continue Reading...

Convert Multi-page TIFF to Searchable PDF in C#, Java, and C

Posted on 2021-05-19 12:33:36 by Gabriel Smith

TIFF to PDF conversion

It is tax season in the US. My CPA wants all of my supporting documentation to be saved as PDF, but I saved all as one multi-page TIFF when I scanned them. Fortunately, I have access to LEADTOOLS OCR.

In terms of functionality and platform support, LEADTOOLS OCR is the most flexible OCR engine available. It makes converting more than 200 image types to PDF and other document formats an easy task. The resulting PDF can be an image-based or text-searchable PDF. It can even be a combination of image over text so the resulting PDF has the text, but looks exactly like the TIFF.

Continue Reading...

Convert XLS and XLSX to PDF with .NET Core (C#, VB, and Java)

Posted on 2021-04-19 16:28:26 by Gabriel Smith

Continue Reading...

Convert PDF to Text in C#, VB, and Java

Posted on 2021-04-05 10:39:31 by Zac Ferraresi

While PDF files are flexible and portable, unfortunately they are not always searchable. In fact, a very common request is for the ability to parse text from PDFs. Luckily, LEADTOOLS OCR Engine makes extracting searchable text from PDF files a breeze. LEAD’s AI-enhanced engine can accept any PDF (searchable or not) and extract the text from it, using OCR where necessary. After extraction LEADTOOLS can save that information to a text file, a searchable PDF file, or any of our other 150+ supported document formats.

Continue Reading...
LEADTOOLS Blog

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