Polygons are essential shapes in computer graphics, image processing, and game development, and C# provides a robust set of tools for drawing them. This guide will walk you through the process of creating and rendering different polygons in C#.
Draw Rectangle in C#
When handling images and graphics in C#, drawing rectangles is essential for highlighting regions, defining bounding boxes, or adding visual markers. This guide shows you how to draw both outlined and filled rectangles on images and bitmaps using Conholdate.Total in C#.
Merge ZIP Files in C#
Need to merge multiple ZIP archives into a single file for better organization or easier sharing? This guide shows you how to combine ZIP files efficiently using C#.
Edit XML in C#
Master XML editing in C# with our practical, step‑by‑step guide. Learn to load, modify, and save XML files quickly using .NET tools.
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.
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.
Merge Excel Files Online
Merging several XLSX or XLS files can be slow and error‑prone. This guide reveals a free online method to merge Excel files step‑by‑step and embed the capability into C# or Java applications.
Convert AI to PDF in C#
When you need to share, print, or archive Adobe Illustrator (AI) files, converting them to PDF is essential. This guide shows step‑by‑step how to perform AI‑to‑PDF conversion in C#.
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.
Create Invoice Scanner with OCR in C#
Discover how OCR can automate invoice processing by extracting text from scanned or photographed invoices. Follow our step‑by‑step guide to create a C# invoice scanner.