Author Archives: Muhammad Ahmad Chishti

Convert PowerPoint to XAML using C++

Extensible Application Markup Language (XAML) is a simple and declarative language based on XML. It uses the .xaml format for its files and is mainly used to design graphical user interfaces in Xamarin Forms, UWP (Universal Windows Platform), and WPF (Windows Presentation Foundation). In XAML, you can create, initialize, and set properties of objects with hierarchical relations. In this article, you will learn how to convert PowerPoint files to XAML format programmatically using C++.

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

Convert PowerPoint Presentation to Word Document using C++

There may be cases where you have a PowerPoint presentation and want to create a document that describes its contents in detail. For that, you can convert your PPTX/PPT files to Word format and modify the Word file to enter the details for each slide. In this article, you will learn how to convert PowerPoint PPTX/PPT files to Word format programmatically using C++.

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

Convert PowerPoint PPTX/PPT to TIFF using C++

Tagged Image File Format (TIFF) is an image format that is commonly used for print purposes due to its high quality. There might be cases where you need to convert your PPTX/PPT files to TIFF format for printing purposes. For that, this article will teach you how to convert PowerPoint PPTX/PPT files to TIFF format programmatically using C++.

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

Add Comments in Excel Worksheets using C++

Microsoft Excel provides the option to add comments in Excel files. There can be several reasons for adding comments, such as explaining a formula or adding contextual information that might be useful to the reader. Comments may also be used to suggest edits in the worksheet. Furthermore, you can set the font size, height, width, etc., of the comments. In this article, you will learn how to add comments to Excel worksheets programmatically using C++.

Posted in Aspose.Cells Product Family | Tagged , ,

Copy Rows and Columns in Excel Files using C++

Copying rows and columns is a common task that is performed while working with Excel files. There might be situations where you need to copy rows or columns in Excel files programmatically. For such cases, this article will teach you how to copy rows and columns in Excel files using C++.

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

Convert MS Project MPP to XAML Format using C#

Extensible Application Markup Language (XAML) is a simple and declarative language based on XML that uses the .xaml format for its files. In XAML, you can create, initialize, and set properties of objects with hierarchical relations. It is mainly used to design graphical user interfaces in Xamarin Forms, UWP (Universal Windows Platform), and WPF (Windows Presentation Foundation). In this article, you will learn how to convert Microsoft Project MPP files to XAML format using C#.

Posted in Aspose.Tasks Product Family | Tagged , ,

Convert MS Project MPP Files to SVG Format using C#

The SVG format is often used for embedding content in web and desktop applications. There might be scenarios where you need to embed the content of Microsoft Project MPP files in such applications. In these circumstances, converting the MPP file to SVG format will prove to be helpful. In light of this, this article will teach you how to convert MPP files to SVG format programmatically using C#.

Posted in Aspose.Tasks Product Family | Tagged ,

Convert XML to MPP or MPP to XML Programmatically using C#

Extensible Markup Language (XML) is a file format that stores information using tags. It may be used for storing or transferring data. There might be situations where you need to transfer the data stored in an MPP file to some application that accepts XML as an input format. On the other hand, you might have project data in XML format that you may want to convert to MPP format. For such cases, you can inter-convert MPP and XML formats according to your needs. To that end, this article will teach you how to convert MPP files to XML format and vice versa programmatically using C#.

Posted in Aspose.Tasks Product Family | Tagged ,

Read Features from OpenStreetMap (OSM) Files using C#

OpenStreetMap (OSM) is a free and editable world map. It is built by volunteers and released with an open-content license. The license allows free access to the map images and underlying map data. There might be scenarios where you want to read features from OSM files within your .NET applications. To that end, this article will teach you how to read features from OSM files programmatically using C#.

Posted in Aspose.GIS Product Family | Tagged ,

Detect Latin Symbols in TrueType and Type1 Fonts using Java

Fonts are a set of printable or displayable characters with different styles, weights, etc. They are used to add a different look and feel to documents or web pages based on different requirements. Font files contain the design and other information regarding the font. In this article, we will use the font files to detect whether a font supports Latin symbols or not programmatically with Java.

Posted in Aspose.Font Product Family | Tagged , ,