com.lowagie.tools.plugins

Class PhotoAlbum

public class PhotoAlbum extends AbstractTool

Converts a Tiff file to a PDF file. Inspired by a comp.text.pdf question by Sebastian Schubert and an answer by Hans-Werner Hilse.
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(ToolArgument 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()

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