Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: November 2021
Convert Scanned PDF File to Text in C#
A scanned PDF file is basically one or more flat images captured by a scanner or a camera. You cannot copy, paste, or process information from such files. This article covers how to convert a scanned PDF to text in C#.
Extract Images from Word Documents in C#
Images play an important role to illustrate the key information in Word documents. Moreover, they make the document more attractive and improve its presentation. As a programmer, you may get a job to extract the images embedded within the Word DOCX or DOC documents. To achieve that, this article covers how to extract images from Word documents programmatically using C#. Moreover, you will see how to save the extracted images to the desired location.
Convert TXT Files to PDF in Python
Various people use Notepad to write down important points or create notes quickly in TXT format. Also, TXT files are used to store plain text in various applications. However, since Notepad does not provide advanced features, TXT files are often converted to PDF. In order to automate TXT to PDF conversion programmatically, this article covers how to convert TXT files to PDF format in Python.
Convert HTML Files to Word Document in Java
In various cases, you may need to convert the HTML content to a Word document. For example, for generating the document from a WYSIWYG HTML editor or converting a web page to DOCX or DOC format. To perform this conversion programmatically, this article covers how to convert HTML files to Word DOCX, DOC, DOCM, or other formats in Java.
Convert LaTeX to PNG or JPG Image in Java
LaTeX is used to prepare documents with high-quality typesetting. The TeX format is used for communicating or publishing technical and scientific documents. In certain cases, you may need to convert TeX files to images like PNG or JPG. In this article, you will learn how to convert TeX files to PNG or JPG images programmatically in Java. Please go through the following sections for more information.
Convert OBJ 3D Object File to FBX or STL in Java
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.
Posted in Aspose.3D Product Family Tagged Convert OBJ to FBX in Java, Convert OBJ to STL in Java, OBJ to FBX, OBJ to STL
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.
Posted in Aspose.CAD Product Family Tagged Convert DWG to DXF, DWG to DXF in Java, Java DWG to DXF
Convert HTML Files to Word Documents in Python
HTML to Word conversion is performed in various cases to convert web pages to DOCX or DOC format. Various applications use WYSIWYG HTML editors to create the documents. In that case, generating Word documents from HTML becomes a useful feature. Considering such scenarios, this article covers how to convert HTML files to Word documents programmatically in Python.
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.