Category Archives: Document Imaging

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

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

We have recently fielded several questions about converting Office formats such as Excel to PDF using .NET Core. The LEADTOOLS Document Converter SDK class makes this a quick and easy task while still providing flexibility for any scenario. Read more … Continue reading

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