Convert EPS to PNG or PDF using C#

EPS (Encapsulated PostScript) is a versatile graphics format for images and drawings, often embedded in other PostScript files. While EPS includes a low‑resolution preview, you may need to convert it to a widely supported format without extra dependencies. This guide shows how to convert EPS files to PNG or PDF using C#.
September 21, 2020 · Usman Aziz

Insert Table in Word Documents (DOC/DOCX) using C++

Using Aspose.Words for C++ API, you can insert tables in a word document. You can configure the API by downloading it from New Releases or via the NuGet gallery. Once configured properly, you can simply utilize the methods, properties, and classes exposed by the API so that a few simple API calls can be used to create, edit or manipulate Microsoft Word documents, like DOCX or DOC files.
September 20, 2020 · Farhan Raza

Render Text with TrueType and Type1 Fonts using C#

In the previous post, you have seen how to use Aspose.Font for .NET API for loading and saving CFF, TrueType, and Type1 fonts programmatically. In this article, you will learn how to render text using the TrueType, and Type1 font glyphs using C#. The code samples will show you how to how to generate a JPG image having text rendered on it.
September 16, 2020 · Usman Aziz

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

XLSX and XLS formats are widely used for large data sets, and AutoFilters help organize that data. With Aspose.Cells for .NET you can quickly add or remove filters in Excel files. Filters enable you to extract meaningful insights, such as isolating months with low sales to refine business strategies.
September 16, 2020 · Farhan Raza

Load, Save and Extract Information from Fonts using C#

Fonts shape the visual style of text in documents and web pages. Each font file stores details such as size, weight, style, and encoding. Aspose.Font for .NET provides a powerful API to manipulate and render popular font types—including TrueType, CFF, OpenType, and Type1—allowing you to load, save, and extract font metrics directly in C#.
September 14, 2020 · Usman Aziz

Convert CSV to Excel in Java

Often you must export CSV data to Excel with precise formatting. Aspose.Cells for Java provides a robust, easy‑to‑use solution for fast CSV‑to‑Excel conversion in Java.
September 10, 2020 · 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 · Usman Aziz

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

MS Project is a leading project‑management tool that enables managers to plan tasks, assign resources, track progress, and control budgets. This guide shows how to integrate those capabilities directly into C++ applications without using MS Project itself. Using clear code examples, you’ll learn to generate .mpp files, add tasks, resources, calendars, and assign resources to tasks programmatically.
September 8, 2020 · 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 · 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 · Usman Aziz