Class PdfBoxFastLinkManager

java.lang.Object
com.openhtmltopdf.pdfboxout.PdfBoxFastLinkManager

public class PdfBoxFastLinkManager extends Object
  • Field Details

    • _linkTargetAreas

      private final Map<org.apache.pdfbox.pdmodel.PDPage,Set<String>> _linkTargetAreas
    • _sharedContext

      private final SharedContext _sharedContext
    • _dotsPerPoint

      private final float _dotsPerPoint
    • _root

      private final Box _root
    • _od

      private final PdfBoxFastOutputDevice _od
    • _pdfUa

      private PdfBoxAccessibilityHelper _pdfUa
    • _embeddedFiles

      private final Map<String,org.apache.pdfbox.pdmodel.common.filespecification.PDComplexFileSpecification> _embeddedFiles
      A map from uri to embedded file, so we don't embed files twice in case of a split link (example, two link boxes are formed when a link breaks in the middle).
    • _embeddedFileAppearance

      private org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceDictionary _embeddedFileAppearance
      The lazily created appearance dict for emedded files.
  • Constructor Details

  • Method Details