Automatically Annotate and Bookmark PDF Files using LEADTOOLS

Posted on 2022-10-20 by Gabriel Smith

PDF

Whether you're creating contracts for business-to-business agreements or putting together a searchable PDF repository, finding a fast and efficient PDF viewer is critical. Tasks that are usually tedious and time-consuming with all the other PDF Viewers on the market (yes, even Adobe!) are easily automated using the LEADTOOLS Document Converter. This includes the ability to extract text using OCR, annotate, bookmark, and add searchability to PDFs- all without the need for any manual inputs!

Continue Reading...

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

Posted on 2021-08-11 16:54:21 by Gabriel Smith

htmltopdf-300

You might have heard about how LEAD has a world-class Document Converter. Our Document Converter can easily transform HTML to PDF. The portability of a PDF allows you to access content from webpages across multiple devices both on- and off-line.

Below are a few code snippets to convert HTML to PDF.

Continue Reading...

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

Posted on 2021-06-17 10:07:36 by Katie

text to pdf

We recently posted ā€œConvert PDF to TXT in C#, VB, and Javaā€ that uses the LEADTOOLS Document Converter class. Now, we are going to go the other way around and convert TXT to PDF. The main difference is that conversion from text to PDF is less complicated because the source TXT file is always text based. On the other hand, PDF files can be text or image based. Converting an image to text requires OCR. Converting Text to PDF does not matter if the resulting PDF is image- or text-based.

Continue Reading...

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

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