com.lowagie.toolbox.plugins

Class Divide

public class Divide extends AbstractTool

This tool lets you generate a PDF that shows N pages on 1.

Since: 2.1.1 (imported from itexttoolbox project)

Constructor Summary
Divide()
Constructs an Divide object.
Method Summary
protected voidcreateFrame()
voidexecute()
protected FilegetDestPathPDF()
static voidmain(String[] args)
Generates a divided version of an NUp version of an existing PDF file.
voidvalueHasChanged(AbstractArgument arg)

Constructor Detail

Divide

public Divide()
Constructs an Divide 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)
Generates a divided version of an NUp version of an existing PDF file.

Parameters: args String[]

valueHasChanged

public void valueHasChanged(AbstractArgument arg)

Parameters: arg StringArgument

See Also: valueHasChanged