com.lowagie.toolbox.plugins

Class KnitTiff

public class KnitTiff extends AbstractTool

Knits two TIFF files, one with the even pages and another with the odd pages, together.

Since: 2.1.1 (imported from itexttoolbox project)

Constructor Summary
KnitTiff()
Constructs a KnitTiff object.
Method Summary
protected voidcreateFrame()
voidexecute()
protected FilegetDestPathPDF()
static voidmain(String[] args)
Converts a tiff file to PDF.
voidvalueHasChanged(AbstractArgument arg)

Constructor Detail

KnitTiff

public KnitTiff()
Constructs a KnitTiff 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)
Converts a tiff file to PDF.

Parameters: args String[]

valueHasChanged

public void valueHasChanged(AbstractArgument arg)

Parameters: arg StringArgument

See Also: valueHasChanged