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


package org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination
The destination package allows destinations into a pdf document to be specified.
  • Classes
    Class
    Description
    This represents a destination in a PDF document.
    This represents a destination to a page by referencing it with a name.
    This represents a destination to a page, see subclasses for specific parameters.
    This represents a destination to a page and the page contents will be magnified to just fit on the screen.
    This represents a destination to a page at a x location and the height is magnified to just fit on the screen.
    This represents a destination to a page at a y location and the width is magnified to just fit on the screen.
    This represents a destination to a page at a y location and the width is magnified to just fit on the screen.
    This represents a destination to a page at an x,y coordinate with a zoom setting.