English

Aspose Sponsors GIDS Live 2021 Conference

Aspose is an official sponsor of the 14th year of GIDS, a virtual conference for software engineers, architects, and leaders. Taking place April 27-30, the highly interactive event features 200+ top-notch technical sessions, live Q&A, along with ample opportunities to interact with your peers in a safe setting. A limited number of FREE tickets are available on a first-come first-served basis.
April 9, 2021 · 2 min · Adam Skelton

Convert PostScript EPS/PS to PNG or JPG Image in C#

PostScript PS/EPS files are frequently used for printing purposes as they are based on Page Description Languages. You can convert EPS or PS format PostScript files to image programmatically using C#. You will be learning the following PostScript file conversions in this article.
April 8, 2021 · 2 min · Farhan Raza

Add, Update or Remove Slide Notes in PowerPoint PPT in C++

Microsoft PowerPoint provides you with the option to add notes to your slides. These notes can be helpful for the presenter by providing additional information and context. You might find yourself in situations where you have to add or update such notes programmatically in your PowerPoint presentations. In light of that, this article will teach you how to work with notes in PowerPoint presentations programmatically using C++.
April 8, 2021 · 4 min · Muhammad Ahmad

Protect VBA Macros in Excel using C#

VBA macros in Excel spreadsheets are used to automate different operations programmatically. For example, you can program a task that is to be done repeatedly, generate graphs using code, etc. However, the protection of VBA macros from unauthorized users is an important aspect. In order to handle this issue, this article covers how to protect VBA macros in Excel spreadsheets programmatically using C#.
April 6, 2021 · 2 min · Usman Aziz

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++.
April 6, 2021 · 3 min · Muhammad Ahmad

Convert FBX to glTF, GLB, or vice versa using C#

FBX and glTF file formats are used for creating and rendering 3D models and scenes. You can easily convert FBX files to glTF or GLB format. Likewise, you can convert a glTF or GLB file to FBX format programmatically using C#. You can go through the following sections for further details.
April 6, 2021 · 2 min · Farhan Raza

Convert Emails to HTML in Java

MSG and EML are popular file formats to store email messages. However, you can not display the content of both of the email formats directly in your web applications. In order to embed MSG or EML emails within your web pages, you can convert them to HTML. In this article, you will learn how to convert MSG and EML/EMLX emails to HTML in Java.
April 5, 2021 · 2 min · Usman Aziz

Create Charts in PowerPoint PPT 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++.
April 2, 2021 · 5 min · Muhammad Ahmad

Convert Excel Sheets to PDF in Python

Nowadays, PDF has become a standard file format for exchanging documents. Various popular document formats are converted to PDF before they are shared over the Internet. Excel to PDF is one of the popular conversion scenarios in which worksheets are converted to read-only PDF pages. Following that, this article covers how to convert Excel XLSX or XLS files to PDF using Python.
April 2, 2021 · 4 min · Usman Aziz

Convert PNG or JPG Image to PSD Programmatically using C#

PNG and JPG format are well-known raster image file formats that contain single-layer visual information. Whereas, the Photoshop Document (PSD) file contains several layers to display the pictures. You can easily convert PNG or JPG images to PSD format programmatically using C# in your .NET applications. This article covers the following sections related to PNG and JPG image conversion.
April 1, 2021 · 3 min · Farhan Raza