Search
Follow Us
Categories
- News Release(3)
How to Split PDF Files using C#
PDF 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.
- .NET API to Split PDF Files
- Split PDF into Multi-Page Files
- Extract Pages from PDF Files by Range
- Extract Pages from PDF Files using Even or Odd Filter
- Split PDF into Multiple Single Pages Files
Posted in GroupDocs.Merger Product Family Tagged PDF Separator, Separate PDF, Split API, Split PDF, Split PDF Files, Split PDF using C#
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.
The following topics are covered in this article:
- Java API to Add Hyperlinks in PDF files
- How to Programmatically Create Hyperlinks in PDF
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.
The following topics are covered in this article:
- Java API to Highlight PDF
- How to Programmatically Highlight PDF
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 and search synonyms within multiple documents. This article guides you about how to redact PDF text and text in images within a document using Java.
The following topics will be covered in this article:
- Text and image redaction – Java API
- Redact PDF text and scanned Information using Java
Search Synonyms in Multiple Files using Java
We recently have discussed, how to get all the synonyms of any word. 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.
The following are the topics covered in this article:
- Java API – Synonym Search
- Find synonyms in documents in Java
- Present synonym search results
- Complete Java code – Search & print synonyms search results
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.
The following topics will be covered in this article:
- Java API – Find Synonyms
- Get synonyms of any word in Java
- Get synonyms – Grouped by different meanings
Convert CSV to XML in C#
CSV and XML are among the most popular file formats used by developers. These formats are normally used to store and exchange data within and between applications. It is often required to convert one format into another before storing or transmitting the information. In this article, you will find how to programmatically convert the CSV (comma-separated values) file into XML format using C#.
The article will cover the following topics:
- .NET API - CSV to XML Conversion
- How to Convert CSV to XML in C#
Redact PDF Scanned Documents in C#
We often need to hide the confidential and sensitive information within the documents. In other articles, we have discussed the different strategies to search words and even search synonyms within multiple documents. This article guides you about how to redact PDF text and text in images within a document using C#.
The following topics will be covered in this article:
- Text and image redaction - .NET API
- Redact PDF text and scanned Information using C#
View Word Documents as Responsive HTML Page using Java
Responsive HTML web pages are the ones that look good on different devices by adjusting themselves according to the different screen sizes. This article will guide you about how to programmatically convert word documents as responsive HTML pages within the Java applications using GroupDocs.Viewer.
The following topics will be covered in this article:
- Java API for Word and Responsive HTML viewer
- View Word Documents as Responsive HTML in Java
Search Synonyms in Multiple Files using C#
In an other article we have seen that what are synonyms, and how to get all the synonyms of any word. What about find these synonyms with in different documents. This article will guide you about how to search the synonyms of any specific query (word) in multiple files using C#.
The following topics will be covered in this article:
- .NET API - Synonym Search
- Find synonyms in documents using C#
- Present synonym search results using C#
- Complete code - Search & print synonyms search results