com.lowagie.toolbox.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.

Since: 2.1.1 (imported from itexttoolbox project)

Field Summary
FileArgumentdestfile
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(AbstractArgument arg)

Field Detail

destfile

FileArgument destfile

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

Returns: File

Throws: InstantiationException

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

valueHasChanged

public void valueHasChanged(AbstractArgument arg)

Parameters: arg StringArgument

See Also: valueHasChanged