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

A

addAll() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.PageRanges
Adds a page range representing all pages.
addAllFrom(int) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.PageRanges
Adds a page range from start page index to the last page.
addAsset(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.combinepdf.CombinePDFParams.Builder
Adds an Asset to combine.
addAsset(Asset, PageRanges) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.combinepdf.CombinePDFParams.Builder
Adds an Asset with PageRangesto combine.
addCharInfo(Boolean) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams.Builder
Boolean specifying whether to add character level bounding boxes to output json
addElementsToExtract(List<ExtractElementType>) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams.Builder
Adds ExtractElementType to the list of elements to be extracted.
addElementsToExtractRenditions(List<ExtractRenditionsElementType>) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams.Builder
Adds ExtractRenditionsElementType to the list of elements to be extracted.
addElementToExtract(ExtractElementType) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams.Builder
Adds an ExtractElementType to the list of elements to be extracted.
addElementToExtractRenditions(ExtractRenditionsElementType) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams.Builder
addFragment(JSONObject) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.Fragments
To add JsonObject into the fragments list.
addFragments(List<JSONObject>) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.Fragments
To add List of JsonObject into the fragments list.
addGetStylingInfo(Boolean) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams.Builder
Boolean specifying whether to add styling information to output json
addItem(AppearanceItem) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.AppearanceOptions
Add the appearance items to the set.
addPagesForReplace(Asset, PageRanges, Integer) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.replacepages.ReplacePagesParams.Builder
Adds the specified pages of the input PDF file to be replaced at the specified page of the base PDF file
addPagesForReplace(Asset, Integer) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.replacepages.ReplacePagesParams.Builder
Adds all the pages of the input PDF file to be replaced at the specified page of the base PDF file.
addPagesToInsertAt(Asset, PageRanges, Integer) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.insertpages.InsertPagesParams.Builder
Adds the specified pages of the input PDF file to be inserted at the specified page of the base PDF file
addPagesToInsertAt(Asset, Integer) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.insertpages.InsertPagesParams.Builder
Adds all the pages of the input PDF file to be inserted at the specified page of the base PDF file.
addPermission(Permission) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permissions
Adds a document Permission in the permissions set.
addRange(int, int) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.PageRanges
Adds a page range.
addSinglePage(int) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.PageRanges
Adds a single page.
addTableStructureFormat(TableStructureType) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams.Builder
Adds the TableStructureType for table renditions
AES_128 - com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.EncryptionAlgorithm
Represents AES-128 encryption algorithm
AES_256 - com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.EncryptionAlgorithm
Represents AES-256 encryption algorithm
AI - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents ai mime type.
algorithm - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.EncryptionSettings
 
ALL_CONTENT - com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.ContentEncryption
Encrypts all the content of the PDF file
ALL_CONTENT_EXCEPT_METADATA - com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.ContentEncryption
Encrypts all the content except the metadata of the PDF file
Angle - Enum in com.adobe.pdfservices.operation.pdfjobs.params.rotatepages
Supported rotation angle values for RotatePagesJob
AppearanceItem - Enum in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Supported elements to represent electronic seal required for AppearanceOptions.
AppearanceOptions - Class in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Parameters specifying set of elements (i.e.
AppearanceOptions() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.AppearanceOptions
Creates a new AppearanceOptions instance.
Asset - Interface in com.adobe.pdfservices.operation.io
This interface represents the basic contract for the assets to be used with PDFServicesJob.
assistiveTechnology - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
 
AutotagPDFJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that creates PDF documents with enhanced readability from existing PDF documents.
AutotagPDFJob(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.AutotagPDFJob
Constructs a new AutotagPDFJob instance with input asset.
AutotagPDFParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.autotag
Parameters for creating a tagged PDF using AutotagPDFJob.
AutotagPDFParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.autotag
Builds an AutotagPDFParams instance.
autotagPDFParamsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.autotag.AutotagPDFParams
Creates a new instance of AutotagPDFParams.Builder.
AutotagPDFResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of AutotagPDFJob.
AutotagPDFResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.AutotagPDFResult
Constructs a new AutotagPDFResult instance with the tagged PDF asset.
AutotagPDFResult(Asset, Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.AutotagPDFResult
Constructs a new AutotagPDFResult instance with the tagged PDF asset and report asset.

B

BG_BG - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Bulgarian (Bulgaria)" locale
BG_BG - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Bulgarian (Bulgaria)" locale
BG_BG - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Bulgarian (Bulgaria)" locale
BG_BG - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Bulgarian (Bulgaria)" locale
BG_BG - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Bulgarian (Bulgaria)" locale
bitLength - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.EncryptionSettings
 
BLOB - com.adobe.pdfservices.operation.io.ExternalStorageType
Represents Blob storage.
BMP - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents bmp mime type.
build() - Method in class com.adobe.pdfservices.operation.config.ClientConfig.Builder
Returns a new ClientConfig instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig.Builder
Returns a new ProxyServerConfig instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.autotag.AutotagPDFParams.Builder
Returns a new AutotagPDFParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.combinepdf.CombinePDFParams.Builder
Returns a new CombinePDFParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.compresspdf.CompressPDFParams.Builder
Returns a new CompressPDFParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.CreatePDFFromExcelParams.Builder
Returns a new CreatePDFFromExcelParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.CreatePDFFromPPTParams.Builder
Returns a new CreatePDFFromPPTParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.CreatePDFFromWordParams.Builder
Returns a new CreatePDFFromWordParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.DocumentMergeParams.Builder
Returns a new DocumentMergeParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCCredential.Builder
Returns a new CSCCredential instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldOptions.Builder
Returns a new FieldOptions instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams.Builder
Returns a new PDFElectronicSealParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFParams.Builder
Returns a new ExportPDFParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesParams.Builder
Returns a new ExportPDFToImagesParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams.Builder
Returns a new ExtractPDFParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.HTMLToPDFParams.Builder
Returns a new HTMLToPDFParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.insertpages.InsertPagesParams.Builder
Returns a new InsertPagesParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRParams.Builder
Returns a new OCRParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties.PDFPropertiesParams.Builder
Returns a new PDFPropertiesParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.PasswordProtectParams.Builder
Returns a new PasswordProtectParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.reorderpages.ReorderPagesParams.Builder
Returns a new ReorderPagesParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.replacepages.ReplacePagesParams.Builder
Returns a new ReplacePagesParams instance built from the current state of this builder.
build() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.RotatePagesParams.Builder
Returns a new RotatePagesParams instance built from the current state of this builder.
builder() - Static method in class com.adobe.pdfservices.operation.config.ClientConfig
Creates a new ClientConfig builder.
builder() - Static method in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig
Creates a new ProxyServerConfig builder.
Builder() - Constructor for class com.adobe.pdfservices.operation.config.ClientConfig.Builder
Constructs a Builder instance.
Builder() - Constructor for class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig.Builder
Constructs a Builder instance.
Builder() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.autotag.AutotagPDFParams.Builder
Constructs a AutotagPDFParams.Builder instance.
Builder() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.combinepdf.CombinePDFParams.Builder
Constructs a CompressPDFParams.Builder instance.
Builder() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.compresspdf.CompressPDFParams.Builder
Constructs a CompressPDFParams.Builder instance.
Builder() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.CreatePDFFromExcelParams.Builder
Constructs a CreatePDFFromExcelParamsBuilder instance.
Builder() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.CreatePDFFromPPTParams.Builder
Constructs a CreatePDFFromPPTParams.Builder instance.
Builder() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.CreatePDFFromWordParams.Builder
Constructs a CreatePDFFromWordParams.Builder instance.
Builder() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.DocumentMergeParams.Builder
Constructs a CompressPDFParams.Builder instance.
Builder() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.HTMLToPDFParams.Builder
Constructs a Builder instance.
Builder() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRParams.Builder
Constructs a OCRParams.Builder instance.
Builder() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.PasswordProtectParams.Builder
Constructs a Builder instance.
Builder() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.RotatePagesParams.Builder
Constructs a RotatePagesParams.Builder instance.
Builder(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.insertpages.InsertPagesParams.Builder
Constructs a Builder instance.
Builder(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.replacepages.ReplacePagesParams.Builder
Constructs a ReplacePagesParams.Builder instance.
Builder(Asset, PageRanges) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.reorderpages.ReorderPagesParams.Builder
Constructs a Builder instance.
Builder(CertificateCredentials, FieldOptions) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams.Builder
Constructs a Builder instance.
Builder(ExportPDFTargetFormat) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFParams.Builder
Constructs a Builder instance.
Builder(ExportPDFToImagesTargetFormat, ExportPDFToImagesOutputType) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesParams.Builder
Constructs a Builder instance.
Builder(String) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldOptions.Builder
Constructs a Builder instance.

C

CA_CA - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Catalan (Canada)" locale
CA_CA - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Catalan (Canada)" locale
CA_CA - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Catalan (Canada)" locale
CA_CA - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Catalan (Canada)" locale
CA_CA - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Catalan (Canada)" locale
CALLBACK - com.adobe.pdfservices.operation.config.notifier.NotifierType
Callback notifier type.
CallbackNotifierData - Class in com.adobe.pdfservices.operation.config.notifier
Represents the configuration for the notifier data.
CallbackNotifierData(String) - Constructor for class com.adobe.pdfservices.operation.config.notifier.CallbackNotifierData
Constructs an instance of CallbackNotifierData using a callback url.
CallbackNotifierData(String, Map<String, String>) - Constructor for class com.adobe.pdfservices.operation.config.notifier.CallbackNotifierData
Constructs an instance of CallbackNotifierData using a callback url and headers.
CertificateCredentials - Class in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
This marker class represents the basic contract for all the credential options to be used for applying PDF Electronic Seal by PDFElectronicSealParams.
ClientConfig - Class in com.adobe.pdfservices.operation.config
Encapsulates the API request configurations.
ClientConfig() - Constructor for class com.adobe.pdfservices.operation.config.ClientConfig
 
ClientConfig.Builder - Class in com.adobe.pdfservices.operation.config
Builds a ClientConfig instance.
CloudAsset - Class in com.adobe.pdfservices.operation.io
This class represents an asset stored in Adobe internal storage.
CloudAsset(String) - Constructor for class com.adobe.pdfservices.operation.io.CloudAsset
Constructs an instance of CloudAsset.
CloudAsset(String, String) - Constructor for class com.adobe.pdfservices.operation.io.CloudAsset
Constructs an instance of CloudAsset.
com.adobe.pdfservices.operation - package com.adobe.pdfservices.operation
Contains the classes and sub-packages for various PDF Services Jobs.
com.adobe.pdfservices.operation.auth - package com.adobe.pdfservices.operation.auth
Contains the classes for all types of credentials supported by PDF Services API.
com.adobe.pdfservices.operation.config - package com.adobe.pdfservices.operation.config
Contains the classes for configuring the PDF Services SDK.
com.adobe.pdfservices.operation.config.notifier - package com.adobe.pdfservices.operation.config.notifier
Contains the classes for configuring notification while submitting PDF Services Jobs.
com.adobe.pdfservices.operation.config.proxy - package com.adobe.pdfservices.operation.config.proxy
Contains the classes for proxy configurations used in PDF Services SDK.
com.adobe.pdfservices.operation.exception - package com.adobe.pdfservices.operation.exception
Contains the classes for various exceptions that can be thrown by a PDFServicesJob.
com.adobe.pdfservices.operation.io - package com.adobe.pdfservices.operation.io
Contains the classes for providing input or receiving the output of PDFServicesJob.
com.adobe.pdfservices.operation.pdfjobs - package com.adobe.pdfservices.operation.pdfjobs
Contains the classes for operations that generate or transform PDF files.
com.adobe.pdfservices.operation.pdfjobs.jobs - package com.adobe.pdfservices.operation.pdfjobs.jobs
Contains implementation classes and sub-packages for PDFServicesJob.
com.adobe.pdfservices.operation.pdfjobs.params - package com.adobe.pdfservices.operation.pdfjobs.params
Contains the param classes and sub-packages for PDFServicesJob implementations in the com.adobe.pdfservices.operation.pdfjobs.jobs package.
com.adobe.pdfservices.operation.pdfjobs.params.autotag - package com.adobe.pdfservices.operation.pdfjobs.params.autotag
Contains the param classes for AutotagPDFJob.
com.adobe.pdfservices.operation.pdfjobs.params.combinepdf - package com.adobe.pdfservices.operation.pdfjobs.params.combinepdf
Contains the param classes for CombinePDFJob.
com.adobe.pdfservices.operation.pdfjobs.params.compresspdf - package com.adobe.pdfservices.operation.pdfjobs.params.compresspdf
Contains the param classes for CompressPDFJob.
com.adobe.pdfservices.operation.pdfjobs.params.createpdf - package com.adobe.pdfservices.operation.pdfjobs.params.createpdf
Contains the param classes for CreatePDFJob.
com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel - package com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel
Contains the classes for the parameters used in the Create PDF Job from Excel.
com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt - package com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt
Contains the classes for the parameters used in the Create PDF Job from PPT.
com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word - package com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word
Contains the classes for the parameters used in the Create PDF Job from Word.
com.adobe.pdfservices.operation.pdfjobs.params.deletepages - package com.adobe.pdfservices.operation.pdfjobs.params.deletepages
Contains the param classes for DeletePagesJob.
com.adobe.pdfservices.operation.pdfjobs.params.documentmerge - package com.adobe.pdfservices.operation.pdfjobs.params.documentmerge
Contains the param classes for DocumentMergeJob.
com.adobe.pdfservices.operation.pdfjobs.params.electronicseal - package com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Contains the param classes for PDFElectronicSealJob.
com.adobe.pdfservices.operation.pdfjobs.params.exportpdf - package com.adobe.pdfservices.operation.pdfjobs.params.exportpdf
Contains the param classes for ExportPDFJob.
com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages - package com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages
Contains the param classes for ExportPDFToImagesJob.
com.adobe.pdfservices.operation.pdfjobs.params.extractpdf - package com.adobe.pdfservices.operation.pdfjobs.params.extractpdf
Contains the param classes for ExtractPDFJob.
com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf - package com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf
Contains the param classes for HTMLToPDFJob.
com.adobe.pdfservices.operation.pdfjobs.params.insertpages - package com.adobe.pdfservices.operation.pdfjobs.params.insertpages
Contains the param classes for InsertPagesPDFJob.
com.adobe.pdfservices.operation.pdfjobs.params.ocr - package com.adobe.pdfservices.operation.pdfjobs.params.ocr
Contains the param classes for OCRJob.
com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties - package com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties
Contains the param classes for PDFPropertiesJob.
com.adobe.pdfservices.operation.pdfjobs.params.protectpdf - package com.adobe.pdfservices.operation.pdfjobs.params.protectpdf
Contains the param classes for ProtectPDFJob.
com.adobe.pdfservices.operation.pdfjobs.params.removeprotection - package com.adobe.pdfservices.operation.pdfjobs.params.removeprotection
Contains the param classes for RemoveProtectionJob.
com.adobe.pdfservices.operation.pdfjobs.params.reorderpages - package com.adobe.pdfservices.operation.pdfjobs.params.reorderpages
Contains the param classes for ReorderPagesPDFJob.
com.adobe.pdfservices.operation.pdfjobs.params.replacepages - package com.adobe.pdfservices.operation.pdfjobs.params.replacepages
Contains the param classes for ReplacePagesPDFJob.
com.adobe.pdfservices.operation.pdfjobs.params.rotatepages - package com.adobe.pdfservices.operation.pdfjobs.params.rotatepages
Contains the param classes for RotatePagesJob.
com.adobe.pdfservices.operation.pdfjobs.params.splitpdf - package com.adobe.pdfservices.operation.pdfjobs.params.splitpdf
Contains the param classes for SplitPDFJob.
com.adobe.pdfservices.operation.pdfjobs.result - package com.adobe.pdfservices.operation.pdfjobs.result
Contains the result classes and sub-packages for PDFServicesJob implementations in the com.adobe.pdfservices.operation.pdfjobs.jobs package.
com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties - package com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties
Contains the result classes used in PDF Properties Result.
CombinePDFJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that combines multiple PDF files into a single PDF file.
CombinePDFJob(CombinePDFParams) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.CombinePDFJob
Constructs a new CombinePDFJob instance.
CombinePDFParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.combinepdf
Parameters for combining PDFs using CombinePDFJob.
CombinePDFParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.combinepdf
Builds a CombinePDFParams instance.
combinePDFParamsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.combinepdf.CombinePDFParams
Creates a new instance of CombinePDFParams.Builder.
CombinePDFResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of CombinePDFJob.
CombinePDFResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.CombinePDFResult
Constructs a new CombinePDFResult instance
commenting - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
 
CompressionLevel - Enum in com.adobe.pdfservices.operation.pdfjobs.params.compresspdf
Supported compression levels for CompressPDFJob
CompressPDFJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that reduces the size of a PDF file.
CompressPDFJob(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.CompressPDFJob
Constructs a new CompressPDFJob instance.
CompressPDFParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.compresspdf
Parameters for reducing file size of a pdf using CompressPDFJob.
CompressPDFParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.compresspdf
Builds a CompressPDFParams instance.
compressPDFParamsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.compresspdf.CompressPDFParams
CompressPDFResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of CompressPDFJob.
CompressPDFResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.CompressPDFResult
Constructs a new CompressPDFResult instance
containsEmbeddedFiles() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a boolean specifying whether the specified PDF file contains any embedded files.
containsImages() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Content
Returns a boolean specifying whether the content has any images.
containsImagesOnly() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Content
Returns a boolean specifying whether the content consists only images.
containsText() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Content
Returns a boolean specifying whether the content has any text.
Content - Class in com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties
This class provides information about the content of the specified PDF file, such as number of images, textual content etc.
Content() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Content
 
ContentEncryption - Enum in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf
Supported types of content to encrypt for ProtectPDFJob
COPY_CONTENT - com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permission
Enables copying of content from the PDF document
copying - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
 
CreatePDFFromExcelParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel
 
CreatePDFFromExcelParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel
 
CreatePDFFromPPTParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt
 
CreatePDFFromPPTParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt
 
CreatePDFFromWordParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word
 
CreatePDFFromWordParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word
 
CreatePDFJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that converts a non-PDF file to a PDF file.
CreatePDFJob(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.CreatePDFJob
Constructs a new CreatePDFJob instance.
CreatePDFParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.createpdf
Marker base class for CreatePDFJob params.
CreatePDFResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of CreatePDFJob.
CreatePDFResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.CreatePDFResult
Constructs a new CreatePDFResult instance
credentials - Variable in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig.Builder
 
Credentials - Interface in com.adobe.pdfservices.operation.auth
This interface represents the basic contract for the credentials to be used with PDFServices.
CS_CZ - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Czech (Czech Republic)" locale
CS_CZ - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Czech (Czech Republic)" locale
CS_CZ - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Czech (Czech Republic)" locale
CS_CZ - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Czech (Czech Republic)" locale
CS_CZ - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Czech (Czech Republic)" locale
CSCAuthContext - Class in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Parameters for representing CSC authorization context.
CSCAuthContext(String) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCAuthContext
Creates a new CSCAuthContext instance, default value of token type is set as "Bearer".
CSCAuthContext(String, String) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCAuthContext
Creates a new CSCAuthContext instance.
CSCCredential - Class in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Parameters for representing the CSC Provider based credentials as a subtype for CertificateCredentials.
CSCCredential.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Builds a CSCCredential instance.
cscCredentialBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CertificateCredentials
Create a new CSCCredential builder.
CSV - com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.TableStructureType
CSV Format
CSV - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents csv mime type.

D

DA_DK - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Danish (Denmark)" locale
DA_DK - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Danish (Denmark)" locale
DA_DK - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Danish (Denmark)" locale
DA_DK - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Danish (Denmark)" locale
DA_DK - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Danish (Denmark)" locale
DATE - com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.AppearanceItem
Represents the date of applying electronic seal.
DE_CH - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "German (Switzerland)" locale
DE_CH - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "German (Switzerland)" locale
DE_CH - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "German (Switzerland)" locale
DE_CH - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "German (Switzerland)" locale
DE_CH - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "German (Switzerland)" locale
DE_DE - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "German (Germany)" locale
DE_DE - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "German (Germany)" locale
DE_DE - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "German (Germany)" locale
DE_DE - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "German (Germany)" locale
DE_DE - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "German (Germany)" locale
DEFAULT_ERROR_CODE - Variable in exception com.adobe.pdfservices.operation.exception.ServiceApiException
the default value of error code if there is no error code for this service failure.
DEFAULT_ERROR_CODE - Variable in exception com.adobe.pdfservices.operation.exception.ServiceUsageException
the default value of error code if there is no error code for this service failure.
DEFAULT_STATUS_CODE - Variable in exception com.adobe.pdfservices.operation.exception.ServiceApiException
the default value of status code if there is no status code for this service failure.
DEFAULT_STATUS_CODE - Variable in exception com.adobe.pdfservices.operation.exception.ServiceUsageException
the default value of status code if there is no status code for this service failure.
deleteAsset(Asset) - Method in class com.adobe.pdfservices.operation.PDFServices
Deletes asset from PDF Services storage.
DeletePagesJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job to delete pages in a PDF file.
DeletePagesJob(Asset, DeletePagesParams) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.DeletePagesJob
Constructs a new DeletePagesJob instance.
DeletePagesParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.deletepages
Parameters for deleting pages from a pdf using DeletePagesJob.
DeletePagesParams(PageRanges) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.deletepages.DeletePagesParams
Creates an instance of DeletePagesParams with the given PageRanges.
DeletePagesResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of DeletePagesJob.
DeletePagesResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.DeletePagesResult
Constructs a new DeletePagesResult instance
DISTINGUISHED_NAME - com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.AppearanceItem
Represents the distinguished name information of certificate.
DOC - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFTargetFormat
Represents "application/msword" media type
DOC - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents msword mime type.
Document - Class in com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties
This class provides information about the document level properties of the specified PDF file, such as tags, fonts, PDF Version etc.
Document() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
 
documentAssembly - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
 
DocumentLanguage - Enum in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel
Supported locales for CreatePDFJob
DocumentLanguage - Enum in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt
Supported locales for CreatePDFJob
DocumentLanguage - Enum in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word
Supported locales for CreatePDFJob
DocumentLevelPermission - Enum in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
A mapping of Document Level Permission used in PDFElectronicSealParams.
DocumentMergeJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that enables the clients to produce high fidelity PDF and Word documents with dynamic data inputs.
DocumentMergeJob(Asset, DocumentMergeParams) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.DocumentMergeJob
Constructs a new DocumentMergeJob instance.
DocumentMergeParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge
Parameters for document generation using DocumentMergeJob.
DocumentMergeParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge
Builds a DocumentMergeParams instance.
documentMergeParamsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.DocumentMergeParams
DocumentMergeResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of DocumentMergeJob.
DocumentMergeResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.DocumentMergeResult
Constructs a new DocumentMergeResult instance
DOCX - com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.OutputFormat
Represents "application/vnd.openxmlformats-officedocument.wordprocessingml.document" media type
DOCX - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFTargetFormat
Represents "application/vnd.openxmlformats-officedocument.wordprocessingml.document" media type
DOCX - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents docx mime type.
DONE - com.adobe.pdfservices.operation.PDFServicesJobStatus
Represents completed status
DROPBOX - com.adobe.pdfservices.operation.io.ExternalStorageType
Represents Dropbox storage.

E

EDIT_ANNOTATIONS - com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permission
Enables additions of comments, digital signatures and filling in of forms in a PDF document
EDIT_CONTENT - com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permission
Enables all the editing permissions in the PDF document except commenting and page extraction
EDIT_DOCUMENT_ASSEMBLY - com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permission
Enables insertion, deletion and rotation of pages in a PDF document
EDIT_FILL_AND_SIGN_FORM_FIELDS - com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permission
Enables filling in of forms, digital signature and creation of template pages in a PDF document
editing - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
 
EL_GR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Greek (Greece)" locale
EL_GR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Greek (Greece)" locale
EL_GR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Greek (Greece)" locale
EL_GR - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Greek (Greece)" locale
EL_GR - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Greek (Greece)" locale
EN_GB - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "English (United Kingdom)" locale
EN_GB - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "English (United Kingdom)" locale
EN_GB - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "English (United Kingdom)" locale
EN_GB - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "English (United Kingdom)" locale
EN_GB - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "English (United Kingdom)" locale
EN_US - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "English (United States)" locale.
EN_US - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "English (United States)" locale.
EN_US - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "English (United States)" locale.
EN_US - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "English (United States)" locale.
EN_US - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "English (United States)" locale.
encryptAttachmentsOnly - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.EncryptionSettings
 
EncryptionAlgorithm - Enum in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf
Supported encryption algorithms for ProtectPDFJob
encryptionSettings - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.SecuritySettings
 
EncryptionSettings - Class in com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties
This class provides information about the encryption settings of the specified PDF file, such as user and owner passwords, encryption algorithm etc.
EncryptionSettings() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.EncryptionSettings
 
encryptMetadata - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.EncryptionSettings
 
ES_ES - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Spanish (Spain)" locale
ES_ES - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Spanish (Spain)" locale
ES_ES - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Spanish (Spain)" locale
ES_ES - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Spanish (Spain)" locale
ES_ES - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Spanish (Spain)" locale
ET_EE - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Estonian (Estonia)" locale
ET_EE - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Estonian (Estonia)" locale
ET_EE - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Estonian (Estonia)" locale
ET_EE - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Estonian (Estonia)" locale
ET_EE - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Estonian (Estonia)" locale
EU - com.adobe.pdfservices.operation.Region
Represents Europe region
EU_ES - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Basque (Spain)" locale
excelParamsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.CreatePDFParams
ExportOCRLocale - Enum in com.adobe.pdfservices.operation.pdfjobs.params.exportpdf
Supported locales for ExportPDFJob
ExportPDFJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job which exports a source PDF file to a supported format specified by ExportPDFTargetFormat.
ExportPDFJob(Asset, ExportPDFParams) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.ExportPDFJob
Constructs a new ExportPDFJob instance.
ExportPDFParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.exportpdf
Parameters for exporting a source PDF file to a supported format using ExportPDFJob.
ExportPDFParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.exportpdf
Builds an ExportPDFParams instance.
exportPDFParamsBuilder(ExportPDFTargetFormat) - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFParams
ExportPDFResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of ExportPDFJob.
ExportPDFResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.ExportPDFResult
Constructs a new ExportPDFResult instance
ExportPDFTargetFormat - Enum in com.adobe.pdfservices.operation.pdfjobs.params.exportpdf
Supported target formats for ExportPDFJob
ExportPDFToImagesJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job which exports a source PDF file to a supported format specified by ExportPDFToImagesTargetFormat.
ExportPDFToImagesJob(Asset, ExportPDFToImagesParams) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.ExportPDFToImagesJob
Constructs a new ExportPDFToImagesJob instance.
ExportPDFToImagesOutputType - Enum in com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages
List of supported outputTypes for ExportPDFToImagesJob.
ExportPDFToImagesParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages
Parameters for exporting a source PDF file to images using ExportPDFToImagesJob.
ExportPDFToImagesParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages
Builds an ExportPDFToImagesParams instance.
exportPDFToImagesParamsBuilder(ExportPDFToImagesTargetFormat, ExportPDFToImagesOutputType) - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesParams
ExportPDFToImagesResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of ExportPDFToImagesJob.
ExportPDFToImagesResult(List<Asset>) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.ExportPDFToImagesResult
Constructs a new ExportPDFToImagesResult instance
ExportPDFToImagesTargetFormat - Enum in com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages
Supported target formats for ExportPDFToImagesJob.
ExternalAsset - Class in com.adobe.pdfservices.operation.io
This class represents an asset stored in an external storage.
ExternalAsset(String) - Constructor for class com.adobe.pdfservices.operation.io.ExternalAsset
Constructs an instance of ExternalAsset.
ExternalAsset(String, ExternalStorageType) - Constructor for class com.adobe.pdfservices.operation.io.ExternalAsset
Constructs an instance of ExternalAsset.
ExternalStorageType - Enum in com.adobe.pdfservices.operation.io
Supported External storage type to be used with ExternalAsset.
ExtractElementType - Enum in com.adobe.pdfservices.operation.pdfjobs.params.extractpdf
Supported inputs for Elements to Extract ExtractPDFJob
ExtractPDFJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that extracts pdf elements such as text, images, tables in a structured format from a PDF.
ExtractPDFJob(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.ExtractPDFJob
Constructs a new ExtractPDFJob instance.
ExtractPDFParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.extractpdf
Parameters to extract content from PDF using ExtractPDFJob.
ExtractPDFParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.extractpdf
Static Builder class for Extract PDF Params
extractPDFParamsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams
ExtractPDFResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of ExtractPDFJob.
ExtractPDFResult(Asset, Asset, JSONObject) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.ExtractPDFResult
Constructs a new ExtractPDFResult instance with result content asset, resource asset and resource JSON object
ExtractRenditionsElementType - Enum in com.adobe.pdfservices.operation.pdfjobs.params.extractpdf
Supported inputs for Renditions To Extract ExtractPDFJob

F

FAILED - com.adobe.pdfservices.operation.PDFServicesJobStatus
Represents failed status
FI_FI - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Finnish (Finland)" locale
FI_FI - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Finnish (Finland)" locale
FI_FI - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Finnish (Finland)" locale
FI_FI - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Finnish (Finland)" locale
FI_FI - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Finnish (Finland)" locale
FieldLocation - Class in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Parameters specifying options related to seal field location coordinates required for FieldOptions.
FieldLocation(int, int, int, int) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldLocation
Constructs a FieldLocation instance.
FieldOptions - Class in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Parameters specifying options related to the seal field required for PDFElectronicSealParams.
FieldOptions.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Builds a FieldOptions instance.
FIGURES - com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractRenditionsElementType
Image Data
Font - Class in com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties
This class provides information about the font used in the specified PDF file, such as font-name, font-family etc.
Font() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Font
 
FORM_FILLING - com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.DocumentLevelPermission
Represents FORM_FILLING document level permission.
FORM_FILLING_AND_ANNOTATIONS - com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.DocumentLevelPermission
Represents FORM_FILLING_AND_ANNOTATIONS document level permission.
formFilling - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
 
FR_FR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "French (France)" locale
FR_FR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "French (France)" locale
FR_FR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "French (France)" locale
FR_FR - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "French (France)" locale
FR_FR - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "French (France)" locale
Fragments - Class in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge
Class for providing support for Fragments.
Fragments() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.Fragments
Creates a new Fragments instance
fromFile(String) - Method in class com.adobe.pdfservices.operation.config.ClientConfig.Builder
Sets the connect timeout, socket timeout, processing timeout and proxy server config using the JSON client config file path.

G

generateReport() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.autotag.AutotagPDFParams.Builder
If invoked, generates an additional tagging report which contains the information about the tags that the tagged output PDF document contains.
get(String) - Static method in enum com.adobe.pdfservices.operation.config.proxy.ProxyScheme
Returns the instance of ProxyScheme for the input string.
get(String) - Static method in enum com.adobe.pdfservices.operation.io.ExternalStorageType
Returns ExternalStorageType instance for its string representation.
get(String) - Static method in enum com.adobe.pdfservices.operation.Region
Returns Region instance for its string representation.
getAccessToken() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCAuthContext
Returns the access token required for CSC based services.
getAddCharInfo() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams
Returns Boolean, whether character level information was invoked for operation.
getAlgorithm() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.EncryptionSettings
Returns a string specifying the encryption algorithm used to encrypt the specified PDF file - e.g.
getAppearanceOptions() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams
Returns the AppearanceOptions instance containing information regarding elements to be displayed in Seal Field.
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.reorderpages.ReorderPagesParams
Returns the Asset to be reordered.
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.CombinePDFResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.CompressPDFResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.CreatePDFResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.DeletePagesResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.DocumentMergeResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.ExportPDFResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.HTMLToPDFResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.InsertPagesResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.LinearizePDFResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.OCRResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.PDFElectronicSealResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.ProtectPDFResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.RemoveProtectionResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.ReorderPagesResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.ReplacePagesResult
Returns the result Asset
getAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.RotatePagesResult
Returns the result Asset
getAssetId() - Method in class com.adobe.pdfservices.operation.io.CloudAsset
Returns the assetId of the asset.
getAssets() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.ExportPDFToImagesResult
Returns the list of result assets
getAssets() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.SplitPDFResult
Returns the list of result assets
getAssetsToInsert() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.insertpages.InsertPagesParams
Returns the mapping of base Asset's page number and Asset to be inserted along with PageRanges.
getAssetsToReplace() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.replacepages.ReplacePagesParams
Returns the mapping of base Asset's page number and Asset to be replaced along with PageRanges.
getAuthor() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.InfoDict
Returns the name of the author of the specified PDF file
getBaseAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.insertpages.InsertPagesParams
Returns the base PDF Asset to which pages will be inserted.
getBaseAsset() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.replacepages.ReplacePagesParams
Returns the base PDF Asset to which pages will be replaced.
getBitLength() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.EncryptionSettings
Returns the number of bits in the key used by a cryptographic algorithm to encrypt the specified PDF file.
getBottom() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldLocation
Returns the bottom coordinate in default user space units for seal field.
getCertificateCredentials() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams
Returns the CertificateCredentials instance containing information regarding Certificate Credentials.
getClientId() - Method in class com.adobe.pdfservices.operation.auth.ServicePrincipalCredentials
Client Id
getClientSecret() - Method in class com.adobe.pdfservices.operation.auth.ServicePrincipalCredentials
Client Secret
getCompressionLevel() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.compresspdf.CompressionLevel
Returns the string representation of this CompressionLevel
getCompressionLevel() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.compresspdf.CompressPDFParams
Returns the compression level to be used for Compress PDF, specified by CompressionLevel.
getContent() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.ExtractPDFResult
Returns the content asset
getContent() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Page
Returns a Content instance that specifies content level properties of the PDF such as number of images, textual content etc.
getContent(Asset) - Method in class com.adobe.pdfservices.operation.PDFServices
Returns the content of the asset.
getContentEncryption() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.PasswordProtectParams
Returns the intended type of ContentEncryption for the resulting encrypted PDF file.
getContentEncryptionAsString() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.PasswordProtectParams
Returns the intended type of ContentEncryption for the resulting encrypted PDF file as a string.
getContentJSON() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.ExtractPDFResult
Returns the content json
getCreateTaggedPDF() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.CreatePDFFromExcelParams
 
getCreateTaggedPDF() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.CreatePDFFromPPTParams
 
getCreateTaggedPDF() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.CreatePDFFromWordParams
 
getCreationDate() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.InfoDict
Returns a string specifying the date of file creation.
getCreator() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.InfoDict
Returns a string specifying the creator tool of the specified PDF file - e.g.
getCredentialID() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCCredential
Returns the certificate credential ID of user.
getCredentials() - Method in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig
Gets the credentials for authenticating with a proxy server.
getCscAuthContext() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCCredential
Returns the credential authorization parameters.
getDataToMerge() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.HTMLToPDFParams
Returns JSON data that will be used to manipulate HTML DOM before it is converted into PDF file.
getDateModified() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.InfoDict
Returns a string specifying the date when the file was last modified.
getDocument() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PDFProperties
Returns a Document instance specifying document level properties such as fonts, PDF versions etc.
getDocumentLanguage() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.CreatePDFFromExcelParams
 
getDocumentLanguage() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Returns the language code of this DocumentLanguage
getDocumentLanguage() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.CreatePDFFromPPTParams
 
getDocumentLanguage() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Returns the language code of this DocumentLanguage
getDocumentLanguage() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.CreatePDFFromWordParams
 
getDocumentLanguage() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Returns the language code of this DocumentLanguage
getDocumentLevelPermission() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams
Returns the document level permission for changes allowed after sealing.
getDownloadURI() - Method in class com.adobe.pdfservices.operation.io.CloudAsset
Returns the downloadURI of the asset.
getElementsToExtract() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams
Returns the list of elements (Text and/or Tables) invoked for operation
getElementsToExtractRenditions() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams
Returns the list of ExtractRenditionsElementType invoked for job.
getEncryptionAlgorithm() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.PasswordProtectParams
Returns the intended EncryptionAlgorithm of the resulting encrypted PDF file.
getEncryptionSettings() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.SecuritySettings
Returns an EncryptionSettings instance specifying encryption settings of the PDF.
getErrorCode() - Method in exception com.adobe.pdfservices.operation.exception.ServiceApiException
Returns the Error code or DEFAULT_ERROR_CODE if the error code doesn't adequately represent the error.
getErrorCode() - Method in exception com.adobe.pdfservices.operation.exception.ServiceUsageException
Returns the Error code or DEFAULT_ERROR_CODE if the error code doesn't adequately represent the error.
getExportOcrLocale() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFParams
Returns the OCR Locale to be used for Export PDF, specified by ExportOCRLocale.
getExportOCRLocale() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Returns the language code of this ExportOCRLocale
getExportPDFTargetFormat() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFParams
Returns the target format to which the source PDF file will be exported, specified by ExportPDFTargetFormat.
getExportPDFToImagesOutputType() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesParams
Returns the ExportPDFToImagesOutputType to be used for Export PDF to Images.
getExportPDFToImagesTargetFormat() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesParams
Returns the ExportPDFToImagesTargetFormat to which the source PDF file will be exported.
getExtension() - Method in enum com.adobe.pdfservices.operation.PDFServicesMediaType
Returns the extension of PDFServicesMediaType.
getExternalStorageType() - Method in class com.adobe.pdfservices.operation.io.ExternalAsset
Returns the externalStorageType of the external asset.
getFamilyName() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Font
Returns a string specifying font's family name - e.g.
getFieldLocation() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldOptions
Returns a FieldLocation instance specifying coordinates for the electronic seal.
getFieldName() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldOptions
Returns the intended field name to be used.
getFieldOptions() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams
Returns the FieldOptions instance containing information regarding seal field position in PDF Document.
getFileCount() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.splitpdf.SplitPDFParams
Returns the file count to be used for splitting pages.
getFileExt() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFTargetFormat
Returns the file extension of this format
getFileExt() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesTargetFormat
Returns the file extension of this format.
getFileSize() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns the size of the specified PDF file.
getFilesToCombine() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.combinepdf.CombinePDFParams
Returns a list of CombinePDFJobInput instances.
getFonts() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a list of Font instances present in the specified PDF file.
getFontType() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Font
Returns a string specifying the font technology type - e.g.
getFormat() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.OutputFormat
Returns the string representation of this outputformat
getFragments() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.DocumentMergeParams
Returns the input Fragments data for document merge process.
getFragmentsList() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.Fragments
Returns the list of fragments.
getFromExtension(String) - Static method in enum com.adobe.pdfservices.operation.PDFServicesMediaType
Returns the PDFServicesMediaType for the given extension.
getFromMimeType(String) - Static method in enum com.adobe.pdfservices.operation.PDFServicesMediaType
Returns the PDFServicesMediaType for the given mime type.
getHeight() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Page
Returns the height of the page.
getHost() - Method in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig
Gets the host name of proxy server.
getIncrementalSaveCount() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns the count of the number of times the specified PDF file is edited and saved.
getInfoDict() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns an InfoDict instance that specifies information related to the specified PDF file such as creation date, author etc.
getInputStream() - Method in class com.adobe.pdfservices.operation.io.StreamAsset
Returns the input stream of the asset.
getItem() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.AppearanceItem
Returns the string representation of the appearance item.
getItems() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.AppearanceOptions
Returns the set of seal appearance items.
getJobResult(String, Class<T>) - Method in class com.adobe.pdfservices.operation.PDFServices
Returns PDFServicesResponse for the submitted PDFServicesJob result.
getJobStatus(String) - Method in class com.adobe.pdfservices.operation.PDFServices
Returns PDFServicesJobStatusResponse for the submitted PDFServicesJob.
getJsonDataForMerge() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.DocumentMergeParams
Represents the input datasource for the document merge process as a JSON Object
getLeft() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldLocation
Returns the left coordinate in default user space units for seal field.
getLocale() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Returns the language code of this OCRSupportedLocale
getMediaType() - Method in enum com.adobe.pdfservices.operation.PDFServicesMediaType
Returns the media type of PDFServicesMediaType.
getMessage() - Method in exception com.adobe.pdfservices.operation.exception.ServiceApiException
Returns the detail message of this exception.
getMessage() - Method in exception com.adobe.pdfservices.operation.exception.ServiceUsageException
Returns the detailed message for this exception.
getMimeType() - Method in class com.adobe.pdfservices.operation.io.StreamAsset
Returns the mime type of the asset.
getName() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Font
Returns a string specifying the post-script name of the font - e.g.
getNumberOfImages() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Content
Returns the number of images in the content.
getOCRLocale() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRParams
Returns the OCRSupportedLocale to be used for OCR.
getOCRType() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRParams
Returns the OCRSupportedType to be used for OCR.
getOutputFormat() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.DocumentMergeParams
Returns the intended OutputFormat of the generated document.
getOutputType() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesOutputType
 
getOwnerPassword() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.PasswordProtectParams
Returns the intended owner password of the resulting encrypted PDF file.
getPageActions() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.RotatePagesParams
Returns the list of PageAction to be used for rotating pages.
getPageCount() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.splitpdf.SplitPDFParams
Returns the page count to be used for splitting pages.
getPageCount() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a number specifying the number of pages in the specified PDF file.
getPageHeight() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.PageLayout
Returns the page height in inches.
getPageLayout() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.HTMLToPDFParams
Returns the intended page layout of the resulting PDF file.
getPageNumber() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldOptions
Returns the intended page number for the electronic seal.
getPageNumber() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Page
Returns the page number of this Page, starting from 0.
getPageRanges() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.deletepages.DeletePagesParams
Returns the PageRanges to be used for deleting pages.
getPageRanges() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.reorderpages.ReorderPagesParams
Returns the PageRanges to be used for reordering pages.
getPageRanges() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.splitpdf.SplitPDFParams
Returns the PageRanges to be used for splitting pages.
getPages() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PDFProperties
Returns a list of Page instances specifying page level properties of the pages from the specified PDF file such as page number, page height etc.
getPageWidth() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.PageLayout
Returns the page width in inches.
getPassword() - Method in class com.adobe.pdfservices.operation.config.proxy.UsernamePasswordCredentials
Returns the password.
getPassword() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.TSABasicAuthCredentials
Returns the intended password to be used for timestamping.
getPassword() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.removeprotection.RemoveProtectionParams
Returns the password to be used for removing protection from pdf.
getPDFAComplianceLevel() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a string specifying the PDF/A compliance level for the specified PDF file - e.g "PDF/A-4" etc.
getPDFEComplianceLevel() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a string specifying the PDF/E compliance level for the specified PDF file - e.g.
getPdfProperties() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.PDFPropertiesResult
getPDFPropertiesJson() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.PDFPropertiesResult
Returns PDF Properties JSON
getPDFUAComplianceLevel() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a string specifying the PDF/UA compliance level for the specified PDF file - e.g.
getPDFVersion() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a string specifying the version of the specified PDF file - e.g.
getPDFVTComplianceLevel() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a string specifying the PDF/VT compliance level for the specified PDF file - e.g.
getPDFXComplianceLevel() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a string specifying the PDF/X compliance level for the specified PDF file - e.g.
getPermissions() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.PasswordProtectParams
Returns the intended document Permissions for the resulting encrypted PDF file.
getPermissionSettings() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.SecuritySettings
Returns a PermissionSettings instance specifying permissions settings of the PDF such as content copying, editing etc.
getPin() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCCredential
Returns the PIN to be used for validating credentials.
getPort() - Method in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig
Gets the port number of proxy server.
getPrintingPermission() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
Returns a string specifying permission level for printing the file.
getProducer() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.InfoDict
Returns a string specifying the authoring tool used to generate the specified PDF file - e.g.
getProviderName() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCCredential
Returns the name of trust service provider.
getProxyScheme() - Method in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig
Gets the scheme of proxy server.
getRanges() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.PageRanges
Used internally by this SDK, not intended to be called by clients.
getReport() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.AutotagPDFResult
Returns report asset
getRequestTrackingId() - Method in exception com.adobe.pdfservices.operation.exception.ServiceApiException
Returns the Request ID (the value of the X-Request-ID header).
getRequestTrackingId() - Method in exception com.adobe.pdfservices.operation.exception.ServiceUsageException
Returns the Request ID (the value of the X-Request-ID header).
getResource() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.ExtractPDFResult
Returns the resource asset
getResult() - Method in class com.adobe.pdfservices.operation.PDFServicesResponse
Returns instance of result of PDFServicesJob.
getRetryInterval() - Method in class com.adobe.pdfservices.operation.PDFServicesJobStatusResponse
Returns retry interval for status polling of the PDFServicesJob in seconds.
getRight() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldLocation
Returns the right coordinate in default user space units for seal field.
getSecuritySettings() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PDFProperties
Returns a SecuritySettings instance specifying security settings of the such as encryption algorithm, user and owner passwords etc.
getSignatureFormat() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams
Returns the intended SignatureFormat to be used for applying electronic seal.
getSignatureFormat() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.SignatureFormat
Returns the string representation of the signature format.
getStatus() - Method in class com.adobe.pdfservices.operation.PDFServicesJobStatusResponse
Returns string representation of PDFServicesJobStatus for the PDFServicesJob.
getStatusCode() - Method in exception com.adobe.pdfservices.operation.exception.ServiceApiException
Returns the HTTP Status code or DEFAULT_STATUS_CODE if the status code doesn't adequately represent the error.
getStatusCode() - Method in exception com.adobe.pdfservices.operation.exception.ServiceUsageException
Returns the HTTP Status code or DEFAULT_STATUS_CODE if the status code doesn't adequately represent the error.
getStylingInfo() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams
Returns Boolean, whether styling information was invoked for operation.
getTableStructureType() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractPDFParams
Returns the TableStructureType of the resulting rendition
getTaggedPDF() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.AutotagPDFResult
Returns tagged PDF asset
getTitle() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.InfoDict
Returns a string specifying the title of the specified PDF file.
getTokenType() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCAuthContext
Returns the type of access token; supported type is Bearer.
getTop() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldLocation
Returns the top coordinate in default user space units for seal field.
getTsaBasicAuthCredentials() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.RFC3161TSAOptions
Returns the intended TSA authorization credentials be used.
getTSAOptions() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams
Returns the TSAOptions instance containing information regarding TSA server.
getType() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedType
Returns the string representation of this OCRSupportedType
getUri() - Method in class com.adobe.pdfservices.operation.io.ExternalAsset
Returns the URI of the external asset.
getUrl() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.RFC3161TSAOptions
Returns the timestamp url to be used.
getUsername() - Method in class com.adobe.pdfservices.operation.config.proxy.UsernamePasswordCredentials
Returns the username.
getUsername() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.TSABasicAuthCredentials
Returns the intended username to be used for timestamping.
getUserPassword() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.PasswordProtectParams
Returns the intended user password of the resulting encrypted PDF file.
getValue() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.DocumentLevelPermission
Returns the string representation of the document level permission.
getValue() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.ContentEncryption
Returns the value of the type of content to encrypt
getValue() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.EncryptionAlgorithm
Returns the value of this encryption algorithm
getValue() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permission
Returns the value of this permission
getValue() - Method in enum com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.Angle
Returns the value of this angle
getValue() - Method in enum com.adobe.pdfservices.operation.PDFServicesJobStatus
Returns string representation of PDFServicesJobStatus.
getValues() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permissions
Returns the intended set of document permissions values.
getWidth() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Page
Returns the width of the page.
getXMPMetadata() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a string specifying the full metadata of the specified PDF file as provided by the author and producer of the document.
GIF - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents gif mime type.
GL_ES - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Galician (Spain)" locale

H

hasAssistiveTechnology() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
Returns a boolean specifying whether the specified PDF file will be supported by a screen reader.
hasOwnerPassword - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.EncryptionSettings
 
hasStructure() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Page
Returns a boolean specifying whether the page has structure/tagging.
hasUserPassword - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.EncryptionSettings
 
HIGH - com.adobe.pdfservices.operation.pdfjobs.params.compresspdf.CompressionLevel
Reduces the file size of pdf by reducing resolution of the coloured and grayscale images above 100 dpi to 72 dpi (dots per inch).
host - Variable in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig.Builder
 
HR_HR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Croatian (Croatia)" locale
HR_HR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Croatian (Croatia)" locale
HR_HR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Croatian (Croatia)" locale
HR_HR - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Croatian (Croatia)" locale
HR_HR - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Croatian (Croatia)" locale
HTML - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents html mime type.
HTMLToPDFJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that converts a HTML file to a PDF file.
HTMLToPDFJob(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.HTMLToPDFJob
Constructs a new HTMLToPDFJob instance.
HTMLToPDFJob(String) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.HTMLToPDFJob
Constructs a new HTMLToPDFJob instance.
HTMLToPDFParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf
Parameters for converting HTML to PDF using HTMLToPDFJob.
HTMLToPDFParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf
Builds a HTMLToPDFParams instance.
htmltoPDFParamsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.HTMLToPDFParams
HTMLToPDFResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of HTMLToPDFJob.
HTMLToPDFResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.HTMLToPDFResult
Constructs a new HTMLToPDFResult instance
HTTP - com.adobe.pdfservices.operation.config.proxy.ProxyScheme
Represents HTTP scheme.
HTTPS - com.adobe.pdfservices.operation.config.proxy.ProxyScheme
Represents HTTPS scheme.
HU_HU - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Hungarian (Hungary)" locale
HU_HU - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Hungarian (Hungary)" locale
HU_HU - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Hungarian (Hungary)" locale
HU_HU - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Hungarian (Hungary)" locale
HU_HU - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Hungarian (Hungary)" locale

I

IN_PROGRESS - com.adobe.pdfservices.operation.PDFServicesJobStatus
Represents in progress status
includeHeaderFooter(boolean) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.HTMLToPDFParams.Builder
Sets the includeHeaderFooter parameter.
includePageLevelProperties() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties.PDFPropertiesParams.Builder
Sets the includePageLevelProperties parameter.
includePageLevelProperties() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties.PDFPropertiesParams
Returns true if page level properties are set to be included in the resulting PDF properties.
includesHeaderFooter() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.HTMLToPDFParams
Returns true if default header and footer will be included in the resulting PDF file.
INDD - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents indd mime type.
InfoDict - Class in com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties
This class provides document authoring related information, such as creation date, creator etc.
InfoDict() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.InfoDict
 
InsertPagesParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.insertpages
Parameters for inserting pages in a PDF using InsertPagesPDFJob.
InsertPagesParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.insertpages
Builds a InsertPagesParams instance.
insertPagesParamsBuilder(Asset) - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.insertpages.InsertPagesParams
InsertPagesPDFJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that can be used to insert pages of multiple PDF files into a base PDF file.
InsertPagesPDFJob(InsertPagesParams) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.InsertPagesPDFJob
Constructs a new InsertPagesPDFJob instance.
InsertPagesResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of InsertPagesPDFJob.
InsertPagesResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.InsertPagesResult
Constructs a new InsertPagesResult instance
isAcroform() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a boolean specifying whether the specified PDF file contains any form fields.
isCertified() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a boolean specifying whether the specified PDF file has been digitally signed with a certifying signature.
isCommentingAllowed() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
Returns a boolean specifying whether adding comments in the specified PDF file is permitted.
isCopyingAllowed() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
Returns a boolean specifying whether copying the content of the specified PDF file is permitted.
isDocumentAssemblyAllowed() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
Returns a boolean specifying whether adding or inserting pages in the specified PDF file is permitted.
isEditingAllowed() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
Returns a boolean specifying whether editing the content in the specified PDF file is permitted.
isEmpty() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.PageRanges
Used internally by this SDK, not intended to be called by clients.
isEmpty() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Content
Returns a boolean specifying whether the content is empty/blank.
isEncrypted() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a boolean specifying whether the specified PDF file is encrypted.
isFormFillingAllowed() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
Returns a boolean specifying whether form filling is permitted in the specified PDF file.
isFullyTaggedPDF() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a boolean specifying whether the specified PDF file is a Fully Tagged PDF.
isGenerateReport() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.autotag.AutotagPDFParams
Returns a boolean value specifying whether an additional tagging report needs to be generated.
isLinearized() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a boolean specifying whether the specified PDF file is linearized.
isMetadataEncrypted() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.EncryptionSettings
Returns a boolean specifying whether the metadata of the specified PDF file is encrypted or not.
isOwnerPasswordSet() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.EncryptionSettings
Returns a boolean specifying whether the owner password is set for the specified PDF file.
isPageExtractionAllowed() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
Returns a boolean specifying whether extracting pages of the specified PDF file is permitted.
isPortfolio() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a boolean specifying whether the specified PDF file is a portfolio PDF.
isScanned() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Page
Returns a boolean specifying whether the page is scanned.
isShiftHeadings() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.autotag.AutotagPDFParams
Returns a boolean value specifying whether headings need to be shifted in the tagged PDF.
isSigned() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a boolean specifying whether the specified PDF file is digitally signed.
isTagged() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a boolean specifying whether the specified PDF file is tagged.
isUserPasswordSet() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.EncryptionSettings
Returns a boolean specifying whether the user password is set for the specified PDF file.
isVisible() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldOptions
Returns the intended visibility flag for the electronic seal.
isXFA() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Document
Returns a boolean specifying whether the specified PDF file is based on the XFA (Extensible Forms Architecture) format.
IT_IT - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Italian (Italy)" locale
IT_IT - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Italian (Italy)" locale
IT_IT - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Italian (Italy)" locale
IT_IT - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Italian (Italy)" locale
IT_IT - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Italian (Italy)" locale
IW_IL - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Hebrew (Israel)" locale
IW_IL - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Hebrew (Israel)" locale
IW_IL - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Hebrew (Israel)" locale
IW_IL - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Hebrew (Israel)" locale
IW_IL - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Hebrew (Israel)" locale

J

JA_JP - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Japanese (Japan)" locale
JA_JP - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Japanese (Japan)" locale
JA_JP - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Japanese (Japan)" locale
JA_JP - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Japanese (Japan)" locale
JA_JP - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Japanese (Japan)" locale
JPEG - com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesTargetFormat
Represents "image/jpeg" media type.
JPEG - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents jpeg mime type.
JPG - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents jpg mime type.
JSON - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents json mime type.

K

KO_KR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Korean (Korea)" locale
KO_KR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Korean (Korea)" locale
KO_KR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Korean (Korea)" locale
KO_KR - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Korean (Korea)" locale
KO_KR - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Korean (Korea)" locale

L

LABELS - com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.AppearanceItem
Represents labels for seal information.
LinearizePDFJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that converts a PDF file into a linearized (also known as "web optimized") PDF file.
LinearizePDFJob(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.LinearizePDFJob
Constructs a new LinearizePDFJob instance.
LinearizePDFResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of LinearizePDFJob.
LinearizePDFResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.LinearizePDFResult
Constructs a new LinearizePDFResult instance
LIST_OF_PAGE_IMAGES - com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesOutputType
Represents List Output type.
LOW - com.adobe.pdfservices.operation.pdfjobs.params.compresspdf.CompressionLevel
Reduces the file size of pdf by reducing resolution of the coloured and grayscale images above 250 dpi to 200 dpi (dots per inch).
LT_LT - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Lithuanian (Lithuania)" locale
LT_LT - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Lithuanian (Lithuania)" locale
LT_LT - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Lithuanian (Lithuania)" locale
LT_LT - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Lithuanian (Lithuania)" locale
LT_LT - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Lithuanian (Lithuania)" locale
LV_LV - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Latvian (Latvia)" locale
LV_LV - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Latvian (Latvia)" locale
LV_LV - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Latvian (Latvia)" locale
LV_LV - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Latvian (Latvia)" locale
LV_LV - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Latvian (Latvia)" locale

M

MEDIUM - com.adobe.pdfservices.operation.pdfjobs.params.compresspdf.CompressionLevel
Reduces the file size of pdf by reducing resolution of the coloured and grayscale images above 200 dpi to 144 dpi (dots per inch).
MK_MK - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Macedonian (Macedonia)" locale
MK_MK - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Macedonian (Macedonia)" locale
MK_MK - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Macedonian (Macedonia)" locale
MK_MK - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Macedonian (Macedonia)" locale
MK_MK - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Macedonian (Macedonia)" locale
MT_MT - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Maltese (Malta)" locale
MT_MT - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Maltese (Malta)" locale
MT_MT - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Maltese (Malta)" locale
MT_MT - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Maltese (Malta)" locale
MT_MT - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Maltese (Malta)" locale

N

NAME - com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.AppearanceItem
Represents the name of certificate owner.
NB_NO - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Norwegian (Norway)" locale
NB_NO - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Norwegian (Norway)" locale
NB_NO - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Norwegian (Norway)" locale
NB_NO - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Norwegian (Norway)" locale
NB_NO - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Norwegian (Norway)" locale
NL_NL - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Dutch (Netherlands)" locale
NL_NL - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Dutch (Netherlands)" locale
NL_NL - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Dutch (Netherlands)" locale
NL_NL - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Dutch (Netherlands)" locale
NL_NL - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Dutch (Netherlands)" locale
NN_NO - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Norwegian Nynorsk (Norway)" locale
NO_CHANGES_ALLOWED - com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.DocumentLevelPermission
Represents NO_CHANGES_ALLOWED document level permission.
NO_NO - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Norwegian (Norway)" locale
NO_NO - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Norwegian (Norway)" locale
NO_NO - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Norwegian (Norway)" locale
NO_NO - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Norwegian (Norway)" locale
NotifierConfig - Class in com.adobe.pdfservices.operation.config.notifier
Represents the configuration for a notifier to be used to notify user about the completion of a PDF Services job.
NotifierConfig(NotifierType, CallbackNotifierData) - Constructor for class com.adobe.pdfservices.operation.config.notifier.NotifierConfig
Constructs an instance of NotifierConfig.
NotifierData - Interface in com.adobe.pdfservices.operation.config.notifier
This interface represents the basic contract for the notifier data to be used with NotifierConfig.
NotifierType - Enum in com.adobe.pdfservices.operation.config.notifier
Notifier Type Mapping.

O

OCRJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that convert a PDF file into a searchable PDF file.
OCRJob(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.OCRJob
Constructs a new OCRJob instance.
OCRParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.ocr
Parameters for converting PDF to a searchable PDF using OCRJob.
OCRParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.ocr
Builds an OCRParams instance.
ocrParamsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRParams
Creates a new OCRParams.Builder.
OCRResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of OCRJob.
OCRResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.OCRResult
Constructs a new OCRResult instance
OCRSupportedLocale - Enum in com.adobe.pdfservices.operation.pdfjobs.params.ocr
Supported locales for OCRJob
OCRSupportedType - Enum in com.adobe.pdfservices.operation.pdfjobs.params.ocr
Supported OCR types for OCRJob
ONLY_EMBEDDED_FILES - com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.ContentEncryption
Encrypts only embedded files
onlyAttachmentsEncrypted() - Method in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.EncryptionSettings
Returns a boolean specifying whether only the file attachments in the specified PDF file are encrypted.
OutputFormat - Enum in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge
Supported output formats for DocumentMergeJob

P

PADES - com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.SignatureFormat
Represents PADES format.
Page - Class in com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties
This class provides information about a Page of the specified PDF file, such as page number, height, width etc.
Page() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.Page
 
pageExtraction - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
 
PageLayout - Class in com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf
Class for specifying the layout of a page.
PageLayout() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.PageLayout
Constructor to initialize a default page layout.
PageRanges - Class in com.adobe.pdfservices.operation.pdfjobs.params
Page ranges of a file, inclusive of start and end page index, where page index starts from 1.
PageRanges() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.PageRanges
Constructs a new PageRanges instance with no pages added.
passwordProtectOptionsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.ProtectPDFParams
PasswordProtectParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf
Parameters for securing PDF file with passwords and document permissions using ProtectPDFJob.
PasswordProtectParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf
Builds a PasswordProtectParams instance.
PDF - com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.OutputFormat
Represents "application/pdf" media type
PDF - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents pdf mime type.
PDFElectronicSealJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that allows clients to apply an electronic seal onto various PDF documents such as agreements, invoices, and more.
PDFElectronicSealJob(Asset, PDFElectronicSealParams) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.PDFElectronicSealJob
Constructs a new PDFElectronicSealJob instance.
PDFElectronicSealParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Parameters for electronically seal PDFs using PDFElectronicSealJob.
PDFElectronicSealParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Builds a PDFElectronicSealParams instance.
pdfElectronicSealParamsBuilder(CertificateCredentials, FieldOptions) - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams
PDFElectronicSealResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of PDFElectronicSealJob.
PDFElectronicSealResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.PDFElectronicSealResult
Constructs a new PDFElectronicSealResult instance
PDFProperties - Class in com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties
This class represents the metadata of the specified PDF file.
PDFProperties() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PDFProperties
 
PDFPropertiesJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that is used to fetch properties from an input PDF file.
PDFPropertiesJob(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.PDFPropertiesJob
Constructs a new PDFPropertiesJob instance.
PDFPropertiesParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties
Parameters for getting properties of a PDF using PDFPropertiesJob.
PDFPropertiesParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties
Builds a PDFPropertiesParams instance.
pdfPropertiesParamsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties.PDFPropertiesParams
PDFPropertiesResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of PDFPropertiesJob.
PDFPropertiesResult(PDFProperties, String) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.PDFPropertiesResult
Constructs a new PDFPropertiesResult instance with PDFProperties and PDF Properties JSON
PDFServices - Class in com.adobe.pdfservices.operation
This class is the entry point for all the PDF Service utilities.
PDFServices(Credentials) - Constructor for class com.adobe.pdfservices.operation.PDFServices
Constructs a PDFServices instance with the given Credentials.
PDFServices(Credentials, ClientConfig) - Constructor for class com.adobe.pdfservices.operation.PDFServices
Constructs a PDFServices instance with the given Credentials and ClientConfig.
PDFServicesJob - Class in com.adobe.pdfservices.operation
This abstract class represents the basic contract for all the PDF Services Jobs.
PDFServicesJob() - Constructor for class com.adobe.pdfservices.operation.PDFServicesJob
 
PDFServicesJobParams - Interface in com.adobe.pdfservices.operation.pdfjobs.params
This interface represents the basic contract for the params to be used in PDFServicesJob.
PDFServicesJobResult - Interface in com.adobe.pdfservices.operation.pdfjobs.result
This is an interface that represents the PDFServicesJob result.
PDFServicesJobStatus - Enum in com.adobe.pdfservices.operation
Status types for PDFServicesJob.
PDFServicesJobStatusResponse - Class in com.adobe.pdfservices.operation
Response object encapsulating PDFServicesJob status and retry interval.
PDFServicesJobStatusResponse(String, Map<String, String>) - Constructor for class com.adobe.pdfservices.operation.PDFServicesJobStatusResponse
Constructs PDFServicesJob status response with its status, headers.
PDFServicesMediaType - Enum in com.adobe.pdfservices.operation
A mapping of Media types and extension.
PDFServicesResponse<T> - Class in com.adobe.pdfservices.operation
Response object for PDFServicesJob.
PDFServicesResponse(String, Map<String, String>, T) - Constructor for class com.adobe.pdfservices.operation.PDFServicesResponse
Constructs PDFServicesJob response with its status, headers and result.
Permission - Enum in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf
Supported document permission types for ProtectPDFJob
Permissions - Class in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf
Document Permissions for ProtectPDFJob
Permissions() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permissions
Constructs a new Permissions instance.
permissionSettings - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.SecuritySettings
 
PermissionSettings - Class in com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties
This class provides information about the permission settings of the specified PDF file, such as restricting print permissions, edit permissions etc.
PermissionSettings() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
 
PKCS7 - com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.SignatureFormat
Represents PKCS7 format.
PL_PL - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Polish (Poland)" locale
PL_PL - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Polish (Poland)" locale
PL_PL - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Polish (Poland)" locale
PL_PL - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Polish (Poland)" locale
PL_PL - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Polish (Poland)" locale
PNG - com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesTargetFormat
Represents "image/png" media type.
PNG - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents png mime type.
port - Variable in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig.Builder
 
PPT - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents ppt mime type.
pptParamsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.CreatePDFParams
Creates a new CreatePDFFromPPTParams.Builder.
PPTX - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFTargetFormat
Represents "application/vnd.openxmlformats-officedocument.presentationml.presentation" media type
PPTX - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents pptx mime type.
PRINT_HIGH_QUALITY - com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permission
Enables high quality printing of the PDF document
PRINT_LOW_QUALITY - com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permission
Enables low quality printing of the PDF document
printing - Variable in class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.PermissionSettings
 
ProtectPDFJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that is used for securing PDF document with password(s).
ProtectPDFJob(Asset, ProtectPDFParams) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.ProtectPDFJob
Constructs a new ProtectPDFJob instance.
ProtectPDFParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.protectpdf
Marker base class for ProtectPDFJob params.
ProtectPDFResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of ProtectPDFJob.
ProtectPDFResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.ProtectPDFResult
Constructs a new ProtectPDFResult instance
ProxyAuthenticationCredentials - Interface in com.adobe.pdfservices.operation.config.proxy
This interface represents the basic contract for the credentials to be used with ProxyServerConfig.
ProxyScheme - Enum in com.adobe.pdfservices.operation.config.proxy
Supported scheme types for ProxyServerConfig.
ProxyServerConfig - Class in com.adobe.pdfservices.operation.config.proxy
Encapsulates the proxy server configurations.
ProxyServerConfig.Builder - Class in com.adobe.pdfservices.operation.config.proxy
Builds a ProxyServerConfig instance.
PSD - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents psd mime type.
PT_BR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Portuguese (Brazil)" locale
PT_BR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Portuguese (Brazil)" locale
PT_BR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Portuguese (Brazil)" locale
PT_BR - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Portuguese (Brazil)" locale
PT_BR - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Portuguese (Brazil)" locale
PT_PT - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "European Portuguese" locale

R

refreshDownloadURI(Asset) - Method in class com.adobe.pdfservices.operation.PDFServices
Returns a new Asset with a new valid download URI.
Region - Enum in com.adobe.pdfservices.operation
Supported regions to be used with ClientConfig.
RemoveProtectionJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that allows to remove password security from a PDF document.
RemoveProtectionJob(Asset, RemoveProtectionParams) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.RemoveProtectionJob
Constructs a new RemoveProtectionJob instance.
RemoveProtectionParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.removeprotection
Parameters for removing protection from pdf using RemoveProtectionJob.
RemoveProtectionParams(String) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.removeprotection.RemoveProtectionParams
Creates an instance of RemoveProtectionParams with the given password.
RemoveProtectionResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of RemoveProtectionJob.
RemoveProtectionResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.RemoveProtectionResult
Constructs a new RemoveProtectionResult instance
ReorderPagesParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages
Parameters for reordering a pdf using ReorderPagesPDFJob.
ReorderPagesParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages
Builds a ReorderPagesParams instance.
reorderPagesParamsBuilder(Asset, PageRanges) - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.reorderpages.ReorderPagesParams
ReorderPagesPDFJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that allows to rearrange pages in a PDF file according to the specified order.
ReorderPagesPDFJob(ReorderPagesParams) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.ReorderPagesPDFJob
Constructs a new ReorderPagesPDFJob instance.
ReorderPagesResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of ReorderPagesPDFJob.
ReorderPagesResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.ReorderPagesResult
Constructs a new ReorderPagesResult instance
ReplacePagesParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.replacepages
Parameters for replacing pages of a pdf using ReplacePagesPDFJob.
ReplacePagesParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.replacepages
Builds a ReplacePagesParams instance.
replacePagesParamsBuilder(Asset) - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.replacepages.ReplacePagesParams
ReplacePagesPDFJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that allows specific pages in a PDF file to be replaced with pages from multiple PDF files.
ReplacePagesPDFJob(ReplacePagesParams) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.ReplacePagesPDFJob
Constructs a new ReplacePagesPDFJob instance.
ReplacePagesResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of ReplacePagesPDFJob.
ReplacePagesResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.ReplacePagesResult
Constructs a new ReplacePagesResult instance
RFC3161TSAOptions - Class in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Parameters specifying RFC3161 compliant time stamp authority options required for PDFElectronicSealParams.
RFC3161TSAOptions(String) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.RFC3161TSAOptions
Constructs a RFC3161TSAOptions instance from url.
RFC3161TSAOptions(String, TSABasicAuthCredentials) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.RFC3161TSAOptions
Constructs a RFC3161TSAOptions instance from url and authorization credentials.
RO_RO - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Romanian (Romania)" locale
RO_RO - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Romanian (Romania)" locale
RO_RO - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Romanian (Romania)" locale
RO_RO - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Romanian (Romania)" locale
RO_RO - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Romanian (Romania)" locale
RotatePagesJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that allows rotation of specific pages in a PDF file.
RotatePagesJob(Asset, RotatePagesParams) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.RotatePagesJob
Constructs a new RotatePagesJob instance.
RotatePagesParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.rotatepages
Parameters to rotate pages of a pdf using RotatePagesJob.
RotatePagesParams.Builder - Class in com.adobe.pdfservices.operation.pdfjobs.params.rotatepages
Builds a RotatePagesParams instance.
rotatePagesParamsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.RotatePagesParams
RotatePagesResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of RotatePagesJob.
RotatePagesResult(Asset) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.RotatePagesResult
Constructs a new RotatePagesResult instance
RTF - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFTargetFormat
Represents "text/rtf" media type
RTF - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents rtf mime type.
RU_RU - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Russian (Russia)" locale
RU_RU - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Russian (Russia)" locale
RU_RU - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Russian (Russia)" locale
RU_RU - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Russian (Russia)" locale
RU_RU - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Russian (Russia)" locale

S

S3 - com.adobe.pdfservices.operation.io.ExternalStorageType
Represents S3 storage.
scheme - Variable in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig.Builder
 
SDKException - Exception in com.adobe.pdfservices.operation.exception
SDKException is typically thrown for client-side or network errors.
SDKException(String) - Constructor for exception com.adobe.pdfservices.operation.exception.SDKException
Constructs an SDKException with the specified detail message.
SDKException(String, Throwable) - Constructor for exception com.adobe.pdfservices.operation.exception.SDKException
Creates an SDKException with the specified detail message and cause.
SEAL_IMAGE - com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.AppearanceItem
Represents the background image to be used for sealing.
SEARCHABLE_IMAGE - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedType
Ensures that text is searchable and selectable.
SEARCHABLE_IMAGE_EXACT - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedType
Ensures that text is searchable and selectable.
SecuritySettings - Class in com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties
This class provides information about the security settings of the specified PDF file, such as encryption and permission settings.
SecuritySettings() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.pdfproperties.SecuritySettings
 
ServiceApiException - Exception in com.adobe.pdfservices.operation.exception
ServiceApiException is thrown when an underlying service API call results in an error.
ServiceApiException(String) - Constructor for exception com.adobe.pdfservices.operation.exception.ServiceApiException
Constructs a ServiceApiException with the specified detail message.
ServiceApiException(String, String, int) - Constructor for exception com.adobe.pdfservices.operation.exception.ServiceApiException
Constructs a ServiceApiException with the specified detail message, requestId and returned HTTP status code.
ServiceApiException(String, String, int, String) - Constructor for exception com.adobe.pdfservices.operation.exception.ServiceApiException
Constructs a ServiceApiException with the specified detail message, requestId, returned HTTP status code and error code.
ServicePrincipalCredentials - Class in com.adobe.pdfservices.operation.auth
Service Principal credentials allow your application to call PDF Services API.
ServicePrincipalCredentials(String, String) - Constructor for class com.adobe.pdfservices.operation.auth.ServicePrincipalCredentials
Creates an instance of ServicePrincipalCredentials.
ServiceUsageException - Exception in com.adobe.pdfservices.operation.exception
ServiceUsageException is thrown when either Service usage limit has been reached or credentials quota has been exhausted.
ServiceUsageException(String) - Constructor for exception com.adobe.pdfservices.operation.exception.ServiceUsageException
Constructs a ServiceUsageException with the specified detail message.
ServiceUsageException(String, String, int) - Constructor for exception com.adobe.pdfservices.operation.exception.ServiceUsageException
Constructs a ServiceUsageException with the specified detail message, requestId and returned HTTP status code.
ServiceUsageException(String, String, int, String) - Constructor for exception com.adobe.pdfservices.operation.exception.ServiceUsageException
Constructs a ServiceUsageException with the specified detail message, requestId, returned HTTP status code and error code.
setContentEncryption(ContentEncryption) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.PasswordProtectParams.Builder
Sets the intended type of content to encrypt in the PDF file.
setEncryptionAlgorithm(EncryptionAlgorithm) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.PasswordProtectParams.Builder
Sets the intended encryption algorithm required for encrypting the PDF file.
setFieldLocation(FieldLocation) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldOptions.Builder
Sets the location for the seal field in the document.
setFileCount(Integer) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.splitpdf.SplitPDFParams
Sets the file count to be used for splitting pages.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.CombinePDFJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.CompressPDFJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.CreatePDFJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.DeletePagesJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.DocumentMergeJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.ExportPDFJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.ExportPDFToImagesJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.HTMLToPDFJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.InsertPagesPDFJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.LinearizePDFJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.OCRJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.ProtectPDFJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.RemoveProtectionJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.ReorderPagesPDFJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.ReplacePagesPDFJob
Sets the output asset for the job.
setOutput(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.RotatePagesJob
Sets the output asset for the job.
setOwnerPassword(String) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.PasswordProtectParams.Builder
Sets the intended owner password required to control access permissions in the encrypted PDF file.
setPageCount(Integer) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.splitpdf.SplitPDFParams
Sets the page count to be used for splitting pages.
setPageNumber(Integer) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldOptions.Builder
Sets the page number for seal.
setPageRanges(PageRanges) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.splitpdf.SplitPDFParams
Sets the PageRanges to be used for splitting pages.
setPageSize(double, double) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.PageLayout
Sets a custom page size.
setParams(AutotagPDFParams) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.AutotagPDFJob
Sets the parameters for the job.
setParams(CompressPDFParams) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.CompressPDFJob
Sets the compression level for the input PDF file.
setParams(CreatePDFParams) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.CreatePDFJob
Sets the conversion parameters for this job.
setParams(ExtractPDFParams) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.ExtractPDFJob
Sets the parameters for the job.
setParams(HTMLToPDFParams) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.HTMLToPDFJob
Sets the HTML to PDF conversion parameters.
setParams(OCRParams) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.OCRJob
Set params for the job.
setParams(PDFPropertiesParams) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.PDFPropertiesJob
Set params for the job.
setPermissions(Permissions) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.PasswordProtectParams.Builder
Sets the intended permissions for the encrypted PDF file.
setRegion(Region) - Method in class com.adobe.pdfservices.operation.config.ClientConfig.Builder
Sets the region code.
setSealImageAsset(Asset) - Method in class com.adobe.pdfservices.operation.pdfjobs.jobs.PDFElectronicSealJob
Sets the seal image asset for the job.
setUserPassword(String) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.PasswordProtectParams.Builder
Sets the intended user password required for opening the encrypted PDF file.
setVisible(Boolean) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldOptions.Builder
Sets the seal visibility flag.
SHAREPOINT - com.adobe.pdfservices.operation.io.ExternalStorageType
Represents Sharepoint storage.
shiftHeadings() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.autotag.AutotagPDFParams.Builder
If invoked, then the headings will be shifted in the output PDF document.
SignatureFormat - Enum in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Supported signature formats to create electronic seal required for PDFElectronicSealParams.
SK_SK - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Slovak (Slovakia)" locale
SK_SK - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Slovak (Slovakia)" locale
SK_SK - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Slovak (Slovakia)" locale
SK_SK - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Slovak (Slovakia)" locale
SK_SK - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Slovak (Slovakia)" locale
SL_SI - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Slovenian (Slovenia)" locale
SL_SI - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Slovenian (Slovenia)" locale
SL_SI - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Slovenian (Slovenia)" locale
SL_SI - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Slovenian (Slovenia)" locale
SL_SI - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Slovenian (Slovenia)" locale
SplitPDFJob - Class in com.adobe.pdfservices.operation.pdfjobs.jobs
A job that splits PDF document into multiple smaller documents by simply specifying either the number of files, pages per file, or page ranges.
SplitPDFJob(Asset, SplitPDFParams) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.jobs.SplitPDFJob
Constructs a new SplitPDFJob instance.
SplitPDFParams - Class in com.adobe.pdfservices.operation.pdfjobs.params.splitpdf
Parameters for splitting a pdf using SplitPDFJob.
SplitPDFParams() - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.splitpdf.SplitPDFParams
Creates an instance of SplitPDFParams to be used in SplitPDFJob.
SplitPDFResult - Class in com.adobe.pdfservices.operation.pdfjobs.result
This class encapsulates the result of SplitPDFJob.
SplitPDFResult(List<Asset>) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.result.SplitPDFResult
Constructs a new SplitPDFResult instance
SR_SR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Serbian (Serbia)" locale
SR_SR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Serbian (Serbia)" locale
SR_SR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Serbian (Serbia)" locale
SR_SR - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Serbian (Serbia)" locale
SR_SR - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Serbian (Serbia)" locale
StreamAsset - Class in com.adobe.pdfservices.operation.io
This class encapsulates input stream and the media type of Asset.
StreamAsset(InputStream, String) - Constructor for class com.adobe.pdfservices.operation.io.StreamAsset
Constructs an instance of StreamAsset.
submit(PDFServicesJob) - Method in class com.adobe.pdfservices.operation.PDFServices
Creates the PDFServicesJob and returns the polling URL.
submit(PDFServicesJob, List<NotifierConfig>) - Method in class com.adobe.pdfservices.operation.PDFServices
Creates the PDFServicesJob with the given NotifierConfig and returns the polling URL.
SV_SE - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Swedish (Sweden)" locale
SV_SE - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Swedish (Sweden)" locale
SV_SE - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Swedish (Sweden)" locale
SV_SE - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Swedish (Sweden)" locale
SV_SE - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Swedish (Sweden)" locale
SVG - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents svg mime type.

T

TABLES - com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractElementType
Tabular Data
TABLES - com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractRenditionsElementType
Tabular Data
TableStructureType - Enum in com.adobe.pdfservices.operation.pdfjobs.params.extractpdf
Supported Formats for exporting Table Data ExtractPDFJob
TEXT - com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractElementType
Textual Data
TIF - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents tif mime type.
TIFF - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents tiff mime type.
toString() - Method in enum com.adobe.pdfservices.operation.io.ExternalStorageType
Returns the string representation of the storage type.
toString() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.PageRanges
Used internally by this SDK, not intended to be called by clients.
toString() - Method in enum com.adobe.pdfservices.operation.Region
Returns the string representation of the region.
TR_TR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Turkish (Turkey)" locale
TR_TR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Turkish (Turkey)" locale
TR_TR - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Turkish (Turkey)" locale
TR_TR - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Turkish (Turkey)" locale
TR_TR - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Turkish (Turkey)" locale
TSABasicAuthCredentials - Class in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Parameters specifying options related to the time stamp authority credentials required for RFC3161TSAOptions.
TSABasicAuthCredentials(String, String) - Constructor for class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.TSABasicAuthCredentials
Constructs a TSABasicAuthCredentials instance.
TSAOptions - Interface in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
This interface represents the basic contract for the timestamp authority options to be used with PDFElectronicSealParams.
TXT - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents txt mime type.

U

UK_UA - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Ukrainian (Ukraine)" locale
UK_UA - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Ukrainian (Ukraine)" locale
UK_UA - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Ukrainian (Ukraine)" locale
UK_UA - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Ukrainian (Ukraine)" locale
UK_UA - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Ukrainian (Ukraine)" locale
upload(InputStream, String) - Method in class com.adobe.pdfservices.operation.PDFServices
Upload content from input stream and returns an Asset to be used in PDF Services SDK.
uploadAssets(List<StreamAsset>) - Method in class com.adobe.pdfservices.operation.PDFServices
Upload content from list of StreamAsset and returns a list of Asset to be used in PDF Services SDK.
US - com.adobe.pdfservices.operation.Region
Represents US region
UsernamePasswordCredentials - Class in com.adobe.pdfservices.operation.config.proxy
Simple ProxyAuthenticationCredentials implementation based on a username and password.
UsernamePasswordCredentials(String, String) - Constructor for class com.adobe.pdfservices.operation.config.proxy.UsernamePasswordCredentials
Creates a new UsernamePasswordCredentials instance.

V

validate() - Method in class com.adobe.pdfservices.operation.pdfjobs.params.PageRanges
Used internally by this SDK, not intended to be called by clients.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.config.notifier.NotifierType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.config.proxy.ProxyScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.io.ExternalStorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.compresspdf.CompressionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.AppearanceItem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.DocumentLevelPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.SignatureFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFTargetFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesOutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesTargetFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractRenditionsElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.TableStructureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.ContentEncryption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.EncryptionAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.Angle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.PDFServicesJobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.PDFServicesMediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adobe.pdfservices.operation.Region
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.adobe.pdfservices.operation.config.notifier.NotifierType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.config.proxy.ProxyScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.io.ExternalStorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.compresspdf.CompressionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.AppearanceItem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.DocumentLevelPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.SignatureFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFTargetFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesOutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesTargetFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.ExtractRenditionsElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.TableStructureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.ContentEncryption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.EncryptionAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.protectpdf.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.Angle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.PDFServicesJobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.PDFServicesMediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adobe.pdfservices.operation.Region
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAngleToRotatePagesBy(Angle) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.RotatePagesParams.Builder
Sets the Angle to be used for rotating pages.
withAngleToRotatePagesBy(Angle, PageRanges) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.RotatePagesParams.Builder
Sets the Angle to be used for rotating pages specified in PageRanges.
withAppearanceOptions(AppearanceOptions) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams.Builder
Sets the AppearanceOptions for the seal.
withCompressionLevel(CompressionLevel) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.compresspdf.CompressPDFParams.Builder
Sets compression level to be used for Compress PDF, specified by CompressionLevel.
withConnectTimeout(Integer) - Method in class com.adobe.pdfservices.operation.config.ClientConfig.Builder
Sets the connect timeout.
withCreateTaggedPdf(Boolean) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.CreatePDFFromExcelParams.Builder
 
withCreateTaggedPdf(Boolean) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.CreatePDFFromPPTParams.Builder
 
withCreateTaggedPdf(Boolean) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.CreatePDFFromWordParams.Builder
 
withCredentialID(String) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCCredential.Builder
Sets the TSP credential ID.
withCredentials(ProxyAuthenticationCredentials) - Method in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig.Builder
Sets the credentials for authenticating with a proxy server.
withCSCAuthContext(CSCAuthContext) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCCredential.Builder
Sets the CSC auth context.
withDataToMerge(JSONObject) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.HTMLToPDFParams.Builder
Sets the data to be used by the javascript in the source html file to manipulate the HTML DOM before it gets converted to PDF.
withDocumentLanguage(DocumentLanguage) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.CreatePDFFromExcelParams.Builder
Sets office preferred editing language to be used for conversion, specified by DocumentLanguage.
withDocumentLanguage(DocumentLanguage) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.CreatePDFFromPPTParams.Builder
Sets office preferred editing language to be used for conversion, specified by DocumentLanguage.
withDocumentLanguage(DocumentLanguage) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.CreatePDFFromWordParams.Builder
Sets office preferred editing language to be used for conversion, specified by DocumentLanguage.
withDocumentLevelPermission(DocumentLevelPermission) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams.Builder
Sets the document level permission for changes allowed after sealing.
withExportOCRLocale(ExportOCRLocale) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFParams.Builder
Sets OCR Locale level to be used for Export PDF, specified by ExportOCRLocale.
withFragments(Fragments) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.DocumentMergeParams.Builder
Sets the Fragments for the document merge process.
withHost(String) - Method in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig.Builder
Sets the host name of proxy server.
withJsonDataForMerge(JSONObject) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.DocumentMergeParams.Builder
Sets the input JSON data for the document merge process.
withOCRLocale(OCRSupportedLocale) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRParams.Builder
Sets input language to be used for OCR, specified by OCRSupportedLocale.
withOCRType(OCRSupportedType) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRParams.Builder
Sets OCR type, specified by OCRSupportedType
withOutputFormat(OutputFormat) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.DocumentMergeParams.Builder
Sets the OutputFormat for the document merge process.
withPageLayout(PageLayout) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.HTMLToPDFParams.Builder
Sets the pageLayout parameter.
withPin(String) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCCredential.Builder
Sets the PIN associated with credential ID.
withPort(Integer) - Method in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig.Builder
Sets the port number of proxy server.
withProviderName(String) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCCredential.Builder
Sets the name of trust service provider being used.
withProxyScheme(ProxyScheme) - Method in class com.adobe.pdfservices.operation.config.proxy.ProxyServerConfig.Builder
Sets the scheme of proxy server.
withProxyServerConfig(ProxyServerConfig) - Method in class com.adobe.pdfservices.operation.config.ClientConfig.Builder
Sets the configuration for proxy server.
withSignatureFormat(SignatureFormat) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams.Builder
Sets the SignatureFormat for the seal.
withSocketTimeout(Integer) - Method in class com.adobe.pdfservices.operation.config.ClientConfig.Builder
Sets the socket timeout.
withTSAOptions(TSAOptions) - Method in class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.PDFElectronicSealParams.Builder
Sets the time stamp authority options
wordParamsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfjobs.params.createpdf.CreatePDFParams

X

XLS - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents xls mime type.
XLSX - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFTargetFormat
Represents "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" media type
XLSX - com.adobe.pdfservices.operation.pdfjobs.params.extractpdf.TableStructureType
XLSX Format
XLSX - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents xlsx mime type.

Z

ZH_CN - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Chinese (China)" locale
ZH_CN - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Chinese (China)" locale
ZH_CN - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Chinese (China)" locale
ZH_CN - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Chinese (China)" locale
ZH_CN - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Chinese (China)" locale
ZH_HANT - com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
Represents "Chinese (traditional)" locale
ZH_HK - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.excel.DocumentLanguage
Represents "Chinese (Hong Kong)" locale
ZH_HK - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
Represents "Chinese (Hong Kong)" locale
ZH_HK - com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
Represents "Chinese (Hong Kong)" locale
ZH_HK - com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
Represents "Chinese (Hong Kong)" locale
ZIP - com.adobe.pdfservices.operation.PDFServicesMediaType
Represents zip mime type.
ZIP_OF_PAGE_IMAGES - com.adobe.pdfservices.operation.pdfjobs.params.exportpdftoimages.ExportPDFToImagesOutputType
Represents Zip Output type.

_

_180 - com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.Angle
Represents 180 degrees clockwise rotation
_270 - com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.Angle
Represents 270 degrees clockwise rotation
_90 - com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.Angle
Represents 90 degrees clockwise rotation
A B C D E F G H I J K L M N O P R S T U V W X Z _ 
All Classes All Packages