Class ReplaceURLs
- java.lang.Object
-
- org.apache.pdfbox.examples.pdmodel.ReplaceURLs
-
public final class ReplaceURLs extends java.lang.ObjectThis is an example of how to replace a URL in a PDF document. This will only replace the URL that the text refers to and not the text itself.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateReplaceURLs()Constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)This will read in a document and replace all of the urls with http://pdfbox.apache.org.private static voidusage()This will print out a message telling how to use this example.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOExceptionThis will read in a document and replace all of the urls with http://pdfbox.apache.org.
see usage() for commandline- Parameters:
args- Command line arguments.- Throws:
java.io.IOException- If there is an error during the process.
-
usage
private static void usage()
This will print out a message telling how to use this example.
-
-