Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: January 2022
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.
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.
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.
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.
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#.
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#.
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#.
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#.