org.pdfbox

Class ExtractImages


public class ExtractImages
extends java.lang.Object

This will read a read pdf and extract images.

usage: java org.pdfbox.ExtractImages <pdffile> <password> [imageprefix]
Version:
$Revision: 1.7 $
Author:
Ben Litchfield

Method Summary

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

Method Details

main

public static void main(String[] args)
            throws Exception
This is the entry point for the application.
Parameters:
args - The command-line arguments.