org.pdfbox
Class ExtractImages

java.lang.Object
  extended byorg.pdfbox.ExtractImages

public class ExtractImages
extends Object

This will read a read pdf and extract images.

usage: java org.pdfbox.ExtractImages <pdffile> <password> [imageprefix]

Version:
$Revision: 1.5 $
Author:
Ben Litchfield (ben@csh.rit.edu)

Constructor Summary
ExtractImages()
           
 
Method Summary
static void main(String[] args)
          This is the entry point for the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractImages

public ExtractImages()
Method Detail

main

public static void main(String[] args)
                 throws Exception
This is the entry point for the application.

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