| |
|
| java.lang.Object org.pdfbox.examples.pdmodel.ReplaceURLs
ReplaceURLs | public class ReplaceURLs (Code) | | This 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.
author: Ben Litchfield version: $Revision: 1.2 $ |
Method Summary | |
public static void | main(String[] args) This will read in a document and replace all of the urls with
http://www.pdfbox.org. |
main | public static void main(String[] args) throws Exception(Code) | | This will read in a document and replace all of the urls with
http://www.pdfbox.org.
see usage() for commandline
Parameters: args - Command line arguments. throws: Exception - If there is an error during the process. |
|
|
|