Interface PdfDocumentActions

All Known Implementing Classes:
FdfWriter.Wrt, PdfCopy, PdfCopyFieldsImp, PdfStamperImp, PdfWriter

public interface PdfDocumentActions
A PDF document can have an open action and other additional actions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    When the document opens this action will be invoked.
    void
    When the document opens it will jump to the destination with this name.
  • Method Details

    • setOpenAction

      void setOpenAction(String name)
      When the document opens it will jump to the destination with this name.
      Parameters:
      name - the name of the destination to jump to
    • setOpenAction

      void setOpenAction(PdfAction action)
      When the document opens this action will be invoked.
      Parameters:
      action - the action to be invoked