MS Excel provides an easy way to keep and share a large amount of tabular data. In addition, you can perform various operations such as applying formulas, generating charts and graphs, sorting and filtering data, and so on. In this article, you will learn how to implement Excel automation features from within your Java applications. We will demonstrate how to create Excel XLSX or XLS files from scratch in Java. In addition, we will cover how to update an existing Excel file, generate charts, apply formulas, and add pivot tables in Excel worksheets.
Convert PNG, JPG to TGA or Manipulate TGA using C#
TGA is an acronym for Truevision Graphics Adapter and is often referred as TARGA, Truevision Advanced Raster Graphics Adapter. You can convert PNG and JPG images to TGA, or manipulate TGA images using C#. TARGA is actually a raster graphic file format that is supported by Aspose.Imaging for .NET API, along with many other supported file formats.
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.
Convert Excel XLS/XLSX to HTML using C#
Transform Excel sheets into web‑ready HTML for web pages or embedded app content. This guide shows how to convert XLS/XLSX files to HTML with C# and customize output with advanced options.
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.
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.
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.
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++.
Convert PDF to TEXT or TXT to PDF using C# VB.NET
PDFs store rich content, but extracting or adding plain text is a common need. This guide shows how to convert PDF to TXT and TXT to PDF efficiently using C# or VB.NET with Aspose.PDF.
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#.