English

Taxonomic Classification of Documents using C# - (IAB-2 & Document Taxonomy)

A classification is basically an approach in which text is systematically identified and then organized according to rules. Taxonomy defines the science of such classification. When you are dealing with a bunch of textual documents, it gets hard to find a topic of any document until the taxonomic classification of the content. In this article, you will learn how to programmatically classify documents according to IAB-2 and document taxonomy using C#.
· Shoaib Khan · 4 min

Different Ways to Split PDF Files in Java

PDF is among the most famous file formats that support textual, graphical, and many other elements. One of the reasons for its popularity is its portability. In certain cases, you may need to split a large PDF file into multiple files. To address this programmatically, this article discusses different ways of how to split PDF files in Java.
· Shoaib Khan · 4 min

Create Hyperlinks in PDF using Annotations in C#

Hyperlinks are normally used to associate external data to any specified area of the document. We can transform any part of the documents to hyperlinks using the link annotations. As a programmer, you can add these link annotations to documents within your .NET applications. In this article, we are going to discuss that how to create hyperlinks in PDF files using C#.
· Shoaib Khan · 2 min

Highlight PDF using Annotations in C#

While reviewing or to attract viewer to an important content, you may need to highlight some part of the document. As a developer, you can automate this feature by using highlight annotations within your applications. In this article, you will learn how to highlight text and any area in PDF files using C#.
· Shoaib Khan · 2 min

How to Split PDF Files using C#

[PDF][1] is one of the most commonly used file formats which is highly portable. As a developer, you may have faced the scenario to split large PDF files programmatically. Today, this article discusses different ways of how to split PDF files using C# in .NET applications.
· Shoaib Khan · 4 min

Create Hyperlinks in PDF using Annotations in Java

Link annotations are used to create any part of the document as hyperlink. In other words, it allows us to associate external data with the specified area of the document. We can add these link annotations to documents within Java applications. In this article, you will learn how to create hyperlinks in PDF files using Java.
· Shoaib Khan · 2 min

Highlight PDF using Annotations in Java

It is often needed to highlight important areas of your documents on purpose. As a developer, you can automate highlighting within your applications. In this article, you will learn how to highlight text and any area in PDF files using Java. Additionally, there will be several properties of highlighting that can be adjusted according to the requirement.
· Shoaib Khan · 2 min

Redact PDF Scanned Documents in Java

Want to secure the secret, or sensitive information that is within the documents? It is doable even if this is regular textual information or it is text with the scanned document with images. The earlier articles may help you refine your search, where we discussed the [different strategies to search words][1] and [search synonyms within multiple documents][2]. This article guides you about how to redact PDF text and text in images within a document using Java.
· Shoaib Khan · 3 min

Search Synonyms in Multiple Files using Java

We recently have discussed, [how to get all the synonyms of any word][1]. It would be wonderful if we could locate these synonyms within many different documents. In this article, we will see how to search any word and its synonyms in multiple files using Java.
· Shoaib Khan · 4 min

Find Synonyms of Words using Java

Avoid the repetition of the same word; use Synonyms (two different words that mean the same). What if you need to find all such synonyms of any word programmatically? This article guides you on how to find out all the synonyms of any word using Java. Similarly, a single word could have multiple meanings. We will see how the synonyms can be grouped according to different meanings of that same word.
· Shoaib Khan · 3 min