Search
Follow Us
Categories
- Success Stories(157)
Archives
Convert Scanned PDF to Searchable PDF with OCR in C#
PDF files are sometimes based on images which are usually created using a scanner or imaging device. You can convert a scanned PDF file to a searchable PDF file with OCR so that the text can be edited or updated in the document. In accordance with that scenario, this article explains how to convert a scanned PDF to a searchable PDF by OCR operations programmatically using C#.
Extract Nested ZIP Archives in C#
We often come across the scenario where multiple ZIP archives are encapsulated inside another ZIP. In such cases, first, you have to extract the parent ZIP and then the nested archives one by one. To make things easier for you, in this article, we will demonstrate how to extract the nested ZIP archives in C# .NET without writing complex code.
Convert FBX to STL in Java
in certain cases, you might want to convert an FBX file to STL format. Accordingly, this article covers how to convert FBX to STL programmatically using Java.
Delete Files in a ZIP Archive in C# .NET
While working with archives from within your .NET applications, you may need to manipulate files inside a ZIP. In the previous post, you have seen how to add files/folders in a ZIP archive. In this article, you will learn how to delete files inside the ZIP archives programmatically in C#. So let's begin.
Convert PUB to PPT/PPTX Presentation in C#
Microsoft Publisher, PUB, files are often used for large scale printing of documents like brochures, booklets, posters, etc. In certain situations, you may need to convert a PUB file to a Presentation file as a PPT or PPTX file. This article covers how to convert the publisher files programmatically in C#.
Posted in Aspose.PUB Product Family Tagged Convert PUB to PPTX in csharp, PUB to PPT, PUB to PPTX, PUB to Presentation
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.