English

Convert XPS to TIFF in C#

XPS documents are similar to PDF file format, but uses XML in layout, appearance, and printing information of a document. In certain cases, we may need to convert XPS to TIFF images programmatically. In this article, you will learn how to convert XPS to TIFF in C#.
October 10, 2022 · 3 min · Muzammil Khan

Add and Extract Attachments in Outlook Emails using Python

In various cases, while working with MS Outlook emails programmatically, you have to manipulate the attachments. For example, you may need to add/download files to/from the attachments. In this article, you will learn how to add attachments to Outlook emails in Python. We will also demonstrate how to extract the attachments and save them as files programmatically in Python.
October 10, 2022 · 3 min · Usman Aziz

Convert LaTeX to PDF in Java

Since PDF format is very much in the business, the output of LaTeX is generated in PDF in most cases. Therefore, in this article, we are going to show you how to convert a LaTeX file to PDF programmatically in Java.
October 10, 2022 · 2 min · Usman Aziz

Convert LaTeX to SVG Image in Java

LaTeX is used to create refined and polished scientific documents that can include complex math expressions, multilingual materials, etc. In certain scenarios, you might need to convert a TeX file to an SVG image. Following such requirements, this article explains how to convert TeX to SVG image programmatically in Java.
October 7, 2022 · 2 min · Farhan Raza

How to Convert Image to PDF in Python

In specific cases, you need to convert PNG, JPG, and other images to PDF format programmatically. To achieve that, this article covers how to convert an image to a PDF in Python. You will also learn about the conversion of multiple images to a single PDF.
October 7, 2022 · 3 min · Usman Aziz

Convert LaTeX to XPS Document in Java

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.
October 7, 2022 · 2 min · Farhan Raza

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.
October 7, 2022 · 3 min · Usman Aziz

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.
October 6, 2022 · 3 min · Muzammil Khan

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.
October 6, 2022 · 2 min · Seriki Emmanuel

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.
October 6, 2022 · 3 min · Usman Aziz