Monthly Archives: January 2022

Find and Replace Text in PowerPoint PPT in Python

While processing digital documents, you often need to find and replace a specific text in the content. This could be required when a piece of information is to be censored before sharing the documents. To accomplish this programmatically, this article covers how to find and replace text in PowerPoint PPT or PPTX in Python.

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

Create Executable Self-extracting Archive in C#

A self-extracting archive (SFX or SEA) is a special type of file that contains compressed data along with executable instructions. This archive has the ability to extract the files it contains by itself. Therefore, you don't need any specific extractor or decompressor application to open self-extracting archives. In this article, you will learn how to create executable self-extracting archives in C# from within your .NET applications.

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

Create a To-Do List in a OneNote Document (.ONE) in Java

OneNote (.ONE) files can be used as reminders so that any activity is not missed and every checkbox is checked in the to-do list. This article discusses how to create a To-Do list on a OneNote file programmatically using Java.

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

Apply 3D Effects in PowerPoint PPT using Python

MS PowerPoint provides 3D effects to make the presentations more attractive. You can use 3D text, shapes, and images to enhance the interactivity of the content. In this article, you will learn how to apply the 3D effects in PowerPoint PPT programmatically in Python. We will cover how to create 3D effects for text, shapes, and images in the presentations.

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

Convert XPS or OXPS to Word Document using Java

XPS and OXPS files are often preferred owing to their resolution-independent nature to create high-quality printing output. In certain cases, you might need to convert an XPS or OXPS file to a Word document. This article discusses how to convert XPS or OXPS documents to a word file with DOCX or DOC file extension programmatically in Java.

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

Merge Multiple ZIP or TAR Archives in C#

While working with archives from within your .NET applications, you may need to merge multiple ZIP or TAR files. For instance, you may want to extract files and folders from multiple archives and put them into a single archive. To achieve it, this article covers how to merge multiple ZIP or TAR files in C#. We will cover the merging of ZIP into ZIP, TAR into TAR, ZIP into TAR, and TAR into ZIP.

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

Convert CFF to PDF in C#

CFF files are used to store three-dimensional packaging and die-cutting designs. However, you need specific applications to open, view or process the CFF or CF2 files. In accordance with that, you might need to convert a CFF file to a PDF document. This article covers how to convert CFF to PDF files programmatically in C#.

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

Create TAR.GZ and TAR.XZ Files in C#

TAR is a popular UNIX-based archiving format that is used to package multiple files including audios, videos, installers, etc. On the other hand, GNU is a data compression algorithm to compress large files before sharing. The TAR.GZ is the combination of TAR's archiving and GNU's compression. Similarly, XZ Utils also provides compression of TAR archives as TAR.XZ format. In this article, you will learn how to compress TAR archives and create TAR.GZ and TAR.XZ files in C#.

Posted in Aspose.ZIP Product Family | Tagged , ,

Convert YouTube to MP3 in C#

YouTube is a collection of millions of videos. In certain scenarios, you may need the audio from YouTube in MP3 format. In accordance with that, the article covers how to convert YouTube to MP3 programmatically in C#.

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

Create Zoom Video Downloader in C#

Zoom is a famous platform for video teleconferencing, which is popularly used for online meetings, classes, etc. In certain situations, you may need to download a recording or some other video resource from Zoom. This article covers how to create a Zoom video downloader programmatically in C#.

Posted in Aspose.HTML Product Family | Tagged , ,