org.pdfbox
Class PrintPDF

java.lang.Object
  extended byorg.pdfbox.PrintPDF

public class PrintPDF
extends Object

This is a command line program that will print a PDF document.

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

Method Summary
static void main(String[] args)
          Infamous main method.
 
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
Infamous main method.

Parameters:
args - Command line arguments, should be one and a reference to a file.
Throws:
Exception - If there is an error parsing the document.