OBJ files contain three-dimensional objects which can be exported to different 3D formats. This article covers how to convert an OBJ file to FBX or STL file programmatically in Java.
Adjust Image Contrast, Brightness, and Gamma in Java
Various characteristics of images are modified to enhance their appearance. Contrast, brightness, and gamma are among the most commonly used attributes to improve the quality of the images. In various cases, you have to control these attributes programmatically from within your Java applications. To achieve that, in this article, you will learn how to adjust the contrast, brightness, and gamma of an image in Java.
Convert DWG to DXF in Java
DWG files contain design data in 2D or 3D format. In certain scenarios, you may need to convert a DWG file to a DXF file. DXF files are open-source and are popularly used to share designs across different CAD platforms. In accordance with that, the article covers how to convert DWG to DXF programmatically using Java.
Convert HTML Files to Word Documents in Python
As a programmer, you may need to generate Word documents from HTML content. However, perfection is required to mimic the HTML content in Word DOCX or DOC. This article demonstrates how to convert HTML to Word document in Python ensuring high-speed and high-quality conversion.
Convert Visio VSD VSDX Diagram to JPG, PNG, TIFF Image in Java
Microsoft Visio drawings are commonly used to create diagrams. In certain situations, you may need to convert a Visio Diagram file in VSD, VSDX format to a JPG, PNG, or TIFF image using Java. This article covers different conversion scenarios under the following headings.
Extract Text from Word Documents in Python
Text extraction from Word documents is often performed in different scenarios. For example, to analyze the text, to extract particular sections of a document and combine them into a single document, and so on. In this article, you will learn how to extract text from Word documents programmatically in Python. Moreover, we will cover how to extract content between specific elements such as paragraphs, tables, etc. dynamically.
Work with VBA Macros in Word Documents using Python
Visual Basic for Applications (VBA) is a powerful programming language that lets you automate tasks in Word documents. Moreover, you can perform repetitive tasks with VBA macros quite easily. In this article, you will learn how to work with VBA projects and modules in MS Word documents. Particularly, the article will cover how to create, modify and clone VBA macros programmatically in Python.
Convert DWG to SVG in Java
DWG files contain design data in 2D or 3D format. They comprise vector image data and metadata in binary coding. In certain scenarios, you may need to convert DWG files to SVG image file as per your requirements. In accordance with that, the article covers how to convert DWG to SVG image programmatically using Java.
Convert Markdown to HTML or HTML to MD File in Java
Markdown is used to create formatted text with plain text symbols. You can easily format text as bold, italic, underline, and other formatting types. You can convert Markdown MD to HTML as well as HTML to Markdown programmatically in Java. The following sections explain these conversion scenarios.
Create Table in Word Documents using Python
Tables are commonly used in Word documents to organize information in a grid-like structure. They allow you to summarize the information in the form of rows and columns. In this article, you will learn how to create atable in Word documents programmatically using Python. Moreover, the article will cover how to create nested tables or clone an existing table in Word documents.