com.lowagie.tools.plugins

Class ReversePages

public class ReversePages extends AbstractTool

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

Constructor Detail

ReversePages

public ReversePages()
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)
Take pages from an existing PDF and copy them in reverse order into a new PDF.

Parameters: args

valueHasChanged

public void valueHasChanged(ToolArgument arg)

See Also: valueHasChanged