com.lowagie.toolbox.plugins

Class PhotoAlbum

public class PhotoAlbum extends AbstractTool

Converts the image files in a directory to a PDF file that acts as a photo album.

Since: 2.1.1 (imported from itexttoolbox project)

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

Constructor Detail

PhotoAlbum

public PhotoAlbum()
Constructs a PhotoAlbum 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