org.pdfbox.examples.pdmodel
Class PrintURLs
java.lang.Object
org.pdfbox.examples.pdmodel.PrintURLs
- public class PrintURLs
- extends Object
This is an example of how to access a URL in a PDF document.
- Version:
- $Revision: 1.3 $
- Author:
- Ben Litchfield
Method Summary |
static void |
main(String[] args)
This will create a hello world PDF document.
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Exception
- This will create a hello world PDF document.
see usage() for commandline
- Parameters:
args
- Command line arguments.
- Throws:
Exception
- If there is an error extracting the URLs.