Monthly Archives: July 2021

Convert STL to FBX or glTF GLB Programmatically using Java

STL files represent 3-dimensional surface geometry and are frequently used for rapid prototyping, 3D printing, and computer-aided manufacturing. You can convert an STL file to FBX or GLB (Binary glTF) programmatically using Java.

Posted in Aspose.3D Product Family | Tagged , , , ,

Add Watermark to Excel Worksheets using C#

Watermarks are one of the ways to protect Excel files from being used illegally. Often, a watermark defines the ownership of the copyrighted content. In this article, you will learn about adding watermarks to Excel files programmatically. Particularly, the article will cover how to add watermark to Excel worksheets using C#.

Posted in Aspose.Cells Product Family | Tagged , ,

Convert PostScript EPS/PS File to PNG or JPG Image using C++

Converting PostScript EPS/PS files to regular image formats is a common task that you may be required to do. If you have a large number of such files, it will be more efficient to convert them programmatically. In light of this, this article will teach you how to convert PostScript EPS/PS files to PNG or JPG image format using C++.

Posted in Aspose.Page Product Family | Tagged ,

Add or Update Table of Contents in Word using Java

Table of Contents (TOC) in a Word document gives you an overview of the content of the document. Also, it allows you to navigate to a particular section of the document. In this article, you will learn how to work with the table of contents in Word documents programmatically. Particularly, the article covers how to add or update a table of contents in Word documents using Java.

Posted in Aspose.Words Product Family | Tagged ,

Convert Visio VSD/VSDX File to Image Programmatically in C#

Microsoft Visio drawings are frequently used in organizations for different design purposes. You can convert a Visio Diagram file to an image format programmatically using C#. This conversion is helpful because images can be shared and previewed easily as compared to the drawing formats VSD, VSDX, etc

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

Convert PowerPoint PPTX/PPT to PNG Images using C++

There might be situations where you need to convert your PowerPoint files to images. For example, to generate thumbnails or to add images of the slides to a document. For such cases, converting PowerPoint files to PNG format will prove to be helpful as PNG is a popular raster graphics format that supports lossless compression. To that end, this article will teach you how to convert your PowerPoint presentations to PNG images using C++.

Posted in Aspose.Slides Product Family | Tagged , ,

Generate Thumbnails for PowerPoint PPTX or PPT using C++

Thumbnails are usually small-sized images that show the content of the files and make it easier to scroll through them. Microsoft PowerPoint shows the thumbnails for the slides that make it easy to scroll and open the desired slide. There might be situations where you want to make your own PowerPoint viewer application and want to generate the slide thumbnails dynamically. For such cases, this article will teach you how to generate thumbnails of PowerPoint PPTX or PPT presentations programmatically using C++.

Posted in Aspose.Slides Product Family | Tagged , ,