E
- e(java.lang.String,java.lang.String,kotlin.Array) - function in com.pspdfkit.utils.PdfLog
- Logs a ERROR log message.
- e(java.lang.String,java.lang.Throwable,java.lang.String,kotlin.Array) - function in com.pspdfkit.utils.PdfLog
- Logs a ERROR log message.
- e(java.lang.String,java.util.concurrent.Callable) - function in com.pspdfkit.utils.PdfLog
- Logs a ERROR log message.
- EdgeInsets - class in com.pspdfkit.utils
- Object represents page insets.
- Edit - class in com.pspdfkit.undo.edit
- A base interface for various edits (annotations, bookmarks, etc.).
- editableAnnotationTypes(java.util.List) - function in com.pspdfkit.configuration.PdfConfiguration.Builder
- Sets a list of annotation types that can be selected on page and edited.
- editableAnnotationTypes(java.util.List) - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Sets a list of annotation types that can be selected on page and edited.
- EditableButtonFormElement - class in com.pspdfkit.forms
- Represents editable button in a PDF form - i.e.
- EditableButtonFormField - class in com.pspdfkit.forms
- Represents editable button field in a PDF form - i.e.
- EditingChange - class in com.pspdfkit.undo
- Change that happened because of an operation performed by the document editor that can be undone/redone.
- EditingOperation - class in com.pspdfkit.undo
- Specifies the kind of change done by the editing operation.
- EIGHTHS_INCH - enum entry in com.pspdfkit.annotations.measurements.MeasurementPrecision
Available for inches, feet, and yards output units. See: Scale.UnitTo. Provides fractional precision for inches: "1 ft 1/8 in"
- ELECTRONIC_SIGNATURES - enum entry in com.pspdfkit.LicenseFeature
Enables editing and creation of electronic signatures. This is not related to Digital Signatures.
- ElectronicSignatureFragment - class in com.pspdfkit.ui.signatures
- A dialog for adding a signature to a document by drawing, selecting an image, or typing.
- ElectronicSignatureOptions - class in com.pspdfkit.ui.signatures
- Options for configuring the ElectronicSignatureFragment.
- ElectronicSignatureOptions.Companion - class in com.pspdfkit.ui.signatures.ElectronicSignatureOptions
- EMBED_FORM - enum entry in com.pspdfkit.annotations.actions.SubmitFormAction.SubmitFormActionFlag
If set, form submission data shall include embedded file stream representing the PDF file from which the data is being submitted.
This flag shall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and EXPORT_FORMAT flags are clear).
- EMBEDDED_FILE_SHARING - enum entry in com.pspdfkit.configuration.sharing.ShareFeatures
Sharing embedded files. Enables sharing button in annotation editing toolbar for selected file annotations.
- EmbeddedAudioSource - class in com.pspdfkit.annotations.sound
- Represents a source of audio data that can be embedded inside a SoundAnnotation.
- EmbeddedFile - class in com.pspdfkit.document.files
- Represents file embedded in FileAnnotation or com.pspdfkit.document.PdfDocument.
- EmbeddedFileSource - class in com.pspdfkit.document.files
- Represents a source of embedded file data.
- EmbeddedFilesProvider - class in com.pspdfkit.document.files
- Handles all embedded files related operations on the owning document.
- embeddedFilesViewEnabled(java.lang.Boolean) - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables the embedded files menu in the activity.
- empty() - function in com.pspdfkit.document.processor.PdfProcessorTask
- Creates a new empty processing task for the PdfProcessor.
- EMPTY_TRUSTED_KEYSTORE - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.ValidationProblem
Could not verify the certificate chain, due to an empty trusted keystore.
- emptyActivity(android.content.Context) - function in com.pspdfkit.ui.PdfActivityIntentBuilder
- Creates a new intent builder with no document, this is useful if you provide custom UI inside your PdfActivity subclass to open new documents.
- emptyFragment(android.content.Context) - function in com.pspdfkit.ui.PdfUiFragmentBuilder
- Creates a new fragment builder with no document, this is useful if you provide custom UI inside your PdfUiFragment subclass to open new documents.
- emptyPage(com.pspdfkit.utils.Size) - function in com.pspdfkit.document.processor.NewPage
- Creates a new empty page.
- EmptyPdfActivityView - class in com.pspdfkit.ui
- The view that is displayed in the PdfActivity when no document is set.
- enableAllMovements() - function in com.pspdfkit.ui.inspector.views.ZIndexInspectorView
- Enables all z-index reordering buttons.
- enableAnnotationEditing() - function in com.pspdfkit.configuration.PdfConfiguration.Builder
- Enables annotation editing functionality.
- enableAnnotationEditing() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables annotation editing functionality.
- enableAnnotationList() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables the list of annotations.
- enableAnnotationRotation() - function in com.pspdfkit.configuration.PdfConfiguration.Builder
- Enables annotation rotation functionality.
- enableAnnotationRotation() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables annotation rotation functionality.
- enableAutoSelectNextFormElement() - function in com.pspdfkit.configuration.PdfConfiguration.Builder
- Enables functionality that automatically selects next form element.
- enableBookmarkEditing() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables editing controls on the bookmarks list.
- enableBookmarkList() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables the display of bookmarks.
- enableContentEditing() - function in com.pspdfkit.configuration.PdfConfiguration.Builder
- Enables content editing functionality.
- enableContentEditing() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables content editing functionality.
- enableCopyPaste() - function in com.pspdfkit.configuration.PdfConfiguration.Builder
- Enables copy and paste of annotations.
- enableCopyPaste() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables copy and paste of annotations.
- ENABLED - enum entry in com.pspdfkit.configuration.annotations.AnnotationReplyFeatures
The annotation reply ui is enabled.
- enabledAnnotationTools(java.util.List) - function in com.pspdfkit.configuration.PdfConfiguration.Builder
- Sets a list of annotation tools that are enabled.
- enabledAnnotationTools(java.util.List) - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Sets a list of annotation tools that are enabled.
- enableDefaultToolbar() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables default toolbar.
- enableDocumentEditor() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables document editing functionality in the page grid.
- enableDocumentInfoView() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables the document info view.
- enableEmbeddedFilesView() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables the embedded files menu in the activity.
- enableFormEditing() - function in com.pspdfkit.configuration.PdfConfiguration.Builder
- Enables form editing functionality.
- enableFormEditing() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables form editing functionality.
- enableMagnifier(java.lang.Boolean) - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Sets whether the magnifier is shown when text selection handles are touched.
- enableOnPageIndexedEvents() - function in com.pspdfkit.document.library.LibraryIndexingListener
- Whether onPageIndexed callback should be called for each page indexed.
- enableOutline() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables outline menu in the activity.
- enablePrinting() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables printing option in the menu if applicable for the document and the device.
- enableReaderView(java.lang.Boolean) - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Sets whether we enable the reader view in the activity or not.
- enableRectangleSelectionForMarkupAnnotations() - function in com.pspdfkit.configuration.PdfConfiguration.Builder
- Enables the rectangle selection for text markup annotations and disables character based text selection for markup annotations and text redaction.
- enableSearch() - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Enables document search functionality.
- enableStylusOnDetection(java.lang.Boolean) - function in com.pspdfkit.configuration.PdfConfiguration.Builder
- Indicates whether we should automatically detect the stylus.
- END - enum entry in com.pspdfkit.ui.toolbar.ContextualToolbarMenuBar.MenuItemPosition
- END - enum entry in com.pspdfkit.ui.toolbar.ContextualToolbarMenuItem.Position
When toolbar is horizontal, this menu item will be added to the right, when vertical - to the bottom. These are usually all the items in the toolbar except back button.
- endNavigation() - function in com.pspdfkit.ui.PdfFragment
- Commits the page changes to the navigation history dropping everything but the very last one.
- endNavigation() - function in com.pspdfkit.ui.navigation.PageNavigator
- Commits the page changes to the navigation history dropping everything but the very last one.
- ENGLISH - enum entry in com.pspdfkit.document.processor.ocr.OcrLanguage
English language (en) selector for OCR processing. Use this value with performOcrOnPages when performing text detection for English documents. When using this value, make sure you have the English OCR language pack added to your app, by adding the
com.pspdfkit:pspdfkit-ocr-english
dependency inside yourbuild.gradle
file:final String pspdfkit_version = {@value com.pspdfkit.PSPDFKit#VERSION}; dependencies { implementation "com.pspdfkit:pspdfkit-ocr:$pspdfkit_version" implementation "com.pspdfkit:pspdfkit-ocr-english:$pspdfkit_version" }
- enqueueDocuments(java.util.List) - function in com.pspdfkit.document.library.PdfLibrary
- Queues an array of documents for indexing.
- enqueueDocuments(java.util.List,com.pspdfkit.document.library.IndexingOptions) - function in com.pspdfkit.document.library.PdfLibrary
- Queues an array of documents for indexing.
- enqueueDocumentSources(java.util.List) - function in com.pspdfkit.document.library.PdfLibrary
- Queues an array of documents for indexing.
- enqueueDocumentSourcesWithMetadata(java.util.List) - function in com.pspdfkit.document.library.PdfLibrary
- Queues an array of documents for indexing together with passed free-form metadata.
- enqueueDocumentsWithMetadata(java.util.List) - function in com.pspdfkit.document.library.PdfLibrary
- Queues an array of documents for indexing together with passed free-form metadata.
- enqueueDocumentsWithMetadata(java.util.List,com.pspdfkit.document.library.IndexingOptions) - function in com.pspdfkit.document.library.PdfLibrary
- Queues an array of documents for indexing together with passed free-form metadata.
- ensureFullyVisible(com.pspdfkit.ui.inspector.PropertyInspectorView) - function in com.pspdfkit.ui.inspector.PropertyInspector
- Scrolls to inspector view when its not fully visible in property inspector.
- ensureFullyVisible(com.pspdfkit.ui.inspector.PropertyInspectorView) - function in com.pspdfkit.ui.inspector.PropertyInspectorController
- Scrolls to inspector view when its not fully visible in property inspector.
- ensureInitialized() - function in com.pspdfkit.PSPDFKit
- Checks if PSPDFKit is initialized or throws PSPDFKitNotInitializedException if not.
- enterAnnotationCreationMode() - function in com.pspdfkit.ui.PdfFragment
- Starts the annotation creation mode with the last used annotation tool as the selected one.
- enterAnnotationCreationMode(com.pspdfkit.ui.special_mode.controller.AnnotationTool) - function in com.pspdfkit.ui.PdfFragment
- Enter annotation creation mode on the document.
- enterAnnotationCreationMode(com.pspdfkit.ui.special_mode.controller.AnnotationTool,com.pspdfkit.ui.special_mode.controller.AnnotationToolVariant) - function in com.pspdfkit.ui.PdfFragment
- Enter annotation creation mode on the document.
- enterAnnotationEditingMode(com.pspdfkit.annotations.Annotation) - function in com.pspdfkit.ui.PdfFragment
- Enter annotation editing mode on the document.
- enterAnnotationEditingMode(java.util.List) - function in com.pspdfkit.ui.PdfFragment
- Enter annotation editing mode on the document.
- enterAudioPlaybackMode(com.pspdfkit.annotations.SoundAnnotation) - function in com.pspdfkit.ui.audio.AudioModeManager
- Activates audio playback mode when the sound annotation contains valid sound data in supported format.
- enterAudioPlaybackMode() - function in com.pspdfkit.ui.special_mode.controller.AnnotationEditingController
- Starts playback mode for the currently selected sound annotation.
- enterAudioRecordingMode(com.pspdfkit.annotations.SoundAnnotation) - function in com.pspdfkit.ui.audio.AudioModeManager
- Activates audio recording mode when the sound annotation can be recorded into.
- enterAudioRecordingMode() - function in com.pspdfkit.ui.special_mode.controller.AnnotationEditingController
- Starts recording mode for the currently selected sound annotation.
- enterContentEditingMode() - function in com.pspdfkit.ui.PdfFragment
- Starts the content editing mode which allows for modifying PDF content text
- enterDocumentEditingMode() - function in com.pspdfkit.ui.PdfThumbnailGrid
- Enters document editing mode.
- enterFormEditingMode(com.pspdfkit.forms.FormElement) - function in com.pspdfkit.ui.PdfFragment
- Enter form editing mode on the document.
- enterTextSelectionMode(int,com.pspdfkit.datastructures.Range) - function in com.pspdfkit.ui.PdfFragment
- Sets the current text selection.
- enterTextSelectionMode(int,com.pspdfkit.datastructures.TextSelectionRectangles) - function in com.pspdfkit.ui.PdfFragment
- Sets the current text selection.
- EpicenterTranslateClipReveal - class in com.pspdfkit.ui.transition
- EpicenterTranslateClipReveal captures the clip bounds and translation values before and after the scene change and animates between those and the epicenter bounds during a visibility transition.
- equals(Object) - function in com.pspdfkit.annotations.Annotation
- equals(Object) - function in com.pspdfkit.annotations.actions.AbstractFormAction
- equals(Object) - function in com.pspdfkit.annotations.actions.AbstractMediaAction
- equals(Object) - function in com.pspdfkit.annotations.actions.ActionSender
- equals(Object) - function in com.pspdfkit.annotations.actions.GoToAction
- equals(Object) - function in com.pspdfkit.annotations.actions.GoToEmbeddedAction
- equals(Object) - function in com.pspdfkit.annotations.actions.GoToRemoteAction
- equals(Object) - function in com.pspdfkit.annotations.actions.HideAction
- equals(Object) - function in com.pspdfkit.annotations.actions.JavaScriptAction
- equals(Object) - function in com.pspdfkit.annotations.actions.LaunchAction
- equals(Object) - function in com.pspdfkit.annotations.actions.NamedAction
- equals(Object) - function in com.pspdfkit.annotations.actions.RenditionAction
- equals(Object) - function in com.pspdfkit.annotations.actions.ResetFormAction
- equals(Object) - function in com.pspdfkit.annotations.actions.RichMediaExecuteAction
- equals(Object) - function in com.pspdfkit.annotations.actions.SubmitFormAction
- equals(Object) - function in com.pspdfkit.annotations.actions.UriAction
- equals(Object) - function in com.pspdfkit.annotations.appearance.AssetAppearanceStreamGenerator
- equals(Object) - function in com.pspdfkit.annotations.appearance.ContentResolverAppearanceStreamGenerator
- equals(Object) - function in com.pspdfkit.annotations.measurements.MeasurementInfo
- equals(Object) - function in com.pspdfkit.annotations.measurements.Scale
- equals(Object) - function in com.pspdfkit.annotations.measurements.ScaleAndPrecision
- equals(Object) - function in com.pspdfkit.annotations.measurements.SecondaryMeasurementUnit
- equals(Object) - function in com.pspdfkit.annotations.note.AnnotationStateChange
- equals(Object) - function in com.pspdfkit.annotations.stamps.StampType
- equals(Object) - function in com.pspdfkit.bookmarks.Bookmark
- equals(Object) - function in com.pspdfkit.datastructures.Range
- equals(Object) - function in com.pspdfkit.datastructures.TextSelection
- equals(Object) - function in com.pspdfkit.document.Destination
- equals(Object) - function in com.pspdfkit.document.DocumentSource
- equals(Object) - function in com.pspdfkit.document.OutlineElement
- equals(Object) - function in com.pspdfkit.document.html.ResourceRequest
- equals(Object) - function in com.pspdfkit.document.library.QueryPreviewResult
- equals(Object) - function in com.pspdfkit.document.sharing.SharingOptions
- equals(Object) - function in com.pspdfkit.forms.FormElement
- equals(Object) - function in com.pspdfkit.forms.FormField
- equals(Object) - function in com.pspdfkit.forms.FormOption
- equals(Object) - function in com.pspdfkit.instant.client.InstantProgress
- equals(Object) - function in com.pspdfkit.media.MediaUri
- equals(java.lang.Object) - function in com.pspdfkit.signatures.SignatureGraphic
- equals(Object) - function in com.pspdfkit.ui.fonts.Font
- equals(Object) - function in com.pspdfkit.ui.inspector.views.BorderStylePreset
- equals(Object) - function in com.pspdfkit.ui.navigation.NavigationBackStack.NavigationItem
- equals(Object) - function in com.pspdfkit.ui.special_mode.controller.AnnotationToolVariant
- equals(java.lang.Object) - function in com.pspdfkit.undo.edit.CompoundEdit
- equals(java.lang.Object) - function in com.pspdfkit.undo.edit.annotations.AnnotationAddRemoveEdit
- equals(java.lang.Object) - function in com.pspdfkit.undo.edit.annotations.AnnotationZIndexEdit
- equals(Object) - function in com.pspdfkit.utils.EdgeInsets
- equals(Object) - function in com.pspdfkit.utils.PageRect
- equals(Object) - function in com.pspdfkit.utils.Size
- equalsAll(Object) - function in com.pspdfkit.annotations.measurements.MeasurementValueConfiguration
- Also compares name as well as scale/precision.
- ERASER - enum entry in com.pspdfkit.ui.special_mode.controller.AnnotationTool
Ink eraser.
- EraserPreviewInspectorView - class in com.pspdfkit.ui.inspector.views
- Inspector view used for displaying eraser preview.
- EraserToolConfiguration - class in com.pspdfkit.annotations.configuration
- Configuration for eraser tool.
- EraserToolConfiguration.Builder - class in com.pspdfkit.annotations.configuration.EraserToolConfiguration
- Interface for configuration builder.
- ERROR - enum entry in com.pspdfkit.signatures.ValidationStatus
The signature is invalid.
- estimateItemCapacity(android.content.Context,int) - function in com.pspdfkit.ui.toolbar.ContextualToolbarMenuBar
- EXCLUDE_NON_USER_ANNOTATIONS - enum entry in com.pspdfkit.annotations.actions.SubmitFormAction.SubmitFormActionFlag
If set, it form submission data shall include only those annotations whose creator property matches the name of the current user.
This flag shall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and EXPORT_FORMAT flags are clear).
- excludedAnnotations(java.util.List) - function in com.pspdfkit.configuration.rendering.PageRenderConfiguration.Builder
- Sets the list of annotations (by object numbers) to be excluded from rendering.
- excludedAnnotationTypes(java.util.List) - function in com.pspdfkit.configuration.PdfConfiguration.Builder
- Sets a list of annotation types that will be excluded from rendering.
- excludedAnnotationTypes(java.util.List) - function in com.pspdfkit.configuration.activity.PdfActivityConfiguration.Builder
- Sets a list of annotation types that will be excluded from rendering.
- excludedAnnotationTypes(java.util.List) - function in com.pspdfkit.configuration.rendering.PageRenderConfiguration.Builder
- Sets the list of annotations (by type) to be excluded from rendering.
- EXCLUSION - enum entry in com.pspdfkit.annotations.BlendMode
B(cb,cs) = cb+cs–2×cb×cs Produces an effect similar to that of the Difference mode but lower in contrast. Painting with white inverts the backdrop colour; painting with black produces no change.
- executeAction(com.pspdfkit.annotations.actions.Action) - function in com.pspdfkit.annotations.actions.ActionResolver
- Execute the given
action
. - executeAction(com.pspdfkit.annotations.actions.Action,com.pspdfkit.annotations.actions.ActionSender) - function in com.pspdfkit.annotations.actions.ActionResolver
- Execute the given
action
. - executeAction(com.pspdfkit.annotations.actions.Action) - function in com.pspdfkit.ui.PdfFragment
- Executes the given PDF
action
on the currently loaded document. - executeAction(com.pspdfkit.annotations.actions.Action,com.pspdfkit.annotations.actions.ActionSender) - function in com.pspdfkit.ui.PdfFragment
- Executes the given PDF
action
on the currently loaded document. - executeDocumentLevelScripts() - function in com.pspdfkit.javascript.JavaScriptProvider
- Loads and evaluates top level JavaScript scripts that are associated with the document.
- executeDocumentLevelScriptsAsync() - function in com.pspdfkit.javascript.JavaScriptProvider
- Loads and evaluates top level JavaScript scripts that are associated with the document, asynchronously.
- exitActiveAudioMode() - function in com.pspdfkit.ui.audio.AudioModeManager
- Leaves currently active audio mode (playback or recording).
- exitActiveMode() - function in com.pspdfkit.ui.special_mode.controller.base.SpecialModeController
- Exits any currently active mode (annotation editing, annotation creation, text selection).
- exitAudioPlaybackMode() - function in com.pspdfkit.ui.audio.AudioPlaybackController
- Leaves playback mode.
- exitAudioRecordingMode() - function in com.pspdfkit.ui.audio.AudioRecordingController
- Leaves recording mode and saves the recorded data.
- exitAudioRecordingMode(boolean) - function in com.pspdfkit.ui.audio.AudioRecordingController
- Leaves recording mode and saves the recorded data.
- exitCurrentlyActiveMode() - function in com.pspdfkit.ui.PdfFragment
- Exit any currently active mode on the document (annotation creation, annotation editing, text selection).
- exitCurrentState() - function in com.pspdfkit.jetpack.compose.interactors.DocumentState
- Reverts back to viewer from any other State.
- exitDocumentEditingMode() - function in com.pspdfkit.ui.PdfThumbnailGrid
- Exits document editing mode.
- EXPAND - enum entry in com.pspdfkit.utils.FreeTextAnnotationUtils.ScaleMode
The current size will expand but never shrink.
- EXPANDED - enum entry in com.pspdfkit.document.OutlineElementState
- Experimental - class in com.pspdfkit
- This annotation is placed on classes or methods that are still changing or might be removed in future versions.
- EXPERIMENTAL - enum entry in com.pspdfkit.annotations.stamps.PredefinedStampType
- ExperimentalPSPDFKitApi - class in com.pspdfkit.jetpack.compose.utilities
- Annotation used to indicate a member is part of an experimental PSPDFKit API.
- EXPIRED - enum entry in com.pspdfkit.annotations.stamps.PredefinedStampType
- EXPIRED - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.CertificateStatus
Either the certificate, the OCSP, or the CRL has expired. According to the spec, this is an invalid state (error).
- EXPIRED_BUT_VALID_IN_THE_PAST - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.CertificateStatus
Either the certificate, the OCSP, or the CRL has expired as of today but we have confidence that this certificate was valid in the past, when the signature was created. According to the specification, this is an indeterminate state (warning).
- EXPIRED_NO_POE - enum entry in com.pspdfkit.signatures.DigitalSignatureValidationResult.CertificateStatus
Either the certificate, the OCSP, or the CRL has expired but we don't have proof of existence (POE) of the digital signature. According to the specification, this is an indeterminate state (warning).
- EXPORT_FORMAT - enum entry in com.pspdfkit.annotations.actions.SubmitFormAction.SubmitFormActionFlag
If set, field names and values shall be submitted in HTML Form format. If not set, they shall be submitted in Forms Data format (FDF).
Meaningful only if the SUBMIT_PDF and XFDF flags are not set.
- exportDocumentJson(com.pspdfkit.document.PdfDocument,java.io.OutputStream) - function in com.pspdfkit.document.formatters.DocumentJsonFormatter
- Exports all (unsaved) changes to annotations, and form elements made since opening the given
document
into a JSON string. - exportDocumentJson(com.pspdfkit.document.PdfDocument,java.io.OutputStream,com.pspdfkit.instant.client.InstantJsonVersion) - function in com.pspdfkit.document.formatters.DocumentJsonFormatter
- See docs for exportDocumentJson This method also allows you to specify which Instant JSON format version to export.
- exportDocumentJsonAsync(com.pspdfkit.document.PdfDocument,java.io.OutputStream) - function in com.pspdfkit.document.formatters.DocumentJsonFormatter
- Asynchronously exports all (unsaved) changes to annotations, and form elements made since opening the given
document
into a JSON string. - exportDocumentJsonAsync(com.pspdfkit.document.PdfDocument,java.io.OutputStream,com.pspdfkit.instant.client.InstantJsonVersion) - function in com.pspdfkit.document.formatters.DocumentJsonFormatter
- See docs for exportDocumentJsonAsync This method also allows you to specify which Instant JSON format version to export.
- exportPages(android.content.Context,java.io.OutputStream,java.util.Set,com.pspdfkit.document.DocumentSaveOptions) - function in com.pspdfkit.document.editor.PdfDocumentEditor
- Exports selected pages to an output stream.
- exportSelectedPages(android.content.Context) - function in com.pspdfkit.ui.special_mode.controller.DocumentEditingController
- Exports selected pages into a separate document.
- EXTRACT - enum entry in com.pspdfkit.document.DocumentPermissions
(Security handlers of revision 2) Copy or otherwise extract text and graphics from the document, including extracting text and graphics (in support of accessibility to users with disabilities or for other purposes). (Security handlers of revision 3 or greater) Copy or otherwise extract text and graphics from the document by operations other than that controlled by bit 10.
- EXTRACT_ACCESSIBILITY - enum entry in com.pspdfkit.document.DocumentPermissions
(Security handlers of revision 3 or greater) Extract text and graphics (in support of accessibility to users with disabilities or for other purposes).
- extractAudioTrack() - function in com.pspdfkit.annotations.sound.AudioExtractor
- Extracts selected audio track as an EmbeddedAudioSource that can be set on .
- extractAudioTrackAsync() - function in com.pspdfkit.annotations.sound.AudioExtractor
- Extracts selected audio track as an EmbeddedAudioSource that can be set on , asynchronously.
- extractOptionsAndPath(java.lang.String) - function in com.pspdfkit.media.MediaLinkUtils
- Takes url in format [options]url and separates the two.