com.lowagie.tools.plugins

Class KnitTiff

public class KnitTiff extends AbstractTool

Knits two TIFF files, one with the even pages and another with the odd pages, together.
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(ToolArgument 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()

See Also: getDestPathPDF

main

public static void main(String[] args)
Converts a tiff file to PDF.

Parameters: args

valueHasChanged

public void valueHasChanged(ToolArgument arg)

See Also: valueHasChanged