Interface IPdfDocument


public interface IPdfDocument
Represents a PDF document with pages.
Since:
7.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getTotalPageCount

      int getTotalPageCount()
      Returns:
      The total number of pages in the PDF document.
    • getTitle

      String getTitle()
      Returns:
      The title of the PDF document, if available.
    • getAuthor

      String getAuthor()
      Returns:
      The author of the PDF document, if available.