com.lowagie.tools.plugins

Class RemoveLaunchApplication

public class RemoveLaunchApplication extends AbstractTool

This tool copies an existing PDF and removes potentially dangerous code that launches an application.
Constructor Summary
RemoveLaunchApplication()
Constructs a ReversePages object.
Method Summary
protected voidcreateFrame()
voidexecute()
protected FilegetDestPathPDF()
static voidmain(String[] args)
Copy an existing PDF and replace the Launch Application Action with JavaScript alerts.
voidvalueHasChanged(ToolArgument arg)

Constructor Detail

RemoveLaunchApplication

public RemoveLaunchApplication()
Constructs a ReversePages 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)
Copy an existing PDF and replace the Launch Application Action with JavaScript alerts.

Parameters: args

valueHasChanged

public void valueHasChanged(ToolArgument arg)

See Also: valueHasChanged