This article demonstrates how to search particular text in a PDF document and add link annotations on top of the text occurrences found in Java. The following example uses Free Spire.PDF for Java library. Dependencies First of all, you need to add needed dependencies for including Free Spire.PDF for Java into your Java project. There are two ways to do that. If you use maven, you need to add the following code to your project’s pom.xml file. <repositories> <repository> <id>com.e-iceblue</id> <name>e-iceblue</name> <url>http://repo.e-iceblue.com/nexus/content/groups/public/</url> </repository> </repositories>...
A blog about Microsoft Office and PDF document development using .NET and Java.