Convert JPG to DOC in C# .NET

JPG is one of the commonly used image formats. JPG format supports lossy compression which reduces the file size of the images. There could be the case when you need to import a JPG image to the Word DOC from within your .NET applications. Also, you may get a batch of JPG images that you need to convert into a DOC document. To achieve that, this article shows how to convert JPG images to DOC in C# .NET.
July 25, 2022 · Usman Aziz

Convert JPG to DOCX in C# .NET

JPG is one of the commonly used image formats these days. JPG format supports lossy compression which reduces the file size of the images. There could be the case when you need to import a JPG image to the Word DOCX from within your .NET applications. Also, you may get a batch of JPG images that you need to convert into a DOCX document. To achieve that, this article shows how to convert JPG images to DOCX in C# .NET.
July 25, 2022 · Usman Aziz

Convert PNG to DOC in C# .NET

MS Word provides a range of exciting features to create rich text documents. You can enrich your DOC documents with text formatting, tables, graphics, images, WordArt, and so on. In certain cases, you may need to import a PNG image to the DOC document programmatically. Or you may get a batch of PNG images that you need to convert into a DOC document. To achieve that, this article shows how to convert PNG images to DOC in C# .NET.
July 25, 2022 · Usman Aziz

Convert PNG to DOCX in C# .NET

MS Word provides a range of exciting features to create rich text documents. You can enrich your DOCX documents with text formatting, tables, graphics, images, WordArt, and so on. In certain cases, you may need to import a PNG image to the DOCX document programmatically. Or you may get a batch of PNG images that you need to convert into a DOCX document. To achieve that, this article shows how to convert PNG images to DOCX in C# .NET.
July 25, 2022 · Usman Aziz

Convert PDF to DOC in C++

July 25, 2022 · Usman Aziz

Convert PDF to DOCX in C++

July 25, 2022 · Usman Aziz

Draw a Rectangle in C#

Vector graphics enable precise shape rendering. With Aspose.Drawing for .NET, you can effortlessly create rectangles in C# applications. This guide shows step‑by‑step how to draw a rectangle using the API.
July 22, 2022 · Farhan Raza

Convert PDF Files to Word DOCX in Python

PDF is a commonly used file format for sharing and printing documents. However, in certain cases, PDF files are converted to Word DOCX to parse the text or make the document editable. For such scenarios, this article covers how to convert a PDF file to DOCX in Python. Moreover, you will learn how to specify different load options to control the loading of PDF files dynamically.
July 22, 2022 · Usman Aziz

Extract Text from Word Documents in Java

In various cases, you may have to programmatically extract text from Word documents. For example, for text analysis, extraction of particular sections, etc. For such cases, this article provides a quick and easy-to-implement method to extract text from Word documents in Java.
July 22, 2022 · Usman Aziz

Convert VSD to VSDX in Java

Visio diagram files are used to create different designs like organizational charts, UML diagrams, network layout, etc. The VSDX files are based on XML format which allows you to parse some of the file contents with little effort. Sometimes, you might need to convert a VSD file to VSDX format for different reasons. To address such requirements, this article covers how to convert a VSD file to VSDX format programmatically in Java.
July 22, 2022 · Farhan Raza