English

How to Remove Visio Shape Protection using Python

Shape protection in Visio is a valuable tool that allows users to actively protect shapes from unintended actions such as deletion, relocation, or modification. In this article, you will learn how to remove Visio shape protection programmatically in Python.
January 17, 2024 · 3 min · Muzammil Khan

Delete Blank Rows and Columns in Excel using Python

We often need to remove empty rows or columns in an Excel worksheet while handling data. In this article, you will learn how to delete blank rows and columns in an Excel worksheet using Python.
January 15, 2024 · 4 min · Muzammil Khan

Manage MS Contacts: Load, Parse, Save MSG Files in C# .NET

When building communication apps, the implementation of the contact handling functionality is crucial. It improves connections and overall productivity. By automating data tasks, and optimizing communication, you can create outstanding custom software applications. This article explores how to enhance contact management by programmatically handling Outlook MSG files.
January 12, 2024 · 5 min · Margarita Samodurova

Outlook TNEF Format Emails Processing in C# .NET

Understand Outlook TNEF format emails and their specifics. Learn about the challenges posed by TNEF emails and explore effective techniques for handling their content. This article explores how to load, create, process, and save TNEF emails effortlessly.
January 12, 2024 · 6 min · Margarita Samodurova

Retrieve Emails in Python via IMAP, POP3 or from Offline Storage

Discover the ways to retrieve emails from POP3, IMAP servers and local storages. The article will provide you with a tutorial that details key features and capabilities of Aspose.Email, with a focus on how it can be utilized to retrieve emails in Python.
January 12, 2024 · 5 min · Margarita Samodurova

How to Convert XML to PDF in Python

In this article, you will learn how to convert XML to PDF in Python. You will learn to generate PDF files dynamically from the XML data. Furthermore, the article also provides the complete XML schema that is used to create a PDF document.
January 11, 2024 · 3 min · Muzammil Khan

Convert SVG to PNG in Java - Image Conversion Software

Follow this blog post to learn how to convert SVG to PNG in Java. Install Aspose.HTML for Java and build an SVG to PNG converter programmatically.
January 10, 2024 · 4 min · Muhammad Mustafa

Convert Picture to Word in C#

In certain cases, you may need to insert pictures or photos into Word documents in DOC or DOCX formats. So in this blog post, we’ll learn how to convert a picture to a Word document in a C# application.
January 8, 2024 · 3 min · Muzammil Khan

Resize JPG Images in Python

In certain cases, we receive images that do not align with our size specifications, necessitating the need for resizing. This article will guide you on resizing images using Python.
January 3, 2024 · 3 min · Muzammil Khan

Generate Bookland EAN Barcode in Python

In this article, we will learn how to generate Bookland EAN barcodes in Python. We will learn to generate ISBN barcode for books using the EAN-13 code and save them as image files.
January 1, 2024 · 3 min · Muzammil Khan