Package-level declarations
PDF document API (classes for accessing document content and meta-data).
Types
Link copied to clipboard
class Destination
A destination defines a particular view of a document, consisting of the following items: - The page of the document that shall be displayed.
Link copied to clipboard
enum DestinationType
This enumeration defines a particular view of a document, part of a Destination.
Link copied to clipboard
interface DocumentActionListener
Handles PDF actions triggered inside the PDF document - these are usually things like button presses, form submission, etc.
Link copied to clipboard
enum DocumentPermissions
A set of flags specifying which operations shall be permitted when the document is opened with user access.
Link copied to clipboard
Configures options for saving a document.
Link copied to clipboard
class DocumentSource
Represents a document source which may be a DataProvider or a file Uri.
Link copied to clipboard
interface ImageDocument
An image document.
Link copied to clipboard
object ImageDocumentLoader
Helper class for loading ImageDocument from a DocumentSource.
Link copied to clipboard
Collection of helper methods for working with ImageDocuments.
Link copied to clipboard
A document outline element (or "table of contents entry"), usually the header of a chapter.
Link copied to clipboard
enum OutlineElementState
State to manage if outline elements are expanded or collapsed
Link copied to clipboard
Enum of the possible page bindings deciding how the document will be displayed.
Link copied to clipboard
interface PdfDocument
A PDF document.
Link copied to clipboard
Provides methods to obtain PdfDocument instances.
Link copied to clipboard
enum PdfVersion
PDF versions supported by PSPDFKit.