- ClientConfig - Class in com.adobe.pdfservices.operation
-
Encapsulates the API request configurations
- ClientConfig() - Constructor for class com.adobe.pdfservices.operation.ClientConfig
-
- ClientConfig.Builder - Class in com.adobe.pdfservices.operation
-
- com.adobe.pdfservices.operation - package com.adobe.pdfservices.operation
-
Contains the classes and sub-packages for various operations.
- 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.exception - package com.adobe.pdfservices.operation.exception
-
Contains the classes for various exceptions that can be thrown by an
Operation
.
- com.adobe.pdfservices.operation.io - package com.adobe.pdfservices.operation.io
-
Contains the classes for providing input or receiving the output of an
Operation
.
- com.adobe.pdfservices.operation.io.autotag - package com.adobe.pdfservices.operation.io.autotag
-
- com.adobe.pdfservices.operation.io.pdfproperties - package com.adobe.pdfservices.operation.io.pdfproperties
-
- com.adobe.pdfservices.operation.pdfops - package com.adobe.pdfservices.operation.pdfops
-
Contains the classes for operations that generate or transform PDF files.
- com.adobe.pdfservices.operation.pdfops.options - package com.adobe.pdfservices.operation.pdfops.options
-
- com.adobe.pdfservices.operation.pdfops.options.autotag - package com.adobe.pdfservices.operation.pdfops.options.autotag
-
- com.adobe.pdfservices.operation.pdfops.options.compresspdf - package com.adobe.pdfservices.operation.pdfops.options.compresspdf
-
- com.adobe.pdfservices.operation.pdfops.options.createpdf - package com.adobe.pdfservices.operation.pdfops.options.createpdf
-
- com.adobe.pdfservices.operation.pdfops.options.createpdf.excel - package com.adobe.pdfservices.operation.pdfops.options.createpdf.excel
-
- com.adobe.pdfservices.operation.pdfops.options.createpdf.ppt - package com.adobe.pdfservices.operation.pdfops.options.createpdf.ppt
-
- com.adobe.pdfservices.operation.pdfops.options.createpdf.word - package com.adobe.pdfservices.operation.pdfops.options.createpdf.word
-
- com.adobe.pdfservices.operation.pdfops.options.documentmerge - package com.adobe.pdfservices.operation.pdfops.options.documentmerge
-
- com.adobe.pdfservices.operation.pdfops.options.exportpdf - package com.adobe.pdfservices.operation.pdfops.options.exportpdf
-
- com.adobe.pdfservices.operation.pdfops.options.exportpdftoimages - package com.adobe.pdfservices.operation.pdfops.options.exportpdftoimages
-
- com.adobe.pdfservices.operation.pdfops.options.extractpdf - package com.adobe.pdfservices.operation.pdfops.options.extractpdf
-
- com.adobe.pdfservices.operation.pdfops.options.ocr - package com.adobe.pdfservices.operation.pdfops.options.ocr
-
- com.adobe.pdfservices.operation.pdfops.options.pdfproperties - package com.adobe.pdfservices.operation.pdfops.options.pdfproperties
-
- com.adobe.pdfservices.operation.pdfops.options.protectpdf - package com.adobe.pdfservices.operation.pdfops.options.protectpdf
-
- com.adobe.pdfservices.operation.pdfops.options.rotatepages - package com.adobe.pdfservices.operation.pdfops.options.rotatepages
-
- com.adobe.pdfservices.operation.proxy - package com.adobe.pdfservices.operation.proxy
-
- CombineFilesOperation - Class in com.adobe.pdfservices.operation.pdfops
-
Combines multiple PDF files into a single PDF file.
- CombineFilesOperation.SupportedSourceFormat - Enum in com.adobe.pdfservices.operation.pdfops
-
- commenting - Variable in class com.adobe.pdfservices.operation.io.pdfproperties.PermissionSettings
-
- CompressionLevel - Enum in com.adobe.pdfservices.operation.pdfops.options.compresspdf
-
- CompressPDFOperation - Class in com.adobe.pdfservices.operation.pdfops
-
An operation that reduces the size of a PDF file.
- CompressPDFOperation.SupportedSourceFormat - Enum in com.adobe.pdfservices.operation.pdfops
-
- CompressPDFOptions - Class in com.adobe.pdfservices.operation.pdfops.options.compresspdf
-
- CompressPDFOptions.Builder - Class in com.adobe.pdfservices.operation.pdfops.options.compresspdf
-
- compressPDFOptionsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfops.options.compresspdf.CompressPDFOptions
-
- containsEmbeddedFiles() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Document
-
Returns a boolean specifying whether the specified PDF file contains any embedded files.
- containsImages() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Content
-
Returns a boolean specifying whether the content has any images.
- containsImagesOnly() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Content
-
Returns a boolean specifying whether the content consists only images.
- containsText() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Content
-
Returns a boolean specifying whether the content has any text.
- Content - Class in com.adobe.pdfservices.operation.io.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.io.pdfproperties.Content
-
- ContentEncryption - Enum in com.adobe.pdfservices.operation.pdfops.options.protectpdf
-
- copying - Variable in class com.adobe.pdfservices.operation.io.pdfproperties.PermissionSettings
-
- create(Credentials) - Static method in class com.adobe.pdfservices.operation.ExecutionContext
-
Creates a context instance using the provided
Credentials
.
- create(Credentials, ClientConfig) - Static method in class com.adobe.pdfservices.operation.ExecutionContext
-
- createFromLocalFile(String, String) - Static method in class com.adobe.pdfservices.operation.io.FileRef
-
Creates a FileRef instance from a local file path with an explicitly specified media type.
- createFromLocalFile(String) - Static method in class com.adobe.pdfservices.operation.io.FileRef
-
Creates a FileRef instance from a local file path where the media type can be inferred from the file extension.
- createFromStream(InputStream, String) - Static method in class com.adobe.pdfservices.operation.io.FileRef
-
Creates a FileRef instance from an input stream using the specified media type.
- createFromURL(URL) - Static method in class com.adobe.pdfservices.operation.io.FileRef
-
Creates a FileRef instance from the input URL.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.AutotagPDFOperation
-
Constructs an AutotagPDFOperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.CombineFilesOperation
-
Constructs a CombineFilesOperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.CompressPDFOperation
-
Constructs a CompressPDFOperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.CreatePDFOperation
-
Constructs a CreatePDFOperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.DeletePagesOperation
-
Constructs a DeletePagesOperation
instance.
- createNew(DocumentMergeOptions) - Static method in class com.adobe.pdfservices.operation.pdfops.DocumentMergeOperation
-
Constructs a DocumentMergeOperation
instance.
- createNew(ExportPDFTargetFormat) - Static method in class com.adobe.pdfservices.operation.pdfops.ExportPDFOperation
-
Constructs a ExportPDFOperation
instance.
- createNew(ExportPDFToImagesTargetFormat) - Static method in class com.adobe.pdfservices.operation.pdfops.ExportPDFToImagesOperation
-
Constructs a ExportPDFToImagesOperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.ExtractPDFOperation
-
Constructs a ExtractPDFOperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.InsertPagesOperation
-
Constructs a InsertPagesOperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.LinearizePDFOperation
-
Constructs a LinearizePDFOperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.OCROperation
-
Constructs a OCROperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.options.protectpdf.Permissions
-
Creates a new Permissions
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.PDFPropertiesOperation
-
Constructs a PDFPropertiesOperation
instance.
- createNew(ProtectPDFOptions) - Static method in class com.adobe.pdfservices.operation.pdfops.ProtectPDFOperation
-
Constructs a ProtectPDFOperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.RemoveProtectionOperation
-
Constructs a RemoveProtectionOperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.ReorderPagesOperation
-
Constructs a ReorderPagesOperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.ReplacePagesOperation
-
Constructs a ReplacePagesOperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.RotatePagesOperation
-
Constructs a RotatePagesOperation
instance.
- createNew() - Static method in class com.adobe.pdfservices.operation.pdfops.SplitPDFOperation
-
Constructs a SplitPDFOperation
instance.
- CreatePDFFromExcelOptions - Class in com.adobe.pdfservices.operation.pdfops.options.createpdf.excel
-
- CreatePDFFromExcelOptions.Builder - Class in com.adobe.pdfservices.operation.pdfops.options.createpdf.excel
-
- CreatePDFFromHTMLOptions - Class in com.adobe.pdfservices.operation.pdfops.options.createpdf
-
- CreatePDFFromHTMLOptions.Builder - Class in com.adobe.pdfservices.operation.pdfops.options.createpdf
-
- CreatePDFFromPPTOptions - Class in com.adobe.pdfservices.operation.pdfops.options.createpdf.ppt
-
- CreatePDFFromPPTOptions.Builder - Class in com.adobe.pdfservices.operation.pdfops.options.createpdf.ppt
-
- CreatePDFFromWordOptions - Class in com.adobe.pdfservices.operation.pdfops.options.createpdf.word
-
- CreatePDFFromWordOptions.Builder - Class in com.adobe.pdfservices.operation.pdfops.options.createpdf.word
-
- CreatePDFOperation - Class in com.adobe.pdfservices.operation.pdfops
-
An operation that converts a non-PDF file to a PDF file.
- CreatePDFOperation.SupportedSourceFormat - Enum in com.adobe.pdfservices.operation.pdfops
-
- CreatePDFOptions - Class in com.adobe.pdfservices.operation.pdfops.options.createpdf
-
- Credentials - Class in com.adobe.pdfservices.operation.auth
-
Marker base class for different types of credentials.
- credentials - Variable in class com.adobe.pdfservices.operation.proxy.ProxyServerConfig.Builder
-
- editing - Variable in class com.adobe.pdfservices.operation.io.pdfproperties.PermissionSettings
-
- encryptAttachmentsOnly - Variable in class com.adobe.pdfservices.operation.io.pdfproperties.EncryptionSettings
-
- EncryptionAlgorithm - Enum in com.adobe.pdfservices.operation.pdfops.options.protectpdf
-
- EncryptionSettings - Class in com.adobe.pdfservices.operation.io.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.io.pdfproperties.EncryptionSettings
-
- encryptionSettings - Variable in class com.adobe.pdfservices.operation.io.pdfproperties.SecuritySettings
-
- encryptMetadata - Variable in class com.adobe.pdfservices.operation.io.pdfproperties.EncryptionSettings
-
- excelOptionsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfops.options.createpdf.CreatePDFOptions
-
Creates a new CreatePDFFromExcelOptions
builder.
- execute(ExecutionContext) - Method in interface com.adobe.pdfservices.operation.Operation
-
Executes this operation synchronously using the provided context instance.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.AutotagPDFOperation
-
Executes this operation synchronously using the supplied context and returns
AutotagPDFOutput
instance for the tagged PDF and report file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.CombineFilesOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.CompressPDFOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.CreatePDFOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.DeletePagesOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.DocumentMergeOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting Merged file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.ExportPDFOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.ExportPDFToImagesOperation
-
Executes this operation synchronously using the supplied context and returns a new list of FileRef instances for the resultant image files.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.ExtractPDFOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting Zip file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.InsertPagesOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.LinearizePDFOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.OCROperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.PDFPropertiesOperation
-
Executes this operation synchronously using the supplied context and returns a new JSONObject instance for the resulting JSON object.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.ProtectPDFOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.RemoveProtectionOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.ReorderPagesOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.ReplacePagesOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.RotatePagesOperation
-
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
- execute(ExecutionContext) - Method in class com.adobe.pdfservices.operation.pdfops.SplitPDFOperation
-
Executes this operation synchronously using the supplied context and returns a new list of FileRef instances for the resultant PDF files.
- ExecutionContext - Class in com.adobe.pdfservices.operation
-
Represents the execution context of an
Operation
.
- ExportOCRLocale - Enum in com.adobe.pdfservices.operation.pdfops.options.exportpdf
-
- ExportPDFOperation - Class in com.adobe.pdfservices.operation.pdfops
-
- ExportPDFOperation.SupportedSourceFormat - Enum in com.adobe.pdfservices.operation.pdfops
-
- ExportPDFOptions - Class in com.adobe.pdfservices.operation.pdfops.options.exportpdf
-
Parameters for exporting a source PDF file to a supported format using
ExportPDFOperation
.
- ExportPDFOptions(ExportOCRLocale) - Constructor for class com.adobe.pdfservices.operation.pdfops.options.exportpdf.ExportPDFOptions
-
- ExportPDFTargetFormat - Enum in com.adobe.pdfservices.operation.pdfops.options.exportpdf
-
- ExportPDFToImagesOperation - Class in com.adobe.pdfservices.operation.pdfops
-
- ExportPDFToImagesOperation.SupportedSourceFormat - Enum in com.adobe.pdfservices.operation.pdfops
-
- ExportPDFToImagesTargetFormat - Enum in com.adobe.pdfservices.operation.pdfops.options.exportpdftoimages
-
- ExtractElementType - Enum in com.adobe.pdfservices.operation.pdfops.options.extractpdf
-
- ExtractPDFOperation - Class in com.adobe.pdfservices.operation.pdfops
-
An Operation that extracts pdf elements such as text, images, tables in a structured format from a PDF.
- ExtractPDFOptions - Class in com.adobe.pdfservices.operation.pdfops.options.extractpdf
-
- ExtractPDFOptions.Builder - Class in com.adobe.pdfservices.operation.pdfops.options.extractpdf
-
Static Builder class for Extract PDF Options
- extractPdfOptionsBuilder() - Static method in class com.adobe.pdfservices.operation.pdfops.options.extractpdf.ExtractPDFOptions
-
Creates a new ExtractPDFOptions
builder.
- ExtractRenditionsElementType - Enum in com.adobe.pdfservices.operation.pdfops.options.extractpdf
-
- generateReport() - Method in class com.adobe.pdfservices.operation.pdfops.options.autotag.AutotagPDFOptions.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.proxy.ProxyScheme
-
Returns the instance of ProxyScheme
for the input string.
- get(String) - Static method in enum com.adobe.pdfservices.operation.Region
-
Returns Region
instance for its string representation.
- getAccountId() - Method in class com.adobe.pdfservices.operation.auth.ServiceAccountCredentials
-
Account ID(format: id@techacct.adobe.com)
- getAddCharInfo() - Method in class com.adobe.pdfservices.operation.pdfops.options.extractpdf.ExtractPDFOptions
-
Returns whether character level information was invoked for operation.
- getAlgorithm() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.EncryptionSettings
-
Returns a string specifying the encryption algorithm used to encrypt the specified PDF file - e.g.
- getAuthor() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.InfoDict
-
Returns the name of the author of the specified PDF file
- getBitLength() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.EncryptionSettings
-
Returns the number of bits in the key used by a cryptographic algorithm to encrypt the specified PDF file.
- getClientId() - Method in class com.adobe.pdfservices.operation.auth.ServiceAccountCredentials
-
Client Id (API Key)
- getClientSecret() - Method in class com.adobe.pdfservices.operation.auth.ServiceAccountCredentials
-
Client Secret
- getCompressionLevel() - Method in enum com.adobe.pdfservices.operation.pdfops.options.compresspdf.CompressionLevel
-
Returns the string representation of this CompressionLevel
- getCompressionLevel() - Method in class com.adobe.pdfservices.operation.pdfops.options.compresspdf.CompressPDFOptions
-
- getContent() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Page
-
Returns a
Content
instance that specifies content level properties of the PDF such as number of images, textual content etc.
- getContentEncryption() - Method in class com.adobe.pdfservices.operation.pdfops.options.protectpdf.PasswordProtectOptions
-
Returns the intended type of content to encrypt for the resulting encrypted PDF file.
- getContentEncryptionAsString() - Method in class com.adobe.pdfservices.operation.pdfops.options.protectpdf.PasswordProtectOptions
-
- getCreateTaggedPDF() - Method in class com.adobe.pdfservices.operation.pdfops.options.createpdf.excel.CreatePDFFromExcelOptions
-
- getCreateTaggedPDF() - Method in class com.adobe.pdfservices.operation.pdfops.options.createpdf.ppt.CreatePDFFromPPTOptions
-
- getCreateTaggedPDF() - Method in class com.adobe.pdfservices.operation.pdfops.options.createpdf.word.CreatePDFFromWordOptions
-
- getCreationDate() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.InfoDict
-
Returns a string specifying the date of file creation.
- getCreator() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.InfoDict
-
Returns a string specifying the creator tool of the specified PDF file - e.g.
- getCredentials() - Method in class com.adobe.pdfservices.operation.proxy.ProxyServerConfig
-
- getDataToMerge() - Method in class com.adobe.pdfservices.operation.pdfops.options.createpdf.CreatePDFFromHTMLOptions
-
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.io.pdfproperties.InfoDict
-
Returns a string specifying the date when the file was last modified.
- getDocument() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.PDFProperties
-
Returns a
Document
instance specifying document level properties such as fonts, PDF versions etc.
- getDocumentLanguage() - Method in class com.adobe.pdfservices.operation.pdfops.options.createpdf.excel.CreatePDFFromExcelOptions
-
- getDocumentLanguage() - Method in enum com.adobe.pdfservices.operation.pdfops.options.createpdf.excel.SupportedDocumentLanguage
-
Returns the language code of this SupportedDocumentLanguage
- getDocumentLanguage() - Method in class com.adobe.pdfservices.operation.pdfops.options.createpdf.ppt.CreatePDFFromPPTOptions
-
- getDocumentLanguage() - Method in enum com.adobe.pdfservices.operation.pdfops.options.createpdf.ppt.SupportedDocumentLanguage
-
Returns the language code of this SupportedDocumentLanguage
- getDocumentLanguage() - Method in class com.adobe.pdfservices.operation.pdfops.options.createpdf.word.CreatePDFFromWordOptions
-
- getDocumentLanguage() - Method in enum com.adobe.pdfservices.operation.pdfops.options.createpdf.word.SupportedDocumentLanguage
-
Returns the language code of this SupportedDocumentLanguage
- getElementsToExtract() - Method in class com.adobe.pdfservices.operation.pdfops.options.extractpdf.ExtractPDFOptions
-
Returns the list of elements (Text and/or Tables) invoked for operation
- getElementsToExtractRenditions() - Method in class com.adobe.pdfservices.operation.pdfops.options.extractpdf.ExtractPDFOptions
-
Returns the list of renditions (Tables and/or Figures) invoked for operation
- getEncryptionAlgorithm() - Method in class com.adobe.pdfservices.operation.pdfops.options.protectpdf.PasswordProtectOptions
-
Returns the intended encryption algorithm of the resulting encrypted PDF file.
- getEncryptionSettings() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.SecuritySettings
-
- 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 enum com.adobe.pdfservices.operation.pdfops.options.exportpdf.ExportOCRLocale
-
Returns the language code of this ExportOCRLocale
- getExportOcrLocale() - Method in class com.adobe.pdfservices.operation.pdfops.options.exportpdf.ExportPDFOptions
-
- getFamilyName() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Font
-
Returns a string specifying font's family name - e.g.
- getFileExt() - Method in enum com.adobe.pdfservices.operation.pdfops.options.exportpdf.ExportPDFTargetFormat
-
Returns the file extension of this format
- getFileExt() - Method in enum com.adobe.pdfservices.operation.pdfops.options.exportpdftoimages.ExportPDFToImagesTargetFormat
-
Returns the file extension of this format
- getFileSize() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Document
-
Returns the size of the specified PDF file.
- getFonts() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Document
-
Returns a list of
Font
instances present in the specified PDF file.
- getFontType() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Font
-
Returns a string specifying the font technology type - e.g.
- getFormat() - Method in enum com.adobe.pdfservices.operation.pdfops.options.documentmerge.OutputFormat
-
Returns the string representation of this outputformat
- getFragments() - Method in class com.adobe.pdfservices.operation.pdfops.options.documentmerge.DocumentMergeOptions
-
Returns the input fragments data for document merge process.
- getFragmentsList() - Method in class com.adobe.pdfservices.operation.pdfops.options.documentmerge.Fragments
-
Gets the fragementsList.
- getHeight() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Page
-
Returns the height of the page.
- getHost() - Method in class com.adobe.pdfservices.operation.proxy.ProxyServerConfig
-
- getIncrementalSaveCount() - Method in class com.adobe.pdfservices.operation.io.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.io.pdfproperties.Document
-
Returns an
InfoDict
instance that specifies information related to the specified PDF file such as creation date, author etc.
- getJsonDataForMerge() - Method in class com.adobe.pdfservices.operation.pdfops.options.documentmerge.DocumentMergeOptions
-
Represents the input datasource for the document merge process as a JSON Object
- getLocale() - Method in enum com.adobe.pdfservices.operation.pdfops.options.ocr.OCRSupportedLocale
-
Returns the language code of this OCRSupportedLocale
- getMediaType() - Method in class com.adobe.pdfservices.operation.io.FileRef
-
Returns the media type of this file e.g application/pdf, application/zip etc.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.CombineFilesOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.CompressPDFOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.CreatePDFOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.DeletePagesOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.DocumentMergeOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.ExportPDFOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.ExportPDFToImagesOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.InsertPagesOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.LinearizePDFOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.OCROperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.ProtectPDFOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.RemoveProtectionOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.ReorderPagesOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.ReplacePagesOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.RotatePagesOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- getMediaType() - Method in enum com.adobe.pdfservices.operation.pdfops.SplitPDFOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType
parameter in
FileRef
methods.
- 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.
- getName() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Font
-
Returns a string specifying the post-script name of the font - e.g.
- getNumberOfImages() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Content
-
Returns the number of images in the content.
- getOCRLocale() - Method in class com.adobe.pdfservices.operation.pdfops.options.ocr.OCROptions
-
- getOCRType() - Method in class com.adobe.pdfservices.operation.pdfops.options.ocr.OCROptions
-
Determines OCR Type.
- getOrganizationId() - Method in class com.adobe.pdfservices.operation.auth.ServiceAccountCredentials
-
Identifies the organization(format: org_ident@AdobeOrg) that has been configured for access to PDF Services API.
- getOutputFormat() - Method in class com.adobe.pdfservices.operation.pdfops.options.documentmerge.DocumentMergeOptions
-
Returns the intended target format of the generated output document.
- getOutputType() - Method in enum com.adobe.pdfservices.operation.pdfops.options.exportpdftoimages.OutputType
-
- getOwnerPassword() - Method in class com.adobe.pdfservices.operation.pdfops.options.protectpdf.PasswordProtectOptions
-
Returns the intended owner password of the resulting encrypted PDF file.
- getPageCount() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Document
-
Returns a number specifying the number of pages in the specified PDF file.
- getPageHeight() - Method in class com.adobe.pdfservices.operation.pdfops.options.createpdf.PageLayout
-
Returns the page height in inches.
- getPageLayout() - Method in class com.adobe.pdfservices.operation.pdfops.options.createpdf.CreatePDFFromHTMLOptions
-
Returns the intended page layout of the resulting PDF file.
- getPageNumber() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Page
-
Returns the page number of this
Page
, starting from 0.
- getPages() - Method in class com.adobe.pdfservices.operation.io.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.pdfops.options.createpdf.PageLayout
-
Returns the page width in inches.
- getPassword() - Method in class com.adobe.pdfservices.operation.proxy.UsernamePasswordCredentials
-
Returns the password.
- getPDFAComplianceLevel() - Method in class com.adobe.pdfservices.operation.io.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.io.pdfproperties.Document
-
Returns a string specifying the PDF/E compliance level for the specified PDF file - e.g.
- getPDFUAComplianceLevel() - Method in class com.adobe.pdfservices.operation.io.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.io.pdfproperties.Document
-
Returns a string specifying the version of the specified PDF file - e.g.
- getPDFVTComplianceLevel() - Method in class com.adobe.pdfservices.operation.io.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.io.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.pdfops.options.protectpdf.PasswordProtectOptions
-
Returns the intended document permissions for the resulting encrypted PDF file.
- getPermissionSettings() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.SecuritySettings
-
Returns a
PermissionSettings
instance specifying permissions settings of the PDF such as content copying, editing etc.
- getPort() - Method in class com.adobe.pdfservices.operation.proxy.ProxyServerConfig
-
- getPrintingPermission() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.PermissionSettings
-
Returns a string specifying permission level for printing the file.
- getPrivateKey() - Method in class com.adobe.pdfservices.operation.auth.ServiceAccountCredentials
-
Content of the Private Key (PEM format)
- getProducer() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.InfoDict
-
Returns a string specifying the authoring tool used to generate the specified PDF file - e.g.
- getProxyScheme() - Method in class com.adobe.pdfservices.operation.proxy.ProxyServerConfig
-
- getRanges() - Method in class com.adobe.pdfservices.operation.pdfops.options.PageRanges
-
Used internally by this SDK, not intended to be called by clients.
- getReport() - Method in class com.adobe.pdfservices.operation.io.autotag.AutotagPDFOutput
-
Returns a reference to the additional tagging report, if specified for the operation, null otherwise.
- 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).
- getSecuritySettings() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.PDFProperties
-
Returns a
SecuritySettings
instance specifying security settings of the such as encryption
algorithm, user and owner passwords etc.
- 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.pdfops.options.extractpdf.ExtractPDFOptions
-
Returns whether styling information was invoked for operation.
- getTableStructureType() - Method in class com.adobe.pdfservices.operation.pdfops.options.extractpdf.ExtractPDFOptions
-
Returns the table structure type of the resulting rendition
- getTaggedPDF() - Method in class com.adobe.pdfservices.operation.io.autotag.AutotagPDFOutput
-
Returns a reference to the output tagged PDF document.
- getTitle() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.InfoDict
-
Returns a string specifying the title of the specified PDF file.
- getType() - Method in enum com.adobe.pdfservices.operation.pdfops.options.ocr.OCRSupportedType
-
Returns the string representation of this OCRSupportedType
- getUsername() - Method in class com.adobe.pdfservices.operation.proxy.UsernamePasswordCredentials
-
Returns the username.
- getUserPassword() - Method in class com.adobe.pdfservices.operation.pdfops.options.protectpdf.PasswordProtectOptions
-
Returns the intended user password of the resulting encrypted PDF file.
- getValue() - Method in enum com.adobe.pdfservices.operation.pdfops.options.protectpdf.ContentEncryption
-
Returns the value of the type of content to encrypt
- getValue() - Method in enum com.adobe.pdfservices.operation.pdfops.options.protectpdf.EncryptionAlgorithm
-
Returns the value of this encryption algorithm
- getValue() - Method in enum com.adobe.pdfservices.operation.pdfops.options.protectpdf.Permission
-
Returns the value of this permission
- getValue() - Method in enum com.adobe.pdfservices.operation.pdfops.options.rotatepages.Angle
-
Returns the value of this angle
- getValues() - Method in class com.adobe.pdfservices.operation.pdfops.options.protectpdf.Permissions
-
Returns the intended set of document permissions values.
- getWidth() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Page
-
Returns the width of the page.
- getXMPMetadata() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Document
-
Returns a string specifying the full metadata of the specified PDF file as provided by the author and producer of the document.
- includeHeaderFooter(boolean) - Method in class com.adobe.pdfservices.operation.pdfops.options.createpdf.CreatePDFFromHTMLOptions.Builder
-
Sets the includeHeaderFooter parameter.
- includePageLevelProperties(boolean) - Method in class com.adobe.pdfservices.operation.pdfops.options.pdfproperties.PDFPropertiesOptions.Builder
-
Sets the includePageLevelProperties parameter.
- includePageLevelProperties() - Method in class com.adobe.pdfservices.operation.pdfops.options.pdfproperties.PDFPropertiesOptions
-
Returns true
if page level properties are set to be included in the resulting PDF properties.
- includesHeaderFooter() - Method in class com.adobe.pdfservices.operation.pdfops.options.createpdf.CreatePDFFromHTMLOptions
-
Returns true
if default header and footer will be included in the resulting PDF file.
- InfoDict - Class in com.adobe.pdfservices.operation.io.pdfproperties
-
This class provides document authoring related information, such as creation date, creator etc.
- InfoDict() - Constructor for class com.adobe.pdfservices.operation.io.pdfproperties.InfoDict
-
- InsertPagesOperation - Class in com.adobe.pdfservices.operation.pdfops
-
An operation that can be used to insert pages of multiple PDF files into a base PDF file.
- InsertPagesOperation.SupportedSourceFormat - Enum in com.adobe.pdfservices.operation.pdfops
-
- isAcroform() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Document
-
Returns a boolean specifying whether the specified PDF file contains any form fields.
- isCertified() - Method in class com.adobe.pdfservices.operation.io.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.io.pdfproperties.PermissionSettings
-
Returns a boolean specifying whether adding comments in the specified PDF file is permitted.
- isCopyingAllowed() - Method in class com.adobe.pdfservices.operation.io.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.io.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.io.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.io.pdfproperties.Content
-
Returns a boolean specifying whether the content is empty/blank.
- isEmpty() - Method in class com.adobe.pdfservices.operation.pdfops.options.PageRanges
-
Used internally by this SDK, not intended to be called by clients.
- isEncrypted() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Document
-
Returns a boolean specifying whether the specified PDF file is encrypted.
- isFormFillingAllowed() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.PermissionSettings
-
Returns a boolean specifying whether form filling is permitted in the specified PDF file.
- isFullyTaggedPDF() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Document
-
Returns a boolean specifying whether the specified PDF file is a Fully Tagged PDF.
- isGenerateReport() - Method in class com.adobe.pdfservices.operation.pdfops.options.autotag.AutotagPDFOptions
-
Returns a boolean value specifying whether an additional tagging report needs to be generated.
- isLinearized() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Document
-
Returns a boolean specifying whether the specified PDF file is linearized.
- isMetadataEncrypted() - Method in class com.adobe.pdfservices.operation.io.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.io.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.io.pdfproperties.PermissionSettings
-
Returns a boolean specifying whether extracting pages of the specified PDF file is permitted.
- isPortfolio() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Document
-
Returns a boolean specifying whether the specified PDF file is a portfolio PDF.
- isScanned() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Page
-
Returns a boolean specifying whether the page is scanned.
- isShiftHeadings() - Method in class com.adobe.pdfservices.operation.pdfops.options.autotag.AutotagPDFOptions
-
Returns a boolean value specifying whether headings need to be shifted in the tagged PDF.
- isSigned() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Document
-
Returns a boolean specifying whether the specified PDF file is digitally signed.
- isTagged() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Document
-
Returns a boolean specifying whether the specified PDF file is tagged.
- isUserPasswordSet() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.EncryptionSettings
-
Returns a boolean specifying whether the user password is set for the specified PDF file.
- isXFA() - Method in class com.adobe.pdfservices.operation.io.pdfproperties.Document
-
Returns a boolean specifying whether the specified PDF file is based on the XFA (Extensible Forms Architecture) format.
- saveAs(String) - Method in class com.adobe.pdfservices.operation.io.FileRef
-
Saves this file to the location specified by targetLocation
.
- saveAs(OutputStream) - Method in class com.adobe.pdfservices.operation.io.FileRef
-
Writes the contents of this file to outputStream
.
- scheme - Variable in class com.adobe.pdfservices.operation.proxy.ProxyServerConfig.Builder
-
- SdkException - Exception in com.adobe.pdfservices.operation.exception
-
SdkException is typically thrown for client-side or network errors.
- SdkException(String, Throwable) - Constructor for exception com.adobe.pdfservices.operation.exception.SdkException
-
Creates an SdkException with the specified detail message and cause.
- SdkException(String) - Constructor for exception com.adobe.pdfservices.operation.exception.SdkException
-
Constructs an SdkException with the specified detail message.
- SecuritySettings - Class in com.adobe.pdfservices.operation.io.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.io.pdfproperties.SecuritySettings
-
- ServiceAccountCredentials - Class in com.adobe.pdfservices.operation.auth
-
Service Account credentials allow your application to call PDF Services API on behalf of the application itself, or on behalf of an enterprise organization.
- ServiceAccountCredentials.Builder - Class in com.adobe.pdfservices.operation.auth
-
- serviceAccountCredentialsBuilder() - Static method in class com.adobe.pdfservices.operation.auth.Credentials
-
Creates a new ServiceAccountCredentials
builder.
- 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.
- 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.
- setAngleToRotatePagesBy(Angle) - Method in class com.adobe.pdfservices.operation.pdfops.RotatePagesOperation
-
Sets angle (in clockwise direction) for rotating all the pages of the input PDF file.
- setAngleToRotatePagesBy(Angle, PageRanges) - Method in class com.adobe.pdfservices.operation.pdfops.RotatePagesOperation
-
Sets angle (in clockwise direction) for rotating the specified pages of the input PDF file; can be invoked
multiple times to set rotation for different set of page ranges.
- setBaseInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.InsertPagesOperation
-
Sets the base input file.
- setBaseInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.ReplacePagesOperation
-
Sets the base input file.
- setContentEncryption(ContentEncryption) - Method in class com.adobe.pdfservices.operation.pdfops.options.protectpdf.PasswordProtectOptions.Builder
-
Sets the intended type of content to encrypt in the PDF file.
- setEncryptionAlgorithm(EncryptionAlgorithm) - Method in class com.adobe.pdfservices.operation.pdfops.options.protectpdf.PasswordProtectOptions.Builder
-
Sets the intended encryption algorithm required for encrypting the PDF file.
- setFileCount(int) - Method in class com.adobe.pdfservices.operation.pdfops.SplitPDFOperation
-
Sets the number of documents to split the input PDF.
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.AutotagPDFOperation
-
Sets an input file.
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.CompressPDFOperation
-
Sets an input file.
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.CreatePDFOperation
-
Sets an input file.
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.DeletePagesOperation
-
Sets an input file.
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.DocumentMergeOperation
-
Sets the input MS Word based document template
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.ExportPDFOperation
-
Sets an input PDF file (media type "application/pdf").
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.ExportPDFToImagesOperation
-
Sets an input PDF file (media type "application/pdf").
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.LinearizePDFOperation
-
Sets an input file.
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.OCROperation
-
Sets an input file.
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.ProtectPDFOperation
-
Sets an input file.
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.RemoveProtectionOperation
-
Sets an input file.
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.ReorderPagesOperation
-
Sets an input file.
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.RotatePagesOperation
-
Sets an input file.
- setInput(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.SplitPDFOperation
-
Sets an input file.
- setInputFile(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.ExtractPDFOperation
-
Sets an input file.
- setInputFile(FileRef) - Method in class com.adobe.pdfservices.operation.pdfops.PDFPropertiesOperation
-
Sets an input file.
- setOptions(AutotagPDFOptions) - Method in class com.adobe.pdfservices.operation.pdfops.AutotagPDFOperation
-
Sets the parameters for this operation.
- setOptions(CompressPDFOptions) - Method in class com.adobe.pdfservices.operation.pdfops.CompressPDFOperation
-
Sets the options for this operation.
- setOptions(CreatePDFOptions) - Method in class com.adobe.pdfservices.operation.pdfops.CreatePDFOperation
-
Sets the conversion parameters for this operation.
- setOptions(ExportPDFOptions) - Method in class com.adobe.pdfservices.operation.pdfops.ExportPDFOperation
-
Sets the options for this operation.
- setOptions(ExtractPDFOptions) - Method in class com.adobe.pdfservices.operation.pdfops.ExtractPDFOperation
-
Sets the options for this operation.
- setOptions(OCROptions) - Method in class com.adobe.pdfservices.operation.pdfops.OCROperation
-
Sets the options for this operation.
- setOptions(PDFPropertiesOptions) - Method in class com.adobe.pdfservices.operation.pdfops.PDFPropertiesOperation
-
Sets the options for this operation.
- setOutputType(OutputType) - Method in class com.adobe.pdfservices.operation.pdfops.ExportPDFToImagesOperation
-
Sets the outputType for this operation.
- setOwnerPassword(String) - Method in class com.adobe.pdfservices.operation.pdfops.options.protectpdf.PasswordProtectOptions.Builder
-
Sets the intended owner password required to control access permissions in the encrypted PDF file.
- setPageCount(int) - Method in class com.adobe.pdfservices.operation.pdfops.SplitPDFOperation
-
Sets the maximum number of pages each of the output files can have.
- setPageRanges(PageRanges) - Method in class com.adobe.pdfservices.operation.pdfops.DeletePagesOperation
-
Specifies the pages to delete from the input PDF file
- setPageRanges(PageRanges) - Method in class com.adobe.pdfservices.operation.pdfops.SplitPDFOperation
-
Sets the page ranges on the basis of which to split the input PDF file.
- setPageSize(double, double) - Method in class com.adobe.pdfservices.operation.pdfops.options.createpdf.PageLayout
-
Sets a custom page size.
- setPagesOrder(PageRanges) - Method in class com.adobe.pdfservices.operation.pdfops.ReorderPagesOperation
-
Sets the order of the pages.
- setPassword(String) - Method in class com.adobe.pdfservices.operation.pdfops.RemoveProtectionOperation
-
Specifies the intended password depending on the type of password security attached to the input PDF document.
- setPermissions(Permissions) - Method in class com.adobe.pdfservices.operation.pdfops.options.protectpdf.PasswordProtectOptions.Builder
-
Sets the intended permissions for the encrypted PDF file.
- setRegion(Region) - Method in class com.adobe.pdfservices.operation.ClientConfig.Builder
-
Sets the region code.
- setUserPassword(String) - Method in class com.adobe.pdfservices.operation.pdfops.options.protectpdf.PasswordProtectOptions.Builder
-
Sets the intended user password required for opening the encrypted PDF file.
- shiftHeadings() - Method in class com.adobe.pdfservices.operation.pdfops.options.autotag.AutotagPDFOptions.Builder
-
If invoked, then the headings will be shifted in the output PDF document.
- SplitPDFOperation - Class in com.adobe.pdfservices.operation.pdfops
-
An operation that splits PDF document into multiple smaller documents by simply specifying either the number of files,
pages per file, or page ranges.
- SplitPDFOperation.SupportedSourceFormat - Enum in com.adobe.pdfservices.operation.pdfops
-
- SupportedDocumentLanguage - Enum in com.adobe.pdfservices.operation.pdfops.options.createpdf.excel
-
- SupportedDocumentLanguage - Enum in com.adobe.pdfservices.operation.pdfops.options.createpdf.ppt
-
- SupportedDocumentLanguage - Enum in com.adobe.pdfservices.operation.pdfops.options.createpdf.word
-
- validate() - Method in class com.adobe.pdfservices.operation.pdfops.options.PageRanges
-
Used internally by this SDK, not intended to be called by clients.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.CombineFilesOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.CompressPDFOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.CreatePDFOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.DeletePagesOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.DocumentMergeOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.ExportPDFOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.ExportPDFToImagesOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.InsertPagesOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.LinearizePDFOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.OCROperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.compresspdf.CompressionLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.createpdf.excel.SupportedDocumentLanguage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.createpdf.ppt.SupportedDocumentLanguage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.createpdf.word.SupportedDocumentLanguage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.documentmerge.OutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.exportpdf.ExportOCRLocale
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.exportpdf.ExportPDFTargetFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.exportpdftoimages.ExportPDFToImagesTargetFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.exportpdftoimages.OutputType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.extractpdf.ExtractElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.extractpdf.ExtractRenditionsElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.extractpdf.TableStructureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.ocr.OCRSupportedLocale
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.ocr.OCRSupportedType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.protectpdf.ContentEncryption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.protectpdf.EncryptionAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.protectpdf.Permission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.options.rotatepages.Angle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.ProtectPDFOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.RemoveProtectionOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.ReorderPagesOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.ReplacePagesOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.RotatePagesOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.pdfops.SplitPDFOperation.SupportedSourceFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.pdfservices.operation.proxy.ProxyScheme
-
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.pdfops.CombineFilesOperation.SupportedSourceFormat
-
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.pdfops.CompressPDFOperation.SupportedSourceFormat
-
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.pdfops.CreatePDFOperation.SupportedSourceFormat
-
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.pdfops.DeletePagesOperation.SupportedSourceFormat
-
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.pdfops.DocumentMergeOperation.SupportedSourceFormat
-
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.pdfops.ExportPDFOperation.SupportedSourceFormat
-
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.pdfops.ExportPDFToImagesOperation.SupportedSourceFormat
-
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.pdfops.InsertPagesOperation.SupportedSourceFormat
-
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.pdfops.LinearizePDFOperation.SupportedSourceFormat
-
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.pdfops.OCROperation.SupportedSourceFormat
-
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.pdfops.options.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.pdfops.options.createpdf.excel.SupportedDocumentLanguage
-
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.pdfops.options.createpdf.ppt.SupportedDocumentLanguage
-
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.pdfops.options.createpdf.word.SupportedDocumentLanguage
-
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.pdfops.options.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.pdfops.options.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.pdfops.options.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.pdfops.options.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.pdfops.options.exportpdftoimages.OutputType
-
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.pdfops.options.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.pdfops.options.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.pdfops.options.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.pdfops.options.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.pdfops.options.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.pdfops.options.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.pdfops.options.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.pdfops.options.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.pdfops.options.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.pdfops.ProtectPDFOperation.SupportedSourceFormat
-
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.pdfops.RemoveProtectionOperation.SupportedSourceFormat
-
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.pdfops.ReorderPagesOperation.SupportedSourceFormat
-
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.pdfops.ReplacePagesOperation.SupportedSourceFormat
-
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.pdfops.RotatePagesOperation.SupportedSourceFormat
-
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.pdfops.SplitPDFOperation.SupportedSourceFormat
-
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.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.Region
-
Returns an array containing the constants of this enum type, in
the order they are declared.