public class PDFAConversionOptionSpec extends Object implements Serializable
PDFAConversionOptionSpec specifies the conversion options to be used when transforming a document from
PDF to PDF/A.| Modifier and Type | Class and Description |
|---|---|
static class |
PDFAConversionOptionSpec.ColorSpace
Supported ColorSpace handling options.
|
static class |
PDFAConversionOptionSpec.Compliance
Supported compliance.
|
static class |
PDFAConversionOptionSpec.OptionalContent
Possible OptionalContent handling options.
|
static class |
PDFAConversionOptionSpec.ResultLevel
Supported result levels.
|
static class |
PDFAConversionOptionSpec.Signatures
Supported Signature handling options.
|
| Constructor and Description |
|---|
PDFAConversionOptionSpec()
Default constructor.
|
public String toString()
public String getLogLevel()
String containing the log level.public void setLogLevel(String logLevel)
If the log level is not set, then it defaults to "INFO". For investigation of problems,
it can be set to "FINE", "FINER"
or "FINEST", but performance will be negatively affected in this mode.
logLevel - The log level to be set. This is the string representation of a
java.util.logging.Level value.public PDFAConversionOptionSpec.Compliance getCompliance()
public void setCompliance(PDFAConversionOptionSpec.Compliance compliance)
compliance - the compliance to setpublic PDFAConversionOptionSpec.ResultLevel getResultLevel()
public void setResultLevel(PDFAConversionOptionSpec.ResultLevel resultLevel)
resultLevel - the resultLevel to setpublic PDFAConversionOptionSpec.ColorSpace getColorSpace()
public void setColorSpace(PDFAConversionOptionSpec.ColorSpace colorSpace)
colorSpace - the colorSpace to setpublic PDFAConversionOptionSpec.Signatures getSignatures()
public void setSignatures(PDFAConversionOptionSpec.Signatures signatures)
signatures - the signatures to setpublic PDFAConversionOptionSpec.OptionalContent getOptionalContent()
public void setOptionalContent(PDFAConversionOptionSpec.OptionalContent optionalContent)
optionalContent - the optionalContent to setpublic boolean isVerify()
public void setVerify(boolean verify)
verify - the verify to setpublic final List<Document> getMetadataSchemaExtensions()
public final void setMetadataSchemaExtensions(List<Document> metadataSchemaExtensions)
metadataSchemaExtensions - the metadataSchemaExtensions to setpublic boolean isRemoveInvalidXMPProperties()
public void setRemoveInvalidXMPProperties(boolean remove)
remove - public boolean isRetainPDFFormState()
public void setRetainPDFFormState(boolean retainPDFFormState)
retainPDFFormState - Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.