Package org.pdfbox.pdmodel.interactive.documentnavigation.destination

The destination package allows destinations into a pdf document to be specified.

See:
          Description

Class Summary
PDDestination This represents a destination in a PDF document.
PDNamedDestination This represents a destination to a page by referencing it with a name.
PDPageDestination This represents a destination to a page, see subclasses for specific parameters.
PDPageFitDestination This represents a destination to a page and the page contents will be magnified to just fit on the screen.
PDPageFitHeightDestination This represents a destination to a page at a x location and the height is magnified to just fit on the screen.
PDPageFitRectangleDestination This represents a destination to a page at a y location and the width is magnified to just fit on the screen.
PDPageFitWidthDestination This represents a destination to a page at a y location and the width is magnified to just fit on the screen.
PDPageXYZDestination This represents a destination to a page at an x,y coordinate with a zoom setting.
 

Package org.pdfbox.pdmodel.interactive.documentnavigation.destination Description

The destination package allows destinations into a pdf document to be specified.