English

Convert DWF to PNG or JPG Image in Java

DWF files contain 2D or 3D drawings in compressed format. In certain situations, you might need to convert DWF to an image. Considering that perspective, the article covers how to convert a DWF file to a JPG or PNG image programmatically using Java.
December 30, 2021 · 2 min · Farhan Raza

Convert PPT to PNG in Python

Often, you may need to display the PowerPoint PPTX or PPT presentations in your Python applications. The easiest way to achieve this is the conversion of slides to PNG images. In this article, you will learn how to convert PPT or PPTX to PNG images in Python. Furthermore, we will discuss how to generate PNG images of custom scale or size programmatically.
December 29, 2021 · 4 min · Usman Aziz

Convert LaTeX to PNG or JPG Image in C#

The TeX format is used for working with technical and scientific documents. It is often used to communicate or publish such documents. In certain situations, you might need to render TeX files to images like PNG or JPG. In this article, you will learn how to convert TeX to PNG or JPG images programmatically in C#. Please refer to the following sections for further details.
December 28, 2021 · 2 min · Farhan Raza

Convert PPT to PDF in Python

PDF is a popular and widely used file format having cross-platform support. The layout of PDF documents appears to be the same in heterogeneous environments. Thus, PDF becomes handy when you need to share your documents across multiple platforms. PowerPoint to PDF is among the common document conversions these days. To automate this conversion, we will show you how to convert PPTX or PPT files to PDF format in Python. Moreover, we will demonstrate how to customize the PPTX to PDF conversion using different options.
December 28, 2021 · 5 min · Usman Aziz

Convert ZIP Archives to TAR in C#

ZIP is a popular archiving format that is used to compress files and folders. ZIP makes it easier to share multiple files by reducing their size and keeping them into a single file. On the other hand, TAR is a famous Unix-based archiving format that is used to package the files before sharing. In various cases, you have to convert the ZIP archives into TAR format. To achieve this programmatically, this article shows how to convert a ZIP archive to TAR in C#.
December 27, 2021 · 2 min · Usman Aziz

Lock or Unlock PowerPoint Presentations in Python

Digital documents are always prone to be tampered with by unauthorized entities. Therefore, various protection mechanisms are used to ensure the security of the documents. In this article, we will particularly target the protection of MS PowerPoint presentations. So you will learn how to lock and unlock PowerPoint presentations programmatically in Python.
December 27, 2021 · 3 min · Usman Aziz

Convert DWG to DXF in C#

DWG files are technical drawings often used by engineers, architects, or other construction-related professionals. They are used to create 2D or 3D designs. In certain situations, you might need to convert a DWG file to a DXF file. DXF files are used for exchanging drawing information between different CAD-related applications. Moreover, these file formats are commonly used for product designs. This article covers how to convert DWG to DXF image programmatically using C#.
December 27, 2021 · 2 min · Farhan Raza

Convert Image to Excel with OCR in Java

You can convert an image to an Excel file with optical character recognition programmatically in Java. You can load the input image from the disk or URI address and then recognize text to create XLSX or XLS file.
December 26, 2021 · 2 min · Farhan Raza

Adjust Image Contrast, Brightness, and Gamma in C#

Contrast, brightness, and gamma are popular attributes that are used to tune images. Different values of these attributes are set to control and enhance the appearance of the images. In this article, we will show you how to adjust the contrast, brightness, and gamma of an image programmatically in C#. You can utilize this to implement image editing capabilities from within your .NET applications.
December 24, 2021 · 4 min · Usman Aziz

Split PowerPoint PPT Slides in Python

While manipulating the PowerPoint presentations programmatically, you may need to split the slides and save them as separate PPT files. For example, you may want to split each slide, all odd or even slides, and so on. In this article, you will learn how to split slides in PowerPoint PPT or PPTX in Python.
December 23, 2021 · 2 min · Usman Aziz