com.lowagie.tools.plugins
public class HtmlBookmarks extends AbstractTool
Constructor Summary | |
---|---|
HtmlBookmarks()
Constructs an HtmlBookmarks object. |
Method Summary | |
---|---|
static void | addBookmark(String pdf, Section section, HashMap bookmark)
Recursive method to write Bookmark titles to the System.out. |
static Section | createBookmark(String pdf, Section section, HashMap bookmark)
Adds a line with the title and an anchor. |
protected void | createFrame() |
void | execute() |
protected File | getDestPathPDF() |
static void | main(String[] args)
Allows you to generate an index file in HTML containing Bookmarks to an existing PDF file. |
void | valueHasChanged(ToolArgument arg) |
Parameters: pdf the path to the PDF file section the section to which the bookmarks should be added bookmark a HashMap containing a Bookmark (and possible kids)
Parameters: pdf the link to the PDF file section the section that gets the line bookmark the bookmark that has the data for the line
Returns: a subsection of section
See Also: createFrame
See Also: execute
See Also: getDestPathPDF
Parameters: args
See Also: valueHasChanged