Tag Archives: C#

Extracting an Image from a DICOM file

When dealing with DICOM files, there are times when you need to include an image in a report or provide images to a patient so they can view the data without needing a DICOM-specific application. Thankfully, the LEADTOOLS Medical SDK … Continue reading

Posted in Medical Imaging | Tagged , , | Leave a comment

Apply a Filter to a Video File in C#

Sometimes I’ll take what I think is a really great video on my cell phone, only to find out my hand was shaking while I was recording. Thankfully, I know the LEADTOOLS SDK provides many filters that can be used … Continue reading

Posted in Multimedia Imaging | Tagged , | Leave a comment

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

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

Posted in Document Converter | 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