com.lowagie.toolbox.plugins

Class XML2Bookmarks

public class XML2Bookmarks extends AbstractTool

Allows you to add bookmarks to an existing PDF file

Since: 2.1.1 (imported from itexttoolbox project)

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(AbstractArgument 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()

Returns: File

Throws: InstantiationException

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 String[]

valueHasChanged

public void valueHasChanged(AbstractArgument arg)

Parameters: arg StringArgument

See Also: valueHasChanged