JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
de.xima.fc.pdf.form
IPdfDocument
Contents
Description
Method Summary
Method Details
getTotalPageCount()
getTitle()
getAuthor()
Hide sidebar
Show sidebar
Interface IPdfDocument
public interface
IPdfDocument
Represents a PDF document with pages.
Since:
7.2.0
Author:
XIMA MEDIA GmbH
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getAuthor
()
String
getTitle
()
int
getTotalPageCount
()
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.