Monthly Archives: March 2021

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 , , ,

Connect to IMAP Servers using C#

Internet Message Access Protocol (IMAP) is the most commonly used protocol for retrieving messages from an email server. In order to access the mailbox from your client applications, you would first need to establish a connection with the IMAP server. To achieve this, this article covers how to connect to an IMAP server via SOCKS or HTTP proxy using C#. Furthermore, you will learn how to connect to an SSL-enabled IMAP server programmatically.

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

Protect or Unprotect Visio Diagram or Shapes from Changes in Java

Microsoft Visio files can contain different pages, masters, shapes, layers, and other objects for creating diagrams. You can easily create, edit, or manipulate Microsoft Visio Diagram Files in your Java applications. Likewise, you can protect or unprotect a Visio file or its shapes to avoid any changes to the data.

Posted in Aspose.Diagram 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 Excel Files to Image in Java

Excel spreadsheets are widely used to store, organize and analyze data. However, you can not embed the Excel workbooks or worksheets directly into your web or desktop applications. One of the suitable options is converting worksheets to image or HTML formats. In this article, you will learn how to convert Excel XLSX/XLS files to PNG, JPEG, BMP, and other image formats using Java.

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

Convert XML to MPP or Vice Versa Programmatically in Java

XML is abbreviated for Extensible Markup Language. It’s like some information stored between different tags for storing and transmitting purposes. On the other hand, we use the MPP file format for Project Management. You can convert XML to MPP as well as MPP to XML format files using Java language. It is helpful when you want to import or export between XML and MPP files as per your requirements.

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

Convert GIF Images to PDF in C#

PDF has become one of the ruling document formats nowadays. The cross-platform support has made PDF a universal format. Therefore, various documents or images are converted to PDF before they are shared or exchanged. In this article, you will learn how to perform GIF to PDF conversion from within your C# applications. The article will also cover how to customize GIF to PDF conversion in various cases.

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

Add Watermark to Images using C#

Watermarks in images are usually used to claim ownership of the content. On the other hand, images are watermarked to avoid unauthorized usage or counterfeiting. In various cases, you may need to automate watermarking feature within your web or desktop applications. For such scenarios, this article covers how to add watermark to images programmatically using C#. This could also be useful when you need to watermark a batch of images in one go. So let's begin.

Posted in Aspose.Imaging Product Family | Tagged , ,

Convert EPUB to PDF Programmatically with Java

EPUB files are used for publishing purposes on large scale. Publishing of books, brochures, for instance. Moreover, EPUB to PDF conversion is useful for making the file compatible with more system environments and operating systems. Let us explore different use cases related to EPUB to PDF conversion programmatically using Java.

Posted in Aspose.HTML 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 , ,