The following values can be set for the Strategies parameter:
|
Strategy |
Description |
|---|---|
|
AdjustXMPNamespaces |
Strategy that adapts all namespaces in XMP so that they comply with the rules required by XMP. |
|
AutoConformance |
If a PDF cannot fulfill a certain conformance level, such as PDF/A-1a or PDF/A-2a, the OutputProfiler is given the option of downgrading the conformance level to PDF/A-1b, PDF/A-2b, etc.
|
|
ConvertAttachments |
PDF/A-2 and later versions allow attachments, but only if the attachments themselves are valid PDF/A-2 documents. |
|
Default |
With the default strategy, no content is deleted so that the result matches the OutputProfile. |
|
FlattenDisallowedAnnotations |
If invalid annotation types are found, they are flattened and not removed. |
|
FlattenSignatures |
Strategy that removes signatures by flattening them on the page if required by the target output profile. |
|
JustFixIt (recommended value) |
Recommended strategy for the best output. Note:
|
|
OverprintICCtoDevice |
If overprinting is not permitted in CMYK ICC profiles, as is the case with PDF/A-2 and later versions, there are two options. Both options can lead to a color shift.
Note: We recommend option 2. |
|
PartialPage |
Returns a partially rendered page if a non-recoverable error was detected during rasterization. This strategy is used as a last resort for serious, irreparable errors. |
|
Rebuild |
If a PDF file cannot be repaired, this option copies the content to a new PDF file. The output is a valid PDF file. |
|
RecolorAnnotations |
Strategy that converts CMYK to RGB (or viceversa) in annotations, if this is required to correspond to the target output profile. |
|
RemoveColorProfile |
Strategy that removes ICC profiles if this is required to correspond to the target output profile. |
|
RemoveEmbeddedFiles |
Strategy for removing all embedded files that cannot be embedded correctly. |
|
RemoveForm |
Strategy that removes all form content that does not match the target output profile, including the XFA form and invalid signatures. |
|
RemoveHiddenAnnotations |
If hidden annotations are not allowed in the target output profile, they are made visible by default.
|
|
RemoveInvalidXMPFields |
Strategy for removing invalid or undefined fields from the XMP. |
|
RemoveInvalidXMPProperties |
Strategy for removing invalid or undefined properties from the XMP. |
|
RemoveReaderExtensions |
Strategy that removes Reader Extensions when necessary to match the target output profile. |
|
RemoveRelaxNGSchema |
Strategy that removes the RelaxNG schema from the XMP if required to match the target output profile. |
|
RemoveSignatures |
Strategy that removes signatures when necessary to match the target output profile.
|
|
RepairToUnicodeCodeLength |
The ToUnicode map, which is used to give meaning to glyphs in the PDF file, is sometimes created in a particular way (using two-byte codes where one-byte codes are required), which means it is ignored by Acrobat. It is relatively easy to repair this, so this function is activated by default. |
|
SeparationMergeAcrobat |
As of PDF/A-2, the same color definition must be used for each separator in the PDF.
|
|
SeparationMergeRename |
As of PDF/A-2, the same color definition must be used for each separator in the PDF.
|