Author Archives: Muhammad Ahmad Chishti

Copy or Move Excel Worksheets using C++

Excel files are used for managing complex data such as department budgets or yearly sales reports. There might be situations where you have a ready-made template that you want to use for creating a report. For this, you can create a copy of the template worksheet. You might also need to organize the worksheets to demonstrate the flow of data. For such cases, you can rearrange the worksheets according to your requirements. In light of this, you will learn how to copy and move worksheets programmatically using C++.

Posted in Aspose.Cells Product Family | Tagged , ,

Create Charts in PowerPoint Presentations using C++

Charts are an excellent tool for concisely showing data. Moreover, they make it easier to consume large amounts of data by representing it visually. Adding charts to your presentations may prove helpful when presenting data such as the company's growth trends or product adoption rate. To that end, this article will teach you how to create charts in PowerPoint presentations using C++.

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

Protect PowerPoint Presentations using C++

Microsoft PowerPoint is a powerful and feature-rich software that allows you to create stunning slides to use in your meetings and discussions. You might find yourself in situations where your presentation contains confidential information that you want to guard. In such cases, protecting the presentation file with a password can prove to be helpful. On the other hand, if you want to mark a presentation as final and do not want its contents to be modified, you can digitally sign the presentation file. As long as the signature is valid, you can be confident that the presentation file has not been altered. In light of that, this article will teach you how to protect PowerPoint presentations with a password or digital signature using C++.

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

Convert CSV to PDF and PDF to CSV using C++

PDF files are a standard format for exchanging documents over the internet. There might be situations where you need to process the data in the PDF file and add that to a database. For such scenarios, converting the PDF document to CSV format might prove to be helpful. On the other hand, you might have some tabular data in CSV format that you want to share in a read-only manner with someone. You can achieve this by converting the CSV files to PDF format. In this article, you will learn how to interconvert PDF and CSV files programmatically using C++.

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

Convert Excel to CSV and CSV to Excel using C++

Excel is a popular format for sharing information. You may find yourself in situations where you have data in an Excel(XLS/XLSX) file that you need to import to a database. For this, you would need to convert the Excel file to CSV format. On the other hand, you may have data in CSV format exported from a database that you need to manipulate further in an Excel file. For such cases, you would need to convert the CSV file to Excel format. In this article, you will learn how to perform both these conversions programmatically using C++.

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

Split a PDF File using C++

PDF is a standard format for sharing documents over the internet. Its global support and consistent layout make it an ideal choice for such scenarios. But there may be situations where sharing the complete PDF file is not an ideal or appropriate option. For such cases, you can split the PDF file according to your requirements. You can do this manually, but that might prove to be less efficient and time-consuming. Alternatively, you can split the PDF document programmatically. In this article, you will learn how to split PDF files using C++.

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

Convert MSG and EML Emails to HTML using C++

In this day and age, emails are among the most common means of communication over the internet. As software developers, you see a wide variety of user requirements and usage scenarios. One such requirement might be that you want to embed the email content in web pages. For such cases, you would need to convert the emails into HTML format. In this article, you will learn how to convert MSG and EML emails to HTML or MHTML format programmatically using C++.

Posted in Aspose.Email Product Family | Tagged , ,

Merge PowerPoint Presentations using C++

PowerPoint presentations are used in many scenarios such as meetings, presentations, discussions, etc. There might be situations where you have different presentations created by separate people or have individual presentations used in various meetings. You might need to merge these presentations for sharing or documentation purposes. Doing this task manually would be time-consuming. The efficient way would be to achieve this programmatically. In this article, you will learn how to merge PowerPoint presentations using C++.

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

Find and Replace Text in PDF Files using C++

PDF is a popular format that is widely used for sharing documents between organizations and individuals. There might be scenarios where you have to find and replace some text in the PDF documents before sharing. You can do this manually, but that would take more time and be less efficient. The better and faster option would be to do this programmatically. In this article, you will learn how to find and replace text in PDF files using C++.

Posted in Aspose.PDF Product Family | Tagged , ,

Convert PowerPoint to JPG using C++

Microsoft PowerPoint is a powerful and feature-rich software that allows you to create beautiful slides to use in your meetings. Even though PowerPoint is great for presentation purposes, it is not ideal for displaying content on the web, especially if the content is for information purposes only. For this, the better option would be to convert the PPTX files to images such as JPEG or PNG. In this article, you will learn how to convert PowerPoint to JPG programmatically using C++.

Posted in Aspose.Slides Product Family | Tagged , ,