Tag Archives: PDF

Merge PDF Files – C#, VB, and Java Code

We have done several posts that uses the LEADTOOLS Document Converter to convert and merge multiple images and documents, including PDF. However, if all you need is to merge multiple PDF files into a single PDF file, LEADTOOLS has a … Continue reading

Posted in PDF | Tagged , , , | Leave a comment

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

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

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

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

Convert PDF to JPEG Using C#, VB, and Java Code

Our support department recently responded to a request for a code sample to convert PDF to JPEG. The customer needed to leverage LEADTOOLS to split and convert thousands of PDF files into single page JPEGs. JPEG images are universal and … Continue reading

Posted in PDF | Tagged , , | Leave a comment

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

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

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