A
complex data type that represents the conversion options for converting
a PDF document to PDF/A. This data type is used as an input property
for the Convert to PDF/A operation operation that the DocConverter service provides.
For information about data that can be accessed using Xpath Expressions,
see Data items.
For information about configuring default properties, see Datatype specific settings.
Data itemsThe data items that PDFAConversionOptionSpec variables
contain.
colorSpaceA string value
that represents the color space management scheme to use. The default
value is S_RGB. These values are valid:
- S_RGB:
- Standard RGB IEC61966-2.1
- COATED_FOGRA27:
- Europe ISO Coated FOGRA27
- JAPAN_COLOR_COATED:
- Japan Color 2001 Coated
- SWOP:
- U.S. Web Coated (SWOP) v2
complianceA string value
that represents the compliance level for converting to PDF/A. The
default value is PDFA_1B, which is the minimal
level for documents scanned from paper or microfiche sources.
jobLevelA string value
that represents the log level to set. The default is INFO. These values
are valid:
- OFF:
- Turn off logging of messages on the server.
- SEVERE:
- Log only messages on the server that indicate a serious failure.
- WARNING:
- Log only messages that indicate a potential problem.
- INFO:
- Log only informational messages.
- CONFIG:
- Log only static configuration messages.
- FINE:
- Log tracing information.
- FINER:
- Log fairly detailed tracing information.
- FINEST:
- Log highly detailed tracing information.
Note: The
use of FINE, FINER, and FINEST will
negatively affect performance on the server. Use for debugging purposes
only.
resultLevelA string value
that represents the level of results provided when the operation runs.
The default value is PASS_FAIL. These values are
valid:
- PASS_FAIL:
- A report that contains the following information about the operation
result:
Whether the operation was successful
Whether the PDF document is PDF/A-compliant
Whether certified digital signatures are permitted
- SUMMARY:
- A report contains the following information about the operation result:
Whether the operation was successful
Whether the PDF document is PDF/A-compliant
Whether certified digital signatures are permitted
A summarized count of any validation errors that occurred
- DETAILED:
- A report contains the following information about the operation result:
Whether the operation was successful
Whether the PDF document is PDF/A-compliant
Whether certified digital signatures are permitted
A list of each error that occurred with specific information
about each error
signaturesA string value
that represents whether to archive a digital signature. The default
value is ARCHIVE_AS_NEEDED. These values are valid:
- ARCHIVE_AS_NEEDED:
- Signatures are archived only when the signature is no longer
maintainable.
- ARCHIVE_ALWAYS:
- Signatures are archived regardless of their validity to remain
in the resulting PDF/A.
Datatype specific settingsProperties for PDF conversion.
ComplianceThe
compliance level for converting to PDF/A. The default value is PDFA_1B.
Result LevelThe level of results provided when the operation
runs. The default value is PASS_FAIL.
SignaturesThe
type of archive required for a digital signature. The default value
is ARCHIVE_AS_NEEDED.
Color SpaceThe color space management scheme to use. The default
value is S_RGB.
Verify ConversionDetermines whether to verify the conversion
result. If selected, the result is verified. This option is selected
by default.
Job Log LevelThe logging level to set. The default is INFO.
|
|
|