Working with Links in PDF programmatically

Contents
[ ]

Links let you jump to other locations in the same document, to other electronic documents including attachments, or to websites. You can use links to initiate actions or to ensure that your reader has immediate access to related information.

  • Create Links - learn simply a way to create links in your PDF file using Java.
  • Update Links - try to set target to PDF, try to set link destination to web address, try to set link target to another PDF file, update link text color.
  • Extract Links - extract links from the PDF file using AnnotationSelector class.