English

Convert Image to HTML in C#

This blog post explains how to convert a PNG, JPG, BMP, GIF Image to HTML in C# .NET applications. You can also customize the image to HTML conversion by manipulating different properties.
‎ · Farhan Raza · 3 min

Convert JSON to PDF in C#

Transform JSON data into professional PDF reports for easy sharing and printing. This guide walks you through converting JSON to PDF in C# step by step.
‎ · Farhan Raza · 2 min

Add or Delete Pages in PDF using C#

Master adding and deleting PDF pages with C# .NET—remove any page by index or insert new pages at any position in the document.
‎ · Farhan Raza · 3 min

Convert Excel to CSV in C#

Learn how to convert Excel files to CSV format using C#. This step-by-step guide covers everything you need to know about Excel to CSV conversion in C#, including the code examples.
‎ · Farhan Raza · 3 min

Convert Excel to CSV in Java

CSV files are widely used for data exchange between different applications due to their simplicity and compatibility. In this guide, we’ll explore how to convert Excel files to CSV using Java.
‎ · Farhan Raza · 3 min

Convert STL to OBJ Online

This guide covers how to convert STL to OBJ online for free. It also covers the C# and Java algorithms and code snippets to add this feature to your applications.
‎ · Farhan Raza · 3 min

Convert ZIP to PDF in Java

Convert ZIP to PDF in Java. Extract Files from ZIP directory, convert them to PDF format, and merge them into a single PDF document using Java.
‎ · Farhan Raza · 4 min

Convert ZIP to PDF in C#

Convert ZIP to PDF in C#. Unzip or uncompress multiple files in a ZIP archive and merge them as a PDF document.
‎ · Farhan Raza · 3 min

Compress Word Documents in C#

In this blog post, we’ll explore how to compress Word documents programmatically using C#. We’ll cover different approaches for compressing Word DOCX documents.
‎ · Farhan Raza · 3 min

C# Compare PDF Files and Highlight Differences

Programmatically compare multiple PDF files and generate a highlighted differences PDF. Learn to handle password‑protected PDFs in C# with GroupDocs.Comparison.
‎ · Muzammil Khan · 3 min