English

Merge ZIP Files in Java

Learn how to merge ZIP files in Java. Combine multiple ZIP files into one with this simple code example and save the merged archive effortlessly.
‎ · Farhan Raza · 3 min

Extract Barcode from PDF in Java

Extracting barcodes from PDF files can be important in industries like logistics, healthcare, and retail. In this blog post, we will explore how to extract barcodes from PDF documents using Java.
‎ · Farhan Raza · 3 min

Remove Annotations from PDF in C#

Learn how to remove annotations from PDF files in C#. Easily clear PDF comments and annotations with this simple guide.
‎ · Farhan Raza · 3 min

Edit CSV Files in C#

Here we will discuss the powerful capabilities to work with CSV files, including editing and saving them in different formats. This blog post walks you through how to edit a CSV files in C#.
‎ · Farhan Raza · 3 min

Merge PPTX Files in C#

In this blog post, we’ll explore two approaches to merge PPTX files in C#. We’ll first demonstrate how to merge PPTX files directly from disk and then show how to merge presentations using memory streams.
‎ · Farhan Raza · 3 min

Draw Circle in Java

Drawing shapes on images is a common requirement in various applications, such as highlighting important areas or adding annotations. In this blog post, you will learn how to draw a circle in Java.
‎ · Farhan Raza · 3 min

Add Button to PDF in C#

Whether you want to create forms, trigger actions, or simply add a layer of interactivity to your documents, adding buttons is a powerful feature. In this post, we’ll walk you through the process of adding a button to a PDF in C#.
‎ · Farhan Raza · 3 min

Add Checkbox to PDF in C#

Learn how to add checkboxes to PDF forms using C#. Follow this guide to insert and customize checkboxes in PDF documents programmatically.
‎ · Farhan Raza · 3 min

Edit XML in Java

Editing XML files programmatically can be essential for tasks such as data transformation, configuration updates, or automation workflows. In this tutorial, we’ll explore how to edit XML files in Java. This guide will walk you through a step-by-step process of updating XML content and saving the changes in different formats.
‎ · Farhan Raza · 3 min

Compare Excel Files in Java

When working with Excel files, it’s sometimes necessary to compare two or more XLS or XLSX files to identify differences. This can be particularly useful in scenarios like version control, auditing, or data verification. In this post, we’ll walk you through the process of comparing Excel files in Java.
‎ · Farhan Raza · 3 min