English

Generate Reports from CSV Data in Java

The Comma Separated Values (CSV) is a file format for storing the data in the form of plain text where the values are separated by commas. CSV is widely used for exchanging data among applications. As a developer, we often need to convert the large CSV data into a presentable format. This article will guide you to convert CSV data into PDF and MS Word reports in Java using a simple template.
· Shoaib Khan · 3 min

Watermark PDF Files in Java

Whether you want to apply branding to your documents or you want to protect our files from any illegal use, the watermark does the job for you. In this article, you will learn to programmatically add the watermarks to your PDF files using Java.
· Shoaib Khan · 3 min

Add or Remove Annotations or Markup Word files using C#

Forget to discuss documents content and feedbacks in long email threads. Simply use annotations to markup documents with messages and replies. In this article, you will learn how to programmatically add and remove annotations to markup Word documents in C# with your .NET applications.
· Shoaib Khan · 5 min

Convert JSON to CSV and CSV to JSON using C#

JSON (JavaScript Object Notation) is a human-readable structured data format. It is widely used in APIs, applications, and configurations for storing and passing the data. CSV contains the comma-separated values, normally used to store tabular data that can be perfectly displayed using spreadsheet applications like MS Excel. To transfer the tabular data or store the received structured data into tabular form, requires converting formats into one another. This article discusses the conversion of JSON to CSV format and CSV to JSON format programmatically using C# for your .NET applications.
· Shoaib Khan · 3 min

Image Comparison in Java to Spot the Differences

Worried! What is the difference? Better automate the photo comparison. In this article, we will discuss how to programmatically find differences between two images. After going through this, you will easily compare any images and highlight the identified differences using Java.
· Shoaib Khan · 3 min

Merge Multiple File Types into One using Java

Merging different documents is often required when you intend to gather the scattered data of different documents into one single file. In this article, you will learn to automate the documents merging process. This will show how to programmatically merge multiple documents of either the same or different file types into one file using Java. In another post, we discussed merging multiple files of different formats using C#.
· Shoaib Khan · 4 min

Watermark Presentation Slides using Java

For the protection of the documents and presentations from illegal use, we can use watermarking. In this article, we will learn to programmatically apply text and image-based watermarks to the presentations or specific slides of a presentation in Java. In another post, we have discussed [applying watermarks to presentations using C#][1].
· Shoaib Khan · 4 min

Build your Full Text Search Solution in C#

Full-text search is basically a more advanced way to search a text/query over a collection of documents. This approach quickly finds all instances of a term and it works by using text indexes. In this article, we will learn, how to programmatically search full-text in documents using C#.
· Shoaib Khan · 4 min

Convert EML or MSG file to PDF in C#

For sharing and referencing the email content, you may need to convert your email message to PDF format. In this article, you will learn the conversion of email message files like EML and MSG into PDF using C#. In one of the other blog posts, we have already discussed the [conversion of emails to PDF using Java][1]. This will help to automate the email conversions within your desktop or web-based applications.
· Shoaib Khan · 3 min

Convert Documents to Excel XLS, XLSX in Java

For the data in tabular form of your PDF and Word documents, you sometimes need to convert it to Excel spreadsheets. We need to automate this conversion of as many documents to spreadsheets or multiple workbooks. This article will discuss how to programmatically convert Word documents to Excel and also how to convert PDF files to Excel spreadsheets in Java.
· Shoaib Khan · 3 min