Connect to SMTP Servers using C#

Simple Mail Transfer Protocol (SMTP) is the primary protocol for sending email from applications to mail servers. .NET developers often embed email clients to dispatch messages via SMTP. This guide shows how to programmatically connect to an SMTP server using C# and includes code samples for sending email after establishing the connection.
February 23, 2021 · Usman Aziz

Merge MS Word Documents using C++

MS Word is a powerful tool that allows you to customize and format your professional documents with a fantastic set of features. You may find yourself in situations where you want to merge multiple Word documents, such as combining all the receipts in a single file or combining the different software requirement documents for easier management. Furthermore, combining the files simplifies the process of sharing them. In this article, you will learn how to merge multiple MS Word documents using C++.
February 23, 2021 · Muhammad Ahmad

Inspect, Extract, or Navigate SVG Image Elements Programmatically in C#

SVG images provide scalable, high-quality graphics for web pages, making them essential for responsive design. Using C# and Aspose.SVG, you can programmatically inspect, extract, and navigate SVG elements with ease.
February 19, 2021 · Farhan Raza

Generate Barcodes with UTF-8 Encoding using C#

In the previous post, you have seen how to generate and read different types of barcodes using C#. However, in certain cases, you have to deal with non-English characters. For example, when you work with Arabic, Latin, Greek, or similar languages. In such cases, you may need to encode the characters into Unicode standards i.e. UTF-8. In accordance with that, this article covers how to generate and recognize barcodes using UTF-8 encoding in C#.
February 19, 2021 · Usman Aziz

Find and Replace Text in PDF in Java

Often you need to replace specific text in a PDF, but manual editing is time‑consuming. This guide shows how to automate find‑and‑replace in PDF files with Java, using Aspose.PDF for fast, reliable results.
February 18, 2021 · Usman Aziz

Convert RTF Documents to PDF using C++

RTF is a cross-platform rich text file format introduced by Microsoft. In addition to text, it can include extra information about font style, formatting, images, etc. There might be situations such as sharing the file over the internet where you do not want the file to be editable or want the file to have a fixed layout. In such cases, PDF format is your best bet. PDF is a cross-platform format that can be secured and made read-only. Furthermore, the PDF file looks the same wherever you open it. In this article, you will learn how to convert RTF files to PDF format using C++.
February 17, 2021 · Muhammad Ahmad

Convert PSB to PDF, JPG, or PSD Programmatically in Java

PSB, Photoshop Big, the file extension is used to store huge graphics-related information. You can convert PSB files to PDF, JPG, or PSD format easily with Java programming language. Let us walk through the following sections to explore PSB file conversion.
February 17, 2021 · Farhan Raza

Send Word Document in Email Body using C#

The presentation of the emails’ body is one of the important factors to engage the readers. Therefore, emails are well formatted using headings, subheadings, tables, images, and etc. However, most of the built-in email editors do not provide advanced formatting options. In order to tackle this limitation, this article covers how to compose your emails using Word documents as email body in C#.
February 16, 2021 · Usman Aziz

Convert MSG and EML Emails to HTML using C#

In order to embed the content of the emails into the web pages, you would need to convert them into HTML format. For such cases, this article covers how to automate email to HTML conversion in .NET applications. Particularly, you will learn how to convert MSG and EML email files to HTML or MHTML format using C#.
February 15, 2021 · Usman Aziz

Convert XBRL to XLSX or iXBRL Programmatically in C#

XBRL files are used for business reporting purposes including balance sheets, cash flow statements, ledgers, etc. You can easily convert XBRL files to XLSX Excel Sheet as well as iXBRL, which is an inline XBRL file. These output formats are ideal for presenting the financial information as structured, human, and machine-readable data.
February 15, 2021 · Farhan Raza