Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: December 2021
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#.
Convert DWF to PNG or JPG Image in Java
DWF files contain 2D or 3D drawings in compressed format. In certain situations, you might need to convert DWF to an image. Considering that perspective, the article covers how to convert a DWF file to a JPG or PNG image programmatically using Java.
Posted in Aspose.CAD Product Family Tagged DWF to JPG Image, DWF to JPG Java, DWF to PNG Image, DWF to PNG Java
Convert LaTeX to PNG or JPG Image in C#
The TeX format is used for working with technical and scientific documents. It is often used to communicate or publish such documents. In certain situations, you might need to render TeX files to images like PNG or JPG. In this article, you will learn how to convert TeX to PNG or JPG images programmatically in C#. Please refer to the following sections for further details.
Convert ZIP Archives to TAR in C#
ZIP is a popular archiving format that is used to compress files and folders. ZIP makes it easier to share multiple files by reducing their size and keeping them into a single file. On the other hand, TAR is a famous Unix-based archiving format that is used to package the files before sharing. In various cases, you have to convert the ZIP archives into TAR format. To achieve this programmatically, this article shows how to convert a ZIP archive to TAR in C#.
Convert DWG to DXF in C#
DWG files are technical drawings often used by engineers, architects, or other construction-related professionals. They are used to create 2D or 3D designs. In certain situations, you might need to convert a DWG file to a DXF file. DXF files are used for exchanging drawing information between different CAD-related applications. Moreover, these file formats are commonly used for product designs. This article covers how to convert DWG to DXF image programmatically using C#.
Posted in Aspose.CAD Product Family Tagged Convert DWG to DXF, Convert DWG to DXF in csharp, DWG to DXF
Convert Image to Excel with OCR in Java
You can convert an image to an Excel file with optical character recognition programmatically in Java. You can load the input image from the disk or URI address and then recognize text to create XLSX or XLS file.