English

Add or Remove AutoFilter in Excel File (XLSX/XLS) using C#

XLSX and XLS file formats are frequently used to manipulate huge data. Likewise, AutoFilters are used to organize data in Excel files. You can easily add or remove data filters in Excel files with Aspose.Cells for .NET API. Filters can be used to quantify some data to extract some meaningful information. For example, an organization wants to filter the months with low sales, in order to devise and improve their strategies.
September 16, 2020 · 5 min · Farhan Raza

Load, Save and Extract Information from Fonts using C#

In digital typography, fonts define particular styles to be used for the characters’ appearance. Most often, the fonts are utilized in the documents and the web pages to stylize the text. Each font is described in a file which contains information about characters’ size, weight, styles, as well as the encoding. Since fonts are an important part of the various file formats, Aspose offers a dedicated API for dealing with the manipulation and rendering of popular font types including TrueType, CFF, OpenType, and Type1. In this article, you will learn how to load, save, and extract information from fonts using C# with Aspose.Font for .NET.
September 14, 2020 · 4 min · Usman Aziz

Convert CSV to Excel in Java

In various cases, you need to export CSV data to Excel sheets with high accuracy. This is where Aspose.Cells for Java comes to the rescue, offering a powerful and user-friendly solution for converting CSV to Excel in Java.
September 10, 2020 · 3 min · Farhan Raza

Merge MS Word Documents using Java

The merger of multiple MS Word documents could be needed in various scenarios. For example, reducing the number of documents, keeping similar kinds of content in a single file (i.e. invoices), and etc. Many online applications let you merge two or more MS Word documents, however, you may need to implement document merging features within your own web or desktop applications. For such a case, in this article, you will learn how to merge MS Word documents using Java.
September 10, 2020 · 3 min · Usman Aziz

Create MS Project Files using C++ - Add Tasks, Resources, or Calenders to Projects

MS Project is a widely used project management software that helps the managers in managing their projects efficiently. It helps to create the tasks, add resources, allocate tasks to resources, monitor the progress, and manage budget-related operations. In this article, you will learn how to embed the project management activities within your applications without MS Project. With the help of code samples, you will learn how to create MS Project files (.mpp), add tasks, resources, and calendars programmatically using C++. Furthermore, the assignment of tasks to resources in a project will also be demonstrated.
September 8, 2020 · 5 min · Usman Aziz

Convert PowerPoint PPT to HTML in C++

Presentations (PPTX/PPT) are frequently used to depict information to a large number of audiences. In this article, we will be discussing how to convert PowerPoint presentations to HTML. This use case can be helpful when the information is to be presented in a web application, website, etc.
September 4, 2020 · 3 min · Farhan Raza

Convert CAD's DWG and DXF to PDF using C#

AutoCAD is used by designers to create various types of designs of buildings, bridges, automobiles, chips and etc. in a wide range of industries. However, the AutoCAD formats (DWG, DXF, etc.) can only be viewed in a dedicated software or an online AutoCAD viewer. To make things easier, the AutoCAD drawings could be converted into PDF files which can be viewed anywhere without any dependency. In this article, you will learn how to convert AutoCAD DWG/DXF drawings to PDF programmatically using C#.
September 2, 2020 · 4 min · Usman Aziz

Add or Remove Header and Footer in Word Documents using Java

Header and Footer are commonly used in documents to show important information like page number, topic, chapter, etc. You can add, insert, delete or remove header and footer in Word documents (DOCX/DOC) using your Java applications. In this article, we will be learning about adding or removing headers and footers.
September 1, 2020 · 5 min · Farhan Raza

Create Clipping Path in TIFF Images using C#

Clipping Path is a closed vector path used to select a part of the image that should be visible. Once the clipping path is created, the part of the image outside the clipping path becomes transparent or invisible. In Adobe Photoshop, the clipping path technique is most often used to remove the background from the images and photographs. In this article, you will learn how to create a clipping path in TIFF images programmatically using C#.
August 31, 2020 · 3 min · Usman Aziz

Split MS Word Documents using C#

MS Word documents are widely used to keep and share information. In some cases, you may need to split the data from a Word document that could be located in different sections or pages. Also, you may need to split the pages of a single document into multiple documents. In accordance with such scenarios, this article aims to show you how to split MS Word documents programmatically using C#.
August 26, 2020 · 3 min · Usman Aziz