com.lowagie.toolbox.plugins

Class Bookmarks2XML

public class Bookmarks2XML extends AbstractTool

Allows you to add bookmarks to an existing PDF file

Since: 2.1.1 (imported from itexttoolbox project)

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

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