In this article I’d like to tell how to convert PDF to JPG in .Net platform with various Jpeg Quality (High and Low). In addition I’ll show you a simple C# sample which help us to understand how the size of .jpg file depends of jpeg quality. As you may know that JPEG format is very […]
Read More →Delphi.Net – How to convert PDF to WORD
Hi Everyone! My name is Brian and in this short article, I’ll show how to convert PDF to Word in Delphi .Net within PDF Focus .Net library. Firstly, you need to download the latest distribution of SautinSoft’s PDF Focus .Net (20 Mb): The download link: http://www.sautinsoft.com/thankyou.php?download=4 More information about the component: http://www.sautinsoft.com/products/pdf-focus/index.php Secondly, you must […]
Read More →The simplest way to convert DOCX to a set of Images in .Net C# app
Hi Developers, In this topic you will find a simplest solution to convert DOCX to Images(PNG, JPEG, TIFF, any) in C#. To start please download these components: Download UseOffice .Net Download PDF Focus .Net using System; using System.IO; using System.Collections; namespace Sample { class Program { static void Main(string[] args) { Console.WriteLine(“Convert DOCX file to […]
Read More →How to create HTML email with embedded images from RTF and send it using Outlook in .Net C#
Create HTML email with embedded images from RTF in .Net
Read More →How to convert RTF to HTML email with embedded images and send it via SmtpClient in .Net C#
In this article you will find how to create a simple .Net C# application which converts RTF document to HTML email with attached images and sends it via SmtpClient class. Let’s make a C# code satisfying of these conditions: Acceptable for any .Net application: ASP.NET, Windows Forms, WPF, Console, Web Service, SilverLight etc. Works at […]
Read More →