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

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

Create Clipping Path in TIFF Images using C#

August 31, 2020 · Usman Aziz

Split MS Word Documents using C#

August 26, 2020 · Usman Aziz

Create OMR Sheet Checker or Scanner Software in C#

Comprehensive tutorial to design OMR templates, produce PDFs, and scan bubble answer sheets in C# with Aspose.OMR.
August 25, 2020 · Farhan Raza

Create MS Word Documents (DOC/DOCX) using C++

Aspose.Words offers a powerful API suite to create, edit, and convert MS Word files programmatically. It supports both basic and advanced word‑processing features. This guide shows how to use Aspose.Words for C++ to create Word documents from scratch. Step‑by‑step instructions and code samples demonstrate inserting text, images, tables, lists and other elements.
August 25, 2020 · Usman Aziz

Convert Excel XLS to HTML using Python

Learn how to transform Excel workbooks into responsive HTML pages using Python and Aspose.Cells, with optional tooltip support.
August 21, 2020 · Usman Aziz

Convert Word to HTML MHTML Programmatically using C++

August 19, 2020 · Farhan Raza

Create MS Excel Files using Python - Python Excel API

August 19, 2020 · Usman Aziz