com.lowagie.toolbox.plugins
public class HtmlBookmarks extends AbstractTool
Since: 2.1.1 (imported from itexttoolbox project)
| Constructor Summary | |
|---|---|
| HtmlBookmarks()
Constructs an HtmlBookmarks object. | |
| Method Summary | |
|---|---|
| static void | addBookmark(String pdf, Section section, HashMap<String,Object> bookmark)
Recursive method to write Bookmark titles to the System.out. |
| static Section | createBookmark(String pdf, Section section, HashMap<String,Object> 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(AbstractArgument 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
Parameters: args String[]
Parameters: arg StringArgument
See Also: valueHasChanged