Yearly Archives: 2021

Copy or Move Excel Worksheets using C#

In certain cases, you may need to copy worksheets within an Excel workbook or from one workbook to another. On the other hand, moving worksheets to change their position within a workbook is also required in different scenarios. In order to perform the above-mentioned tasks programmatically, this article shows how to copy worksheets within Excel workbooks using C#. Furthermore, it also covers how to change the position of a worksheet in an Excel workbook.

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

Convert FBX to RVM or Vice Versa Programmatically in C#

FBX file format was introduced for compatibility of files between different digital content creation applications. Moreover, you can convert FBX to RVM as well as RVM to FBX programmatically using C# in your .NET applications. This file format conversion is helpful because RVM files support several factors including Geometry, Textures, Cameras, Labels, etc. Let us read further details about the conversions.

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

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