org.pdfbox
Class PDFToImage

java.lang.Object
  extended by org.pdfbox.PDFToImage

public class PDFToImage
extends java.lang.Object

Convert a PDF document to an image.

Version:
$Revision: 1.5 $
Author:
Ben Litchfield

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

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