Delete Files in a ZIP Archive in Python

Sometimes you may need to delete specific files or folders from an existing ZIP archive. So let’s learn how to delete files from a ZIP archive in Python.
September 14, 2023 · Usman Aziz

Read 7zip Archives in Python

Aspose.ZIP for Python provides excellent support for handling 7zip archives in Python applications. So let’s explore how to read the content of 7zip archives in Python.
September 13, 2023 · Usman Aziz

Convert XER to PDF in Java

The XER file supports all project, resource, and role information developed using the Primavera P6. Learn how to convert Primavera XER to PDF in Java with this step-by-step guide. This tutorial is perfect for Java developers who need to work with project data.
September 13, 2023 · Muzammil Khan

How to Create TAR Files in Python

In this blog post, we’ll explore how to create TAR files in Python. In addition, we will also cover how to compress TAR files into tar.gz and tar.xz archives.
September 12, 2023 · Usman Aziz

Create PSD Thumbnail in Java

In this informative blog post, you will gain insight into a swift and effective method of generating PSD thumbnails using Java. We will guide you through each step, providing a clear and concise process for creating PSD file thumbnails.
September 12, 2023 · Muzammil Khan

Create and Unzip GZIP Files in Python

In this article, you will learn how to create GZIP files in Python. Moreover, you will see how to unzip GZIP files.
September 11, 2023 · Usman Aziz

Unzip ZIP Archives in Python

Unzipping files involves the extraction of compressed data from a ZIP archive. In this blog post, we will learn about the simplified ways of unzipping ZIP files in Python.
September 8, 2023 · Usman Aziz

Convert OBJ to STL in C#

OBJ and STL are two common file formats used in 3D computer graphics to store and exchange 3D model data. In this blog post, we will show you how to convert an OBJ file to an STL file in C#.
September 7, 2023 · Muzammil Khan

Unrar or Extract RAR Files in Python

In this blog post, we will explore how to extract RAR archives in Python using a powerful library that simplifies working with various archive formats.
September 6, 2023 · Usman Aziz

Convert LAT LONG to UTM in C#

The Universal Transverse Mercator (UTM) coordinate system is a projected coordinate system that is used to represent locations on the Earth’s surface. In this blog post, we will show you how to convert LAT LONG coordinates to UTM coordinates in C#.
September 6, 2023 · Muzammil Khan