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 →