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 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 Document Viewer Demo

Posted on 2021-03-08 11:36:28 by Zac Ferraresi

Earlier this week, we wrote about our latest white paper and CodeProject article on the LEADTOOLS Document Converter and Document Viewer. If you haven't already, it's worth a read to see just how easy it is to create an amazing document viewing solution for .NET and HTML5 / JavaScript.

If you simply can't wait another second to get your hands on this technology, you should try our live online Document Viewer demo! This HTML5 Zero-footprint application shows off all the amazing features of this new viewer framework including:

Continue Reading...

Convert PDF to DOC / DOCX in C#, VB, and Java

Posted on 2021-02-22 10:55:33 by Katie

ConvertPDFtoDOC

There are many reasons why you might want to convert to or from a PDF document. Perhaps you need to make a PDF editable or text searchable. Or maybe you would prefer a PDF to be a DOC or DOCX file, but you don't want to copy/paste the text or lose the original formatting. You might even need to batch convert a ton of PDFs in the same way. Good news! The LEADTOOLS Document Converter SDK is an easy to integrate tool able to handle all of your document and image conversion needs.

Continue Reading...
LEADTOOLS Blog

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