English

Use XPath to Select Nodes using C#

XPath can be used to find specific nodes that match some criteria defined in the XPath expression. You can use XPath query to navigate through an XML or HTML document. Accordingly, this article explains how to use XPath to select specific nodes as per your requirements.
January 11, 2023 · 3 min · Farhan Raza

Compress PSD File Online - PSD Compressor

Find the best PSD file compressor tool developed by Aspose which is freely available to reduce the oversized PSD files online. Learn everything you need to know about compressing PSD files in this comprehensive guide. Explore how to compress PSD files without using Photoshop.
January 10, 2023 · 4 min · Muzammil Khan

AI File Reader: How to Open and View AI Files

Find the best Adobe AI File Viewer tool to open Adobe Illustrator files online. You can open an AI file without Illustrator.
January 5, 2023 · 4 min · Muzammil Khan

Convert VSD to VSDX in Python

VSD is a file format used by Microsoft Visio, a popular diagramming and vector graphics software. Conversion of VSD to VSDX might be necessary in some cases. In this article, you will learn how to convert a VSD to VSDX in Python.
January 3, 2023 · 3 min · Muzammil Khan

Convert OLM to PST in C#

If you want to migrate your mailbox from Outlook for Mac to Outlook for Windows, you must convert the Outlook for Mac OLM file to Outlook PST file format. This article covers how to Convert OLM file to PST file programmatically in C#.
December 30, 2022 · 3 min · dmitrysamodurov

Merge Multiple MBOX Files in C#

Sometimes, for different reasons, it is necessary to merge MBOX data files. In this article, we will learn how to merge multiple MBOX files into a single file in C#.
December 30, 2022 · 2 min · Dmitrysamodurov

Read MS Outlook for Mac OLM Files in C# .NET

OLM is a file format which Microsoft Outlook for Mac uses to store local data. OLM contains local data such as emails, attachments, notes, calendar data, contacts, tasks, history, etc. In this article we will consider how to open and read OLM format files from C# applications.
December 16, 2022 · 3 min · Dmitrysamodurov

Get Maximum Number of Rows in Excel Sheets in Java

While generating or processing the Excel sheets programmatically, you may need to get information about how many rows are available. In this article, you will learn how to get the maximum number of rows in an Excel sheet in Java.
December 16, 2022 · 3 min · Usman Aziz

Read Barcode From Multi-Page TIFF Image in C#

TIFF images are commonly used to save multiple barcodes in a single file. In certain scenarios, you may need to read different barcodes from a TIFF file. Following such requirements, this article covers how to read different types of barcodes from a TIFF image programmatically in C#.
December 14, 2022 · 2 min · Farhan Raza

Convert URL to PDF in C#

As a C# developer, you can easily export any kind of HTML webpage from a live URL directly into a PDF document programmatically. In this article, you will learn how to convert a webpage from a live URL to a PDF document in C#.
December 14, 2022 · 3 min · Muzammil Khan