org.pdfbox.examples.pdmodel
Class AddJavascript

java.lang.Object
  extended byorg.pdfbox.examples.pdmodel.AddJavascript

public class AddJavascript
extends Object

This is an example of how to set some javascript in the document.

Version:
$Revision: 1.2 $
Author:
Ben Litchfield (ben@benlitchfield.com)

Method Summary
static void main(String[] args)
          This will print the documents data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
This will print the documents data.

Parameters:
args - The command line arguments.
Throws:
Exception - If there is an error parsing the document.