Render TrueType Fonts Programmatically using C++

Characters are symbols that explain the meanings of different words. You can render different text characters with TrueType fonts using C++ with Aspose.Font for C++ API. It supports different text rendering features including TrueType, Type1, and other fonts. Let us explore how to use the text rendering features with a few simple API calls.
October 8, 2020 · Farhan Raza

Convert Excel XLS/XLSX to HTML using C#

Excel to HTML conversion could be useful in various scenarios such as converting sheets to web pages or embedding the content of the sheets within the web applications and so on. In this article, you will learn how to convert MS Excel (XLS/XLSX) files to HTML using C#. Furthermore, you will come to know how to use additional options to customize the Excel to HTML conversion.
October 7, 2020 · Usman Aziz

How to Compare Word Documents in Java

While working with MS Word automation in Java, you may need to compare two or more Word documents programmatically. Therefore, this article covers how to compare two Word documents in Java. We will also demonstrate how to ignore formatting of the documents and get comparison differences in a specific Word document.
October 5, 2020 · Usman Aziz

Convert Word DOC or DOCX to HTML in C#

In this article, you will learn the easiest way to convert a Word document to HTML in C#. So let’s have a look at how to perform high-speed and high-quality Word to HTML conversion in a couple of steps.
October 2, 2020 · Farhan Raza

Detect Latin Symbols in TrueType and Type1 Fonts using C++

In the previous post, you have seen how to load and work with CFF, TrueType, OpenType, and Type1 fonts from within your C++ applications. This article takes you one step further by demonstrating how to detect the Latin symbols in a font programmatically using C++. After detection, you can decide whether a font supports the Latin symbols or not.
October 1, 2020 · Usman Aziz

Work with CFF, TrueType, and Type1 Fonts using C++

Fonts are an integral part of the digital documents and web pages that are used to define the appearance of the text. The font files are used to store information about the fonts such as styles, weight, size and etc. There could be the case when you would need to manipulate fonts in order to extract their information. For such scenarios, in this article, you will learn how to load and read information from TrueType, CFF, and Type1 fonts using C++.
September 30, 2020 · Usman Aziz

Convert PDF to TEXT or TXT to PDF using C# VB.NET

PDF files are popular because they support text, images, animations, videos, and many other annotations. However, the text is the most important part of the majority of PDF documents. In this article, we will convert PDF to TXT file and TXT file to PDF format using C# .NET.
September 28, 2020 · Farhan Raza

Convert DWG/DXF to PNG, JPEG, BMP, TIFF, and GIF Image in C#

DWG and DXF are the popular file formats used to store data as well as metadata of the CAD designs. However, it is not possible to directly view or display CAD designs by embedding DWG and DXF files within your web or desktop applications. One of the feasible solutions is CAD to image conversion. This article aims to show you how to convert DWG/DXF files to PNG, JPEG, BMP, TIFF, and GIF images using C#.
September 28, 2020 · Usman Aziz

Encrypt or Decrypt PDF Files using C++

PDF Encryption is the process of protecting the document using a password as well as some cryptographic algorithms including AES or RC4. You can also set different privileges to limit user’s access to different operations. For example, you can only allow printing, adding annotation, filling forms, and etc. In this article, you will learn how to encrypt PDF files using C++. Furthermore, this article also covers how to set different privileges and decrypt password-protected PDF files using C++.
September 25, 2020 · Usman Aziz

Convert Chart to PDF and Images like JPG, PNG, WMF in Java

You can efficiently convert a chart to image or PDF in your Java applications. Aspose.Cells for Java API offer a lot of features to create, edit, or manipulate XLSX, XLS, XLSM, XLSB, and other supported file formats without needing to install Microsoft Excel. In this article, we will be exploring the support for chart rendering to image and PDF file format.
September 24, 2020 · Farhan Raza