Package com.pspdfkit.document
PDF document API (classes for accessing document content and meta-data).
See: Description
-
Class Summary Class Description DocumentSource Represents a document source which may be a DataProvider or a file Uri. DocumentSaveOptions Configures options for saving a document. ImageDocumentUtils Collection of helper methods for working with ImageDocuments. Destination A destination defines a particular view of a document, consisting of the following items: - The page of the document that shall be displayed. PdfDocumentLoader Provides methods to obtain PdfDocument instances. PdfValue This represents a value stored inside a PDF document stream. Builder Builder for OutlineElement. OutlineElement A document outline element (or "table of contents entry"), usually the header of a chapter. -
Interface Summary Interface Description ImageDocument An image document. PdfDocument A PDF document. DocumentActionListener Handles PDF actions triggered inside the PDF document - these are usually things like button presses, form submission, etc. -
Enum Summary Enum Description DocumentPermissions A set of flags specifying which operations shall be permitted when the document is opened with user access. DestinationType This enumeration defines a particular view of a document, part of a Destination. PdfVersion PDF versions supported by PSPDFKit. OutlineElementState State to manage if outline elements are expanded or collapsed PdfValueType Type of a value stored in the PDF document stream. PdfBox Types of supported PDF page boxes. PageBinding Enum of the possible page bindings deciding how the document will be displayed. -
Annotation Summary Annotation Description PageRotation Indicates that the returned value is a page rotation. OutlineElementStyle Style of outline element text. -
Object Summary Object Description ImageDocumentLoader Helper class for loading ImageDocument from a DocumentSource.