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.
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.
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.
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.
Convert DOC or DOCX to PNG in C#
Do you need to generate thumbnails of a Word document programmatically or you have to embed document pages into your applications? If so, let me introduce a high-speed and high-quality converter to convert Word DOC/DOCX to PNG in C#. So let’s see how to perform this conversion in a .NET application.
Extract Images from Word DOC in Java
Images are commonly used to represent important information in Word DOC documents. The inclusion of images alongside text makes the content more appealing. In certain cases, you may need to extract the images embedded within the DOC files programmatically. To achieve that, this article covers how to extract images from DOC files in Java.
Convert XLS to JSON in C#
JSON is a popular format to exchange data within or between the applications. The lightweight JSON files make it possible for you to store and process small or large sized data easily. On the other hand, Excel XLS files are commonly used to keep and share the data. However, in certain cases, you may need to convert XLS data to JSON format from within .NET applications. To achieve that, this article covers how to convert XLS to JSON programmatically in C#.
Convert XLSX to JSON in C#
JSON is a popular format to exchange data within or between the applications. The lightweight JSON files make it possible for you to store and process small or large sized data easily. On the other hand, Excel XLSX files are commonly used to keep and share the data. However, in certain cases, you may need to convert XLSX data to JSON format from within .NET applications. To achieve that, this article covers how to convert XLSX to JSON programmatically in C#.