Author Archives: Muhammad Ahmad Chishti

Working with Comments in Word Documents using C++

Microsoft Word provides you the ability to add comments to Word documents. Comments can be helpful in cases such as suggesting improvements in documents or sharing thoughts on the text. There might be situations where you need to manage comments programmatically. To that end, this article will teach you how to work with comments in Word documents using C++.

Posted in Aspose.Words Product Family | Tagged , , ,

Working with Bookmarks in PDF Files using C++

Bookmarks in a PDF file are helpful to mark points of interest in the document. These enable you to jump to that point in the document quickly. You might find yourself in situations where you need to add, modify or delete bookmarks in a PDF file programmatically. For that, this article will teach you how to work with bookmarks in PDF files using C++.

Posted in Aspose.PDF Product Family | Tagged , , , ,

Working with MSG and VCF Contacts using C++

Contacts are an essential part of any email client as they facilitate the user by remembering all their contacts, similar to the contacts on your smartphone. Outlook contacts store a lot of information regarding a person, such as their name, address, contact number, email address, etc. These contacts can be stored in MSG and VCF formats. You might find yourself in scenarios where you need to create or alter MSG or VCF contacts programmatically. For that, this article will teach you how to work with MSG and VCF contacts using C++.

Posted in Aspose.Email Product Family | Tagged , , , , ,

Inserting and Deleting Rows and Columns in Excel using C++

MS Excel provides you with many features for working with Excel files. One of the basic operations that you can do is to insert or delete rows and columns. You might find yourself in situations where you need to insert or delete rows and columns while manipulating Excel files programmatically. In light of that, this article will teach you how to insert and delete rows and columns in Excel worksheets using C++.

Posted in Aspose.Cells Product Family | Tagged , , ,

Read Email Messages using C++

Emails are a primary source of communication over the internet. You might find yourself in scenarios where you want your applications to read EML and MSG files and add their contents to some file or perform some other operation on them. To that end, this article will teach you how to read email messages using C++.

Posted in Aspose.Email Product Family | Tagged , , , ,

Working with Shapes in PowerPoint presentations using C++

Microsoft PowerPoint provides you the ability to add shapes to your presentations. Shapes can be helpful in scenarios such as showing the flow of data or showing different phases of a process. You can use shapes such as ellipses, lines, rectangles, etc., and connect them using connectors. You might find yourself in scenarios where you have to add shapes to PowerPoint slides programmatically. To that end, this article will teach you how to work with shapes in PowerPoint presentations using C++.

Posted in Aspose.Slides Product Family | Tagged , , ,

Create Charts in Excel Spreadsheets using C++

Charts are an excellent tool for concisely showing data. Moreover, they represent the data visually, making it easier to consume large amounts of data. You might find charts to be helpful in situations where you need to show data such as the monthly budget comparison or product adoption rate. In light of that, this article will teach you how to create charts in Excel files using C++.

Posted in Aspose.Cells Product Family | Tagged , , ,

Working with Annotations in PDF Files using C++

Annotations are additional objects that can be added to PDF documents. Annotations can be helpful in scenarios such as adding contextual information to the document. As PDF files are not easily editable, annotations provide an option to add additional information to the document. In this article, you will learn how to work with annotations in PDF files using C++.

Posted in Aspose.PDF Product Family | Tagged , , ,

Extract Text from PowerPoint Files using C++

You may find yourself in scenarios where you have to save the text of the PowerPoint file to a database or some file. Doing this task manually will be time-consuming and less efficient. The better way would be to do the extraction programmatically. To that end, this article will teach you how to extract text from PowerPoint files using C++.

Posted in Aspose.Slides Product Family | Tagged , ,

Working With Notes in PowerPoint Presentations using C++

Microsoft PowerPoint provides you with the option to add notes to your slides. These notes can be helpful for the presenter by providing additional information and context. You might find yourself in situations where you have to add or update such notes programmatically in your PowerPoint presentations. In light of that, this article will teach you how to work with notes in PowerPoint presentations programmatically using C++.

Posted in Aspose.Slides Product Family | Tagged , , ,