A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

W

w(java.lang.String,java.lang.String,kotlin.Array) - function in com.pspdfkit.utils.PdfLog
Logs a WARN log message.
w(java.lang.String,java.lang.Throwable,java.lang.String,kotlin.Array) - function in com.pspdfkit.utils.PdfLog
Logs a WARN log message.
w(java.lang.String,java.util.concurrent.Callable) - function in com.pspdfkit.utils.PdfLog
Logs a WARN log message.
WARNING - enum entry in com.pspdfkit.signatures.ValidationStatus

The signature is valid, but there are warnings that should be shown to the user.

wasClosedByBackButton() - function in com.pspdfkit.ui.inspector.contentediting.DefaultContentEditingInspectorController.ContentEditingPropertyInspector
 
wasClosedByCloseButton() - function in com.pspdfkit.ui.inspector.contentediting.DefaultContentEditingInspectorController.ContentEditingPropertyInspector
 
wasDocumentModified() - function in com.pspdfkit.signatures.DigitalSignatureValidationResult
Returns if there was any appending done to the document after this signature.
wasModified() - function in com.pspdfkit.document.PdfDocument
Returns true if this document was modified and should be saved to retain changes.
wasStarted() - function in com.pspdfkit.document.image.ImagePicker
Returns true if an image picker request (for gallery or camera) was started and is running or false if none has been started.
WATERMARK - enum entry in com.pspdfkit.annotations.AnnotationType
 
WavWriter - class in com.pspdfkit.annotations.sound
Allows you to write wav files from audio data.
WEB - enum entry in com.pspdfkit.media.MediaUri.UriType

Web location.

WEBKIT_HTML_CONVERSION - enum entry in com.pspdfkit.LicenseFeature

WebKit-based HTML-to-PDF conversion.

WELSH - enum entry in com.pspdfkit.document.processor.ocr.OcrLanguage

Welsh language (en) selector for OCR processing. Use this value with performOcrOnPages when performing text detection for Welsh documents. When using this value, make sure you have the Welsh OCR language pack added to your app, by adding the com.pspdfkit:pspdfkit-ocr-welsh dependency inside your build.gradle file:


final String pspdfkit_version = {@value com.pspdfkit.PSPDFKit#VERSION};
dependencies {
    implementation "com.pspdfkit:pspdfkit-ocr:$pspdfkit_version"
    implementation "com.pspdfkit:pspdfkit-ocr-welsh:$pspdfkit_version"
}
WHOLE - enum entry in com.pspdfkit.annotations.measurements.MeasurementPrecision

For example: "1"

WHOLE_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 in"

WIDGET - enum entry in com.pspdfkit.annotations.AnnotationType

Widget (includes PDF Forms)

WidgetAnnotation - class in com.pspdfkit.annotations
Represents the appearance of a field in interactive forms.
withAppearanceStreamGenerator(com.pspdfkit.annotations.appearance.AppearanceStreamGenerator) - function in com.pspdfkit.annotations.stamps.StampPickerItem.Builder
Sets appearance stream generator that replaces default stamp appearance.
withDateTimeSubtitle(boolean,boolean) - function in com.pspdfkit.annotations.stamps.StampPickerItem.Builder
Method for conveniently setting stamp subtitle to date, time or date-time string.
withMargins(android.graphics.RectF) - function in com.pspdfkit.document.processor.NewPage.Builder
Sets page margins in PDF points.
withMetadata(java.util.HashMap) - function in com.pspdfkit.document.processor.PdfProcessorTask
Sets metadata for the output document.
withName(android.content.Context,java.lang.String) - function in com.pspdfkit.signatures.storage.DatabaseSignatureStorage
Creates a new DatabaseSignatureStorage with provided database name.
withPageItem(com.pspdfkit.document.processor.PageCanvas) - function in com.pspdfkit.document.processor.NewPage.Builder
Merges content of canvas drawing to this page.
withPageItem(com.pspdfkit.document.processor.PageImage) - function in com.pspdfkit.document.processor.NewPage.Builder
Adds an image to this page.
withPageItem(com.pspdfkit.document.processor.PagePdf) - function in com.pspdfkit.document.processor.NewPage.Builder
Merges content of another PDF page to this page.
withSize(float) - function in com.pspdfkit.annotations.stamps.StampPickerItem.BitmapStampBuilder
Sets default stamp size in pdf points.
withSize(float,float) - function in com.pspdfkit.annotations.stamps.StampPickerItem.BitmapStampBuilder
Sets default stamp width and height in pdf points.
withSize(float) - function in com.pspdfkit.annotations.stamps.StampPickerItem.Builder
Sets default stamp size in pdf points.
withSize(float,float) - function in com.pspdfkit.annotations.stamps.StampPickerItem.Builder
Sets default stamp width and height in pdf points.
withSubtitle(java.lang.String) - function in com.pspdfkit.annotations.stamps.StampPickerItem.Builder
Sets text displayed in second line of the stamp.
withTextColor(java.lang.Integer) - function in com.pspdfkit.annotations.stamps.StampPickerItem.Builder
Sets text color of the stamp.
withTitle(java.lang.String) - function in com.pspdfkit.annotations.stamps.StampPickerItem.Builder
Sets custom text that replaces the default stamp text.
withWritingStrategy(com.pspdfkit.document.providers.WritingStrategy) - function in com.pspdfkit.document.providers.OutputStreamAdapter.Builder
Sets the WritingStrategy that will be used by the OutputStreamAdapter.
WITNESS - enum entry in com.pspdfkit.annotations.stamps.PredefinedStampType
 
WritableDataProvider - class in com.pspdfkit.document.providers
WritableDataProvider is an interface which should be implemented by any DataProvider that should support saving PDF documents.
WritableDataProvider.WriteMode - class in com.pspdfkit.document.providers.WritableDataProvider
Describes possible write modes for the output.
write(kotlin.Array) - function in com.pspdfkit.document.providers.ContentResolverDataProvider
Called by PSPDFKit to write data to the document.
write(kotlin.Array) - function in com.pspdfkit.document.providers.DirectWritingStrategy
Called by the OutputStreamAdapter with the data that should be written.
write(kotlin.Array) - function in com.pspdfkit.document.providers.OutputStreamAdapter
 
write(int) - function in com.pspdfkit.document.providers.OutputStreamAdapter
 
write(kotlin.Array) - function in com.pspdfkit.document.providers.TempFileWritingStrategy
Called by the OutputStreamAdapter with the data that should be written.
write(kotlin.Array) - function in com.pspdfkit.document.providers.WritableDataProvider
Called by PSPDFKit to write data to the document.
write(kotlin.Array) - function in com.pspdfkit.document.providers.WritingStrategy
Called by the OutputStreamAdapter with the data that should be written.
WRITE_FAILED - enum entry in com.pspdfkit.instant.exceptions.InstantErrorCode

The loaded data could not be written to disk. This can happen simply because the disk is full.

writeToDataProvider(kotlin.Array) - function in com.pspdfkit.document.providers.OutputStreamAdapter
Call this from your WritingStrategy to actually write to the .
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.annotations.appearance.AssetAppearanceStreamGenerator
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.annotations.appearance.ContentResolverAppearanceStreamGenerator
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.annotations.stamps.StampPickerItem
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.annotations.stamps.StampType
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.datastructures.Range
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.datastructures.TextSelection
 
writeToParcel(android.os.Parcel,java.lang.Integer) - function in com.pspdfkit.datastructures.TextSelectionRectangles
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.document.processor.ComparisonDocument
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.document.providers.AssetDataProvider
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.document.providers.ContentResolverDataProvider
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.media.MediaUri
 
writeToParcel(android.os.Parcel,java.lang.Integer) - function in com.pspdfkit.signatures.DigitalSignatureMetadata
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.signatures.DigitalSignatureValidationResult
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.signatures.SignatureAppearance.SignatureGraphic
 
writeToParcel(android.os.Parcel,java.lang.Integer) - function in com.pspdfkit.signatures.timestamp.TimestampData
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.ui.DocumentDescriptor
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.ui.navigation.NavigationBackStack
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.ui.navigation.NavigationBackStack.NavigationItem
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.ui.special_mode.controller.AnnotationToolVariant
 
writeToParcel(android.os.Parcel,int) - function in com.pspdfkit.utils.Size
 
writeToStream(java.io.OutputStream) - function in com.pspdfkit.annotations.sound.WavWriter
Writes the WAV data to output stream.
writeToStream(java.io.OutputStream) - function in com.pspdfkit.document.files.EmbeddedFile
Writes the complete contents of this file to the specified output stream.
writeToStreamAsync(java.io.OutputStream) - function in com.pspdfkit.document.files.EmbeddedFile
Writes the complete contents of this file to the specified output stream, asynchronously.
writeXfdf(com.pspdfkit.document.PdfDocument,java.util.List,java.util.List,java.io.OutputStream,java.lang.Boolean) - function in com.pspdfkit.document.formatters.XfdfFormatter
Generates an XFDF file out of provided annotations and form fields and writes the output to the given output stream.
writeXfdf(com.pspdfkit.document.PdfDocument,java.util.List,java.util.List,java.io.OutputStream) - function in com.pspdfkit.document.formatters.XfdfFormatter
Generates an XFDF file out of provided annotations and form fields and writes the output to the given output stream.
writeXfdfAsync(com.pspdfkit.document.PdfDocument,java.util.List,java.util.List,java.io.OutputStream,java.lang.Boolean) - function in com.pspdfkit.document.formatters.XfdfFormatter
Generates an XFDF file out of provided annotations and form fields and writes the output to the given output stream.
writeXfdfAsync(com.pspdfkit.document.PdfDocument,java.util.List,java.util.List,java.io.OutputStream) - function in com.pspdfkit.document.formatters.XfdfFormatter
Generates an XFDF file out of provided annotations and form fields and writes the output to the given output stream.
WritingStrategy - class in com.pspdfkit.document.providers
WritingStrategy is used by the OutputStreamAdapter to determine how writing to the WritableDataProvider is handled.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z