English

Draw Rectangle in C#

When working with images and graphics in C#, you may find the need to draw rectangles on them for various purposes such as highlighting areas of interest, creating bounding boxes, or simply adding visual elements to your images. In this blog post, we will explore how to draw rectangles on images and bitmaps in C#.
‎ · Farhan Raza · 3 min

Merge ZIP Files in C#

Sometimes, you may need to combine several ZIP files into one, either for organizational purposes or to simplify sharing. In this blog post, we will walk you through the process of combining ZIP files in C#.
‎ · Farhan Raza · 3 min

Edit XML in C#

Learn different techniques for XML editing in C#. Explore the world of XML manipulation as we guide you through the process, step by step. Learn how to edit XML files with ease in .NET.
‎ · Farhan Raza · 3 min

Free PSD Viewer Online

This blog post introduces you to the wonders of the Free Online PSD Viewer, discuss how it works, and show you how to open PSD files online for free in a hassle-free manner. Moreover, it also covers how to embed this feature into your projects.
‎ · Farhan Raza · 3 min

Redact Word Documents in C#

Redaction is the process of permanently removing or obscuring sensitive information from a document. It helps protect confidential data, ensure privacy, and comply with various legal and regulatory requirements. When working with Word documents, redaction becomes essential to safeguarding your information. In this blog post, we’ll explore different approaches to redact Word documents DOCX/DOC in C# using the .NET framework.
‎ · Farhan Raza · 4 min

Merge Excel Files Online

Merging Excel files like multiple XLSX or XLS can be a time-consuming and error-prone process. In this blog post, you will learn how to merge Excel files online, a step-by-step process as well as integrate this feature into your C# or Java applications.
‎ · Farhan Raza · 3 min

Convert AI to PDF in C#

There are instances when you need to convert AI files into PDF format for sharing, printing, or archiving purposes. In this blog post, we will walk you through the process of converting AI to PDF using C#.
‎ · Farhan Raza · 3 min

Convert PDF to DOCX with OCR in C#

In this blog post, we’ll show you how to convert a PDF to DOCX with Optical Character Recognition (OCR) using C#. OCR technology can help extract text from scanned PDFs or image-based PDFs, making it a versatile tool for document conversion.
‎ · Farhan Raza · 3 min

Create Invoice Scanner with OCR in C#

Optical Character Recognition (OCR) technology can help automate invoice processing by extracting text and data from scanned or photographed invoices. In this blog post, we will guide you through the process of creating an Invoice Scanner with OCR in C#.
‎ · Farhan Raza · 3 min

Create QR Code in Java

QR codes are used for everything from sharing website links and contact information to making payments and tracking inventory. If you’re a Java developer, you might be wondering how to create QR codes programmatically. In this blog post, we’ll walk you through the process of generating QR codes in Java.
‎ · Farhan Raza · 2 min