com.lowagie.tools.plugins

Class Bookmarks2XML

public class Bookmarks2XML extends AbstractTool

Allows you to add bookmarks to an existing PDF file
Constructor Summary
Bookmarks2XML()
Constructs an Bookmarks2XML 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

Bookmarks2XML

public Bookmarks2XML()
Constructs an Bookmarks2XML 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