English

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

Convert RAR to ZIP in C#

Converting RAR files to ZIP format is a common requirement when dealing with compressed archives. In this blog post, we’ll walk through a solution using C# to convert RAR archives to ZIP format.
‎ · Farhan Raza · 3 min

Convert DWG to DXF in C#

Convert DWG to DXF in C#. This guide provides a step-by-step tutorial using C# code for seamless DWG to DXF conversion.
‎ · Farhan Raza · 3 min

Add Checkbox to PDF in Java

Learn how to add a checkbox to a PDF in Java. Create interactive PDF forms by inserting checkboxes with customizable options like size, color, and style.
‎ · Farhan Raza · 3 min

Redact Images in Java

Learn how to redact images in Java. Follow this guide to easily redact sensitive information from images with custom area selection and output formats.
‎ · Farhan Raza · 3 min

Compare Annotations in PDF using Java

Annotations provide a way for users to mark up documents with comments, highlights, and other markup elements. In this blog post, we’ll explore how to compare annotations in PDF documents using Java.
‎ · Farhan Raza · 3 min

Compare Folders in Java

When working with multiple folders, it is essential to compare their contents for consistency, detect changes, or spot discrepancies between different versions of files. In this tutorial, we’ll walk through how to compare two folders in Java.
‎ · Farhan Raza · 3 min

Convert Word to Excel in Java

Converting Word documents to Excel format is a popular use case when dealing with structured data extraction and analysis. This guide will walk you through the process of converting Word DOCX to Excel XLSX in Java.
‎ · Farhan Raza · 3 min

Convert CSV to JSON in C#

CSV files store tabular data, while JSON is a lightweight data-interchange format that is more versatile for web-based applications. This blog post will guide you on how to convert a CSV file to JSON in C#.
‎ · Farhan Raza · 3 min

Remove Watermarks from PDF in C#

Whether you’re dealing with text, images, or even hyperlink-based watermarks, you can easily remove them. In this post, we will guide you through two common scenarios: removing general watermarks from a PDF and specifically removing hyperlink watermarks in C#.
‎ · Farhan Raza · 3 min