English

Convert MPP to CSV in C#

When working with Microsoft Project files MPP, converting them to CSV format can be essential for data analysis, sharing, or importing into other applications. In this guide, we’ll walk through how to convert MPP to CSV in C#, allowing for basic conversion, customization of delimiters, and exporting specific data views.
‎ · Farhan Raza · 3 min

Convert MPP to Excel in C#

Convert MPP to Excel in C# easily! Learn how to convert Microsoft Project files to Excel formats (XLSX, XLS) with simple code examples
‎ · Farhan Raza · 3 min

Scan QR Code in Java

Java developers often need to integrate QR code scanning functionalities into their applications. In this guide, we will explore how to scan and read QR codes in Java quickly and efficiently.
‎ · Farhan Raza · 3 min

Convert Visio to HTML in Java

Converting Visio to HTML (webpage) provides an accessible and universal format, allowing users to view diagrams directly in their web browsers. This guide demonstrates how to convert a VSDX file to HTML using Java.
‎ · Farhan Raza · 3 min

Convert Excel to OpenDocument in C#

Convert Excel files to OpenDocument Spreadsheet format (ODS and FODS) using C#. Learn how to seamlessly save XLSX to ODS and FODS formats.
‎ · Farhan Raza · 3 min

Convert DXF to PNG in Java

Converting DXF files to more commonly supported formats like PNG images can simplify sharing and displaying these designs. In this guide, we will demonstrate how to convert a DXF file to a PNG image in Java.
‎ · Farhan Raza · 3 min

Extract Table From PDF in C#

Whether you’re trying to retrieve tables for processing or exporting them for further use, automating this process can save time and effort. In this blog post, we will show you how to extract tables from a PDF in C# or export the extracted data to a CSV file.
‎ · Farhan Raza · 3 min

Extract RAR Files in Java

Learn to extract RAR files in Java using Aspose.Zip. UnRAR files, handle encrypted RAR archives, and easily automate file extraction with Java code examples.
‎ · Farhan Raza · 3 min

Convert ZIP to TGZ in C#

In this blog post, we will explore how to convert ZIP files to TGZ (tar.gz) format using C#. Converting from ZIP to TGZ is a common task, especially when dealing with compressed files for Unix-like systems.
‎ · Farhan Raza · 3 min

Convert ZIP to 7z in C#

In this blog post, we will guide you through the process of converting a ZIP archive to a 7z format using C#. The 7z format is known for its high compression ratio and is widely used for reducing file size, making it ideal for efficient storage and transfer.
‎ · Farhan Raza · 3 min