Search
Follow Us
Categories
- Success Stories(157)
Archives
Create Scanned PDF to Excel Converter with OCR using C#
Scanned PDF files contain data in image format and sometimes you may need information from such documents. In certain situations, a scanned PDF file can contain numeric information which may need to be manipulated in Excel. In accordance with that, you can perform OCR operations and create an Excel file. This article covers how to create a scanned PDF to Excel converter with OCR feature programmatically using C#.
Create a Flat ZIP Archive in C#
Often, you get a ZIP archive that contains other ZIP archives inside it forming a nested structure of the archives. In such cases, you may want to get a flat structure by extracting all the inner ZIP archives into the outer archive. To perform this operation programmatically, this article shows how to create a flat ZIP archive in C#.
Convert USDZ to OBJ File in Java
USDZ is an unencrypted and uncompressed ZIP archive for storing Universal Scene Description files. They are popularly used by different organizations to show their products online with the help of augmented reality. However, you might need to convert USDZ to an OBJ file, in some use cases. Accordingly, this article explains how to convert a USDZ file to an OBJ file programmatically in Java.
Posted in Aspose.3D Product Family Tagged Convert USDZ to OBJ, Convert USDZ to OBJ Java, Export USDZ to OBJ
Convert DWG to EMF or WMF in Java
DWG files contain vector image data and metadata written with binary coding and are widely used for designing purposes. In particular scenarios, you may want to convert DWG to image format. Considering such requirements, this article covers how to convert a DWG file to an EMF or WMF image programmatically in Java.
Convert PCL to PDF Document in Java
PCL stands for Printer Command Language which is a Page Description Language and is used to control printing devices. In some scenarios, you might need to convert PCL files to PDF files to make it compatible with multiple operating systems. This article covers how to convert PCL to PDF files programmatically in Java.
Convert RAR Files to ZIP Archive in C#
RAR is a commonly used archive file format that supports lossless compression of data. Often, people prefer RAR over ZIP because it provides a better compression rate and keeps the archive size smaller. However, in certain cases, you may need to convert RAR files to ZIP archives. To achieve that, this article covers how to convert a RAR file to ZIP programmatically in C#.
Add Comments to PowerPoint PPT Slides in Python
Often, the content in presentations is required to be reviewed by other people to get their feedback. In PowerPoint, comments are used to write feedback about a particular word, phrase, or anything on a slide. In this article, we will cover how to add comments to PowerPoint PPT slides programmatically in Python. Moreover, you will learn how to read the existing comments and add replies.