com.lowagie.tools.plugins

Class XML2Bookmarks

public class XML2Bookmarks extends AbstractTool

Allows you to add bookmarks to an existing PDF file
Constructor Summary
XML2Bookmarks()
Constructs an XML2Bookmarks object.
Method Summary
protected voidcreateFrame()
voidexecute()
protected FilegetDestPathPDF()
static voidmain(String[] args)
Allows you to generate an index file in HTML containing Bookmarks to an existing PDF file.
voidvalueHasChanged(ToolArgument arg)

Constructor Detail

XML2Bookmarks

public XML2Bookmarks()
Constructs an XML2Bookmarks 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)
Allows you to generate an index file in HTML containing Bookmarks to an existing PDF file.

Parameters: args

valueHasChanged

public void valueHasChanged(ToolArgument arg)

See Also: valueHasChanged