org.pdfbox.examples.pdmodel
Class Annotation
java.lang.Object
org.pdfbox.examples.pdmodel.Annotation
- public class Annotation
- extends Object
This is an example on how to add annotations to pages of a PDF document.
- Version:
- $Revision: 1.2 $
- Author:
- Paul King
Method Summary |
static void |
main(String[] args)
This will create a doucument showing various annotations. |
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 doucument showing various annotations.
- Parameters:
args
- The command line arguments.
- Throws:
Exception
- If there is an error parsing the document.