LaTeX is designed to provide descriptive markup language and is widely used in academia. It is popular for creating scientific or research documents. In some scenarios, you might need to convert LaTeX to XPS document in your applications. In accordance with such use cases, this article explains how to convert a TeX file to an XPS document programmatically in Java.
Convert Excel XLS to Word DOC in Python
In various cases, you have to import spreadsheet data from Excel files to Word documents. In this article, you will learn how to perform this operation programmatically from within your Python applications. Particularly, we will demonstrate how to convert an Excel file to Word format in Python. The steps and code sample provided in this article are valid for XLS to DOC, XLS to DOCX, XLSX to DOC, and XLSX to DOCX conversions.
Convert OBJ to STL in Python
OBJ file is an end product of the 3D modeling process, usually generated by CAD (Computer Aided Design) software. It is a geometry definition file containing vertex, vertex normals, vertices, etc. In certain cases, we may need to convert an OBJ file to STL format. The STL file contains information about 3D vector graphics. In this article, we will learn how to convert an OBJ file to STL format in Python.
Convert JPG Images to PPT in Java
Use Java to create effective PowerPoint presentations based on JPG images. Learn how to convert JPG images to a PowerPoint presentation.
Copy Rows and Columns in Excel using Python
While generating and processing the Excel files, you may need to copy data from the specific rows and columns in a worksheet. To implement this feature programmatically, this article shows how to copy rows or columns in an Excel worksheet in Python. We will demonstrate copying Excel rows and columns separately with the help of steps and code samples.
Merge HTML Template with XML in C#
HTML forms can be used to collect information from multiple sources. The collected information may be stored or serialized in a database which can later be extracted as XML format data. In certain cases, you may need to merge HTML template with XML data. Following such cases, this article explains how to merge HTML templates with XML data programmatically in C#.
Merge HTML Template with JSON in C#
HTML templates are used to collect data from different data sources. After merging the data with the template, you can create HTML documents. In some scenarios, the input data for merging with template file may exist in JSON format. In accordance with such use cases, this article covers how to merge HTML templates with JSON format data programmatically in C#.
Convert DGN to PDF in Java
We can export 2D or 3D drawings from DGN files to PDF documents programmatically. DGN files are created and supported by CAD applications. Such conversion allows sharing of drawings in a portable format. In this article, you will learn how to convert a DGN file to a PDF using Java.
Auto-Fit Rows and Columns in Excel in Python
While working on the spreadsheets, you may often need to adjust the rows’ height and columns’ width according to the length of the text. For such cases, MS Excel provides a feature of auto-fitting the size of the cells. However, as a programmer, you may have to enable this feature for the Excel files programmatically. Therefore, in this article, I’ll show you how to auto-fit rows and columns in Excel files in Python
Convert JPG to PPT in C#
Create effective PowerPoint presentations based on JPG images in C#. In this article, you will learn how to convert JPG images to a PowerPoint presentation.