Shows how to find and remove all links to a certain URL from a PDF. The code first finds all link annotations with ActionURI pointing to the URL that needs to be removed, then uses redact to erase all content within the found link areas. Red overlay is used by the redacts to visualize the erased areas. The PDF used by this sample, but with links intact, can be seen in the FindAndHighlight sample.