English

Compare Two PDF Files in C#

In this blog post, we will explore how to compare PDF documents in a C# application, helping you streamline document comparison and revision processes.
October 17, 2023 · 3 min · Usman Aziz

Copy Word, Excel, PDF, and PPT Documents in C#

In this blog post, we will walk you through the step by step process of copying documents in C#. With the help of code snippets, you will learn copying Word, Excel, PDF, and PPT documents.
October 13, 2023 · 4 min · Usman Aziz

Convert Image to Visio Online

In this blog post, we will show you how to convert an image to Visio diagram using a free online converter. We will also walk you through the process of developing your own image to Visio converter programmatically.
October 12, 2023 · 3 min · Muzammil Khan

Merge Multiple Excel Files in Java

Often, you might find yourself needing to merge multiple Excel files into a single workbook to streamline your data processing tasks. So let’s walk through the process of merging Excel files in Java.
October 12, 2023 · 2 min · Usman Aziz

Convert Excel XLS to PowerPoint PPT in C#

The conversion from Excel XLS to PowerPoint presentations is required when you need to present sheets’ data on the slides. In this blog post, we will guide you through the process of converting Excel sheets to PPT slides in C#.
October 11, 2023 · 2 min · Usman Aziz

Optimize SVG in C#

Optimize SVG files in C# to reduce their file size and improve page loading times. Learn how to use Aspose.SVG for .NET to remove unnecessary elements, attributes, and whitespace from your SVGs.
October 11, 2023 · 3 min · Muzammil Khan

Draw Circle in C#

Drawing shapes in C# is a common task and drawing circles is one of the most basic shapes. Learn how to draw a circle in C#. In this blog post, we will also show you how to fill in the circle with a color programmatically using C#.
October 9, 2023 · 3 min · Muzammil Khan

Create HTML Table in C#

HTML tables are a versatile and powerful way to display data on web pages. They can be used to create simple tables, such as a calendar, or more complex tables, such as a data grid. Learn how to create HTML tables programmatically in C# using Aspose.HTML for .NET.
October 4, 2023 · 3 min · Muzammil Khan

Create TAR Files in C# .NET

TAR format is primarily used in Unix and Unix-like operating systems to archive files and folders. In this blog post, we will walk you through the process of creating TAR files in C#.
October 3, 2023 · 2 min · Usman Aziz

Convert JPG Images to PPT in PHP

Use PHP API to convert JPG to PPT. Learn how to create effective PowerPoint presentations based on JPG images. Generate PowerPoint from JPG
October 3, 2023 · 2 min · Seriki Emmanuel