public class ReplaceURLs
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
This will read in a document and replace all of the urls with
http://www.pdfbox.org.
|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- Command line arguments.java.lang.Exception
- If there is an error during the process.