com.lowagie.tools.plugins

Class Decrypt

public class Decrypt extends AbstractTool

Allows you to decrypt an existing PDF file.
Constructor Summary
Decrypt()
Constructs an Decrypt object.
Method Summary
protected voidcreateFrame()
voidexecute()
protected FilegetDestPathPDF()
static voidmain(String[] args)
Decrypts an existing PDF file.
voidvalueHasChanged(ToolArgument arg)

Constructor Detail

Decrypt

public Decrypt()
Constructs an Decrypt object.

Method Detail

createFrame

protected void createFrame()

See Also: createFrame

execute

public void execute()

See Also: execute

getDestPathPDF

protected File getDestPathPDF()

See Also: getDestPathPDF

main

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

Parameters: args

valueHasChanged

public void valueHasChanged(ToolArgument arg)

See Also: valueHasChanged