Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Farhan Raza
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 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.
Convert DWG to SVG in C#
DWG files contain 2D or 3D format design data. They can contain vector image data and metadata in binary coding. In certain situations, you might need to convert DWG files to SVG image files. This article covers how to convert DWG to SVG image programmatically in C#.
Posted in Aspose.CAD Product Family Tagged Convert DWG to SVG, DWG to SVG, DWG to SVG in .NET, DWG to SVG in csharp
Convert FBX to GLB File in C#
FBX files are used by different content creation and digital modeling applications. They are often used for creating animations or game development purposes. In certain situations, you may need to convert the FBX file to GLB format. This brief article covers how to convert an FBX file to GLB programmatically in C#.
Posted in Aspose.3D Product Family Tagged Convert FBX to GLB csharp, FBX to GLB
Create Flowchart Programmatically in Java
Flowcharts can be helpful to understand step-by-step algorithms to design the graphic representation of workflows and processes. In some scenarios, you may need to create flowcharts for problem-solving. This article covers how to create a flowchart diagram programmatically in Java.
Convert GLB to FBX File in C#
GLB files are popular as they can contain information related to augmented reality, virtual reality, games, etc. In certain situations, you may need to convert a GLB file to an FBX file format. This article covers how to convert a GLB file to FBX programmatically in C#.
Posted in Aspose.3D Product Family Tagged Convert GLB to FBX, GLB to FBX in csharp
Create Scanned PDF to Excel Converter with OCR in Java
Scanned PDF files comprise data in image format because they are often created by scanners. In certain situations, you may require numerical information from a scanned PDF file. So you can perform OCR operations for creating an Excel file. This article covers how to create a scanned PDF to Excel converter with OCR feature programmatically in Java.