com.lowagie.tools.plugins

Class Burst

public class Burst extends AbstractTool

This tool lets you split a PDF in several separate PDF files (1 per page).
Constructor Summary
Burst()
Constructs a Burst object.
Method Summary
protected voidcreateFrame()
voidexecute()
protected FilegetDestPathPDF()
static voidmain(String[] args)
Divide PDF file into pages.
voidvalueHasChanged(ToolArgument arg)

Constructor Detail

Burst

public Burst()
Constructs a Burst 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)
Divide PDF file into pages.

Parameters: args

valueHasChanged

public void valueHasChanged(ToolArgument arg)

See Also: valueHasChanged