English

Add Video Frame in PowerPoint PPT using Python

MS PowerPoint allows adding media elements to the presentations such as audio and video. Video frames are used to insert the video clips from local files or web sources. In this article, you will learn how to add video frames in a PowerPoint PPT or PPTX in Python. We will also demonstrate how to embed videos from a web source such as YouTube and extract videos from a PPT.
February 14, 2022 · 3 min · Usman Aziz

Convert DWG to DWF in Java

DWG is a native format for several CAD applications as they store two or three-dimensional design data and metadata. Some applications or workflow requirements may need to convert a DWG file to a DWF file. Accordingly, this article explains how to convert a DWG file to a DWF format programmatically in Java.
February 11, 2022 · 2 min · Farhan Raza

Lock and Unlock Shapes in PowerPoint PPT in C#

The protection of digital documents is a common concern these days. You don’t want any unauthorized person to change the content of your documents. Therefore, it becomes inevitable to use effective protection mechanisms. Accordingly, in this article, we will show you how to protect PPT/PPTX presentations from within your .NET applications. We will accomplish that by locking the shapes in a PowerPoint PPT or PPTX in C#.
February 11, 2022 · 3 min · Usman Aziz

Convert FBX to an STL File in C#

In certain scenarios, you may need to convert an FBX file to an STL file. In accordance with such use cases, this article discusses how to convert FBX to STL programmatically in C#.
February 11, 2022 · 2 min · Farhan Raza

Add Text or Image Watermark to PowerPoint PPT in Python

Watermarks are commonly used to protect a document or to specify its ownership. On the other hand, they are used to display the status of a document such as manuscript, draft, etc. In this article, we will demonstrate how to insert watermarks in PowerPoint presentations. You will learn how to add text or image watermark to PowerPoint PPT slides in Python.
February 9, 2022 · 4 min · Usman Aziz

Create a To-Do List in a OneNote Document (.ONE) using C#

To-Do lists are commonly used for project management or personal task management to stay organized. OneNote (.ONE) files can be used to create to-do lists for planning tasks. In accordance with that, the article discusses how to create a To-Do list on the OneNote file programmatically using C#.
February 9, 2022 · 2 min · Farhan Raza

Apply Animation Effects to Text in PowerPoint PPT using Python

MS PowerPoint provides various animation effects which are used to make the presentations interesting and draw the attention of the viewers. These animations can be applied to slides, text, shapes, or other elements. In this article, we will focus on animating text in a PowerPoint PPT. Particularly, you will learn how to apply and retrieve text animation programmatically in Python.
February 8, 2022 · 3 min · Usman Aziz

Add or Remove Comments in PowerPoint PPT in Java

In PowerPoint presentations, the comments are used to write the feedback about the content in the slides. While manipulating PowerPoint PPT/PPTX presentations, you may need to add comments programmatically. In this article, you will learn how to add comments to PowerPoint PPT slides in Java. Moreover, we will cover how to read or remove slide comments and add their replies.
February 8, 2022 · 4 min · Usman Aziz

Convert XPS or OXPS to Word DOCX/DOC in C#

XPS and OXPS files are used for printing purposes as they produce high-quality prints on any resolution. In some scenarios, you may want to convert an XPS or OXPS file to a Word file in DOCX or DOC format. In accordance with such scenarios, you can make the files editable as per your requirements.
February 7, 2022 · 3 min · Farhan Raza

Convert IFC to PNG in C#

We can export 2D or 3D drawings from IFC files to PNG documents programmatically. IFC files are created and supported by CAD applications. Such conversion allows sharing of drawings in a portable format. In this article, you will learn how to convert a IFC file to a PNG using C#.
February 5, 2022 · 3 min · Denis Demenko