Aspose::Pdf::PdfAOptionClasses::ToUnicodeProcessingRules class

ToUnicodeProcessingRules class

This class describes rules which can be used to solve Adobe Preflight error “Text cannot be mapped to Unicode”.

class ToUnicodeProcessingRules : public System::Object

Methods

MethodDescription
get_MapNonLinkedSymbolsOnSpace() constSome fonts doesn’t provide information about unicodes for some text symbols. This lack of information calls an error “Text cannot be mapped to Unicode”. Use this flag to map non-linked symbols on unicode “space”(code 32).
get_RemoveSpacesFromCMapNames() constSome fonts have ToUnicode character code maps with spaces in names. These spaces could call errors with unicode text mapping. This flag commands to remove spaces from names of ToUnicode character code maps. By default false.
set_MapNonLinkedSymbolsOnSpace(bool)Some fonts doesn’t provide information about unicodes for some text symbols. This lack of information calls an error “Text cannot be mapped to Unicode”. Use this flag to map non-linked symbols on unicode “space”(code 32).
set_RemoveSpacesFromCMapNames(bool)Some fonts have ToUnicode character code maps with spaces in names. These spaces could call errors with unicode text mapping. This flag commands to remove spaces from names of ToUnicode character code maps. By default false.
ToUnicodeProcessingRules()Constructor.
ToUnicodeProcessingRules(bool)Constructor.
ToUnicodeProcessingRules(bool, bool)Constructor.

See Also