English

Merge PDF, Word Documents, Spreadsheets, Presentation Files in C#

Today, we will learn to programmatically merge PDF, Word documents, spreadsheets, presentations using C#. In an earlier post, we have seen the [merging and splitting of documents using Java][1].
· Shoaib Khan · 4 min

Compare Text, Word, and PDF Files with Java Difference Library

After going through this article, we will be able to compare text files, Word files, PDF files, and other documents in Java-based applications. By using this feature, we can compare invoices, contracts, presentations, AutoCAD designs, price lists, or programming files. We will also the privilege to highlight the identified changes and have the option to either accept or reject any change. We can even build our own [document comparison tool][1] similar to the one launched by GroupDocs, using the document comparison API for Java.
· Shoaib Khan · 4 min

Convert WebP to JPG, PNG, TIFF, and PDF in C#

In our previous post, we discussed WebP images and learned to convert WebP Images in Java. Today, in this article, we will learn to programmatically convert the WebP images into JPG, PNG, TIFF, and other formats using C#.
· Shoaib Khan · 3 min

Classify your Customer Feedback using Sentiment Analysis in C#

Suppose that you have the opportunity to receive comments or reviews from your customers or some other source and you want to evaluate how positive they are. There is a way to analyze such comments called sentiment analysis. This post focuses on the sentiment analysis tool based on a deep neural network model using C#. This model is suitable for a wide range of tasks.
· Shoaib Khan · 4 min

Search Text in Word, Excel, PDF, ZIP and other Document Formats using C# .NET

We often need a full-text search API that enables our applications to search through documents for particular information specified as a textual search query. The documents can be of any format such as Word (Doc, Docx), PDF, HTML, EPUB, Spreadsheet (XLS, XLSX), Presentation (PPT, PPTX), images, and videos.
· Muhammad Sohail · 6 min

Text Indexing and Search your Directories using C#

Using the .NET API, you can perform searching by parts and specify the number of search threads in C#. This feature will be more beneficial when you search text in large indexes that contain thousands of documents. Furthermore, you can now get the start & end time, and the total search time to get the search results.
· Shoaib Khan · 2 min

Split or Merge PDF, Word, Excel Documents in Java

Worried about merge or split documents of various types in multiple platforms? There could be many statements in your mind: * How to merge PDF documents together in Java? * Want to split word documents, or merge excel spreadsheets. * What to do if I need to merge PPT/PPTX presentations. * Many more questions, the list may not end.
· Shoaib Khan · 5 min

Insert OLE Objects in Word, Excel, PowerPoint with C#

OLE stands for [Object Linking and Embedding][1]. It is provided by Microsoft and allows you to create and edit documents containing items or objects that are created by various applications.
· Shoaib Khan · 4 min

Manage EXIF Data of JPEG, PNG, TIFF & WebP Images in C# .NET

In the [previous post][1], we discussed how to deal with EXIF data of images in Java. Here, today we will look into achieving the same but in C#. If you haven’t visited the last post, but you want to extract, update, add or remove EXIF data of your images programmatically in C#, then this article will guide you through this.
· Shoaib Khan · 5 min

Manage EXIF Data of JPEG, PNG, TIFF & WebP Images in Java

EXIF (Exchangeable Image File Format) is the standard to specify the image and sound formats mainly used by digital cameras and scanners. EXIF data includes the tagging and metadata information about the captured image file. Metadata may contain information like camera make, model, shutter speed, date and time, aperture, exposure time, X resolution, Y resolution. etc.
· Shoaib Khan · 5 min