com.lowagie.tools.plugins

Class SelectedPages

public class SelectedPages extends AbstractTool

This tool lets you select pages from an existing PDF and copy them into a new PDF.
Constructor Summary
SelectedPages()
Constructs a SelectedPages object.
Method Summary
protected voidcreateFrame()
voidexecute()
protected FilegetDestPathPDF()
static voidmain(String[] args)
Select pages from an existing PDF and copy them into a new PDF.
voidvalueHasChanged(ToolArgument arg)

Constructor Detail

SelectedPages

public SelectedPages()
Constructs a SelectedPages 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)
Select pages from an existing PDF and copy them into a new PDF.

Parameters: args

valueHasChanged

public void valueHasChanged(ToolArgument arg)

See Also: valueHasChanged