English

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 · 2 min · 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 · 2 min · 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 · 2 min · Farhan Raza

Protect and Unprotect Excel Files using C++

Microsoft Excel is a popular software for managing data in organizations. It is mainly due to its advanced data manipulation and representation features. In this technological age, documents are shared virtually instead of printed copies. These files may contain complex and sensitive data. So to maintain such files’ integrity, you might need to guard them against modification. Excel’s protection features come in handy for this purpose. In this article, you will learn how to protect and unprotect Excel files programmatically using C++.
February 14, 2021 · 3 min · Muhammad Ahmad

Convert Email Messages to PDF using C++

Emails are the primary source of communication over the internet, especially in business environments. There might be cases such as discussing and finalizing the client’s software requirements for product development. After completing the software requirements, you might need to generate a final set of documents containing the emails and other details to share with your team. In such scenarios, converting the email to PDF may prove to be helpful. In this article, you will learn how to convert an email message to PDF format using C++.
February 13, 2021 · 2 min · Muhammad Ahmad

Convert STL to PDF or PNG Image Programmatically in C#

STL, abbreviated for stereolithography, represents 3D surface geometry. These are frequently used in CAD-related applications. You can convert STL files to PDF quickly and easily. This file format conversion is helpful in scenarios when you need to view the information in different operating systems and environments, because of the compatibility of PDF format. Likewise, you can render STL to PNG images for a quick preview of the file.
February 12, 2021 · 2 min · Farhan Raza

Convert PDF Files to PNG, JPEG, BMP, and TIFF Images using Java

PDF format is ruling the world of digital documents because of its cross-platform support. However, in certain cases, you have to convert PDF files to other file formats. For such cases, this article covers how to convert PDF files to popular image formats. Particularly, you will learn how to convert PDF to PNG, JPEG, BMP, and TIFF formats using Java.
February 12, 2021 · 5 min · Usman Aziz

Find and Replace Text in Excel Spreadsheets using C++

Microsoft Excel allows you to store data in tabular form. In addition to that, it enables you to perform complex operations on data. Excel’s uses range from maintaining monthly budgets to managing organizational data due to its vast set of features. As compared to other features, finding and replacing text is among the more straightforward tasks you can do in Excel. This article demonstrates how to find and replace text in Excel spreadsheets programmatically using C++.
February 11, 2021 · 2 min · Muhammad Ahmad

Convert Excel Files to HTML in Node.js

Excel files are widely used to store and organize the data in the form of worksheets. Furthermore, you can perform various computations as well as analysis of the data. However, in certain cases, you have to convert the Excel files into other formats. For example, you may need to convert an Excel worksheet to HTML or image in order to display it within your web or desktop application. For such cases, this article covers how to convert Excel files to HTML in Node.js applications. In addition, you will learn how to use additional options to customize the converted HTML.
February 11, 2021 · 4 min · Usman Aziz

Load, Save or Merge SVG Images Programmatically in C#

SVG (Scalable Vector Graphics) is a vector image format for two-dimensional graphics. These images are based on XML format that enables you to traverse different nodes to edit or search the file contents easily. You can load, save or merge SVG image files programmatically in C#. Likewise, several other features related to SVG images allow your .NET based applications to process several supported file formats.
February 10, 2021 · 3 min · Farhan Raza