com.lowagie.toolbox.plugins

Class RemoveLaunchApplication

public class RemoveLaunchApplication extends AbstractTool

This tool copies an existing PDF and removes potentially dangerous code that launches an application.

Since: 2.1.1 (imported from itexttoolbox project)

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(AbstractArgument 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()

Returns: File

Throws: InstantiationException

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 String[]

valueHasChanged

public void valueHasChanged(AbstractArgument arg)

Parameters: arg StringArgument

See Also: valueHasChanged