com.lowagie.toolbox.plugins

Class InspectPDF

public class InspectPDF extends AbstractTool

Allows you to inspect an existing PDF file.

Since: 2.1.1 (imported from itexttoolbox project)

Constructor Summary
InspectPDF()
Constructs an InpectPDF object.
Method Summary
protected voidcreateFrame()
voidexecute()
protected FilegetDestPathPDF()
static voidmain(String[] args)
Inspects an existing PDF file.
voidvalueHasChanged(AbstractArgument arg)

Constructor Detail

InspectPDF

public InspectPDF()
Constructs an InpectPDF object.

Method Detail

createFrame

protected void createFrame()

See Also: createFrame

execute

public void execute()

See Also: execute

getDestPathPDF

protected File getDestPathPDF()

Returns: File

Throws: InstantiationException

See Also: getDestPathPDF

main

public static void main(String[] args)
Inspects an existing PDF file.

Parameters: args String[]

valueHasChanged

public void valueHasChanged(AbstractArgument arg)

Parameters: arg StringArgument

See Also: valueHasChanged