This call, with a True flag value, allows callers to ask Adobe PDF Library to attempt to ignore minor PDF syntax errors. For example, the Library may correct FontDescriptor entries with missing values by adding defaults, add a missing Supplement for Adobe Identity, or add a missing /FirstChar or /LastChar entry if the other of the pair is present, along with a valid Widths table).
When true, this will tell the PDF Library to ignore certain minor PDF document errors.
PDPrefSetAllowStringRetrievalFailingDecryption
Header: DLExtrasProcs.h:882
Description
This call is used to retrive the value of String objects using an Encryption that's not supported by the Library in order to still retrieve the String's value. This is useful to Advanced Users who know how to interpret the String data when advanced Encryption is in use.
When true, this will tell the Library to retrieve String object values, even if Decryption of those strings fails.
PDPrefSetDefaultIntentToProfile
Header: DLExtrasProcs.h:472
Description
When this preference is set to true, the intent used (when no other intent is explicitly specified) will be the intent specified in the profile. Otherwise AC_RelColorimetric will be assumed by default.
This function sets a flag to specify that the output intent should not be considered when rendering a document. This overrides the default behavior of the preference set with PDPrefSetUseProfileIntent. The PDPrefSetUseProfileIntent may still use the OutputIntent in spite of being set to false, if the document purports to be PDF/A, PDF/E, or PDF/X.
When true, this will tell Libary to bypass the strict enforcement to emit form content to container.
PDPrefSuppressDefaultCMYKCalibration
Header: DLExtrasProcs.h:266
Description
Routine to suppress the Adobe-defined default color profile used for DeviceCMYK specified object. If a default color space is defined in the document resources, or via PDEContentSetDefault, it will still be used.
True will suppress the Adobe-defined default color profile.
PDPrefSuppressDefaultGrayCalibration
Header: DLExtrasProcs.h:278
Description
Routine to suppress the Adobe-defined default color profile used for DeviceGray specified object. If a default color space is defined in the document resources, or via PDEContentSetDefault, it will still be used.
True will suppress the Adobe-defined default color profile.
PDPrefSuppressDefaultRGBCalibration
Header: DLExtrasProcs.h:254
Description
Routine to suppress the Adobe-defined default color profile used for DeviceRGB specified object. If a default color space is defined in the document resources, or via PDEContentSetDefault, it will still be used.