Search
Follow Us
Categories
- Success Stories(157)
Archives
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#.
Compress PSD Photoshop File in Java
PSD files are created to design images using different layers. Different PSD files can become huge in size owing to the visual data and layers. In such cases, you might want to compress a PSD image to reduce the file size. This article explains how to compress a PSD Photoshop file programmatically in Java.
Posted in Aspose.PSD Product Family Tagged Compress PSD, Compress PSD in Java, PSD Compression in Java, Reduce PSD Size
Create a PSD Image in Java
PSD files are used to create images using different layers containing shapes, text, effects, etc. You may need to add several layers for inserting graphics or text by your image processing applications. Accordingly, this article covers how to create a PSD image programmatically in Java.
Create YouTube Video Downloader in C#
YouTube is a great place for watching videos about anything that interests you. You may need to create a YouTube video downloader application for saving or viewing the videos offline. This article covers how to create a YouTube video downloader programmatically in C#.