Class ToUnicodeProcessingRules

ToUnicodeProcessingRules class

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

public class ToUnicodeProcessingRules

Constructors

NameDescription
ToUnicodeProcessingRules()Constructor
ToUnicodeProcessingRules(bool)Constructor
ToUnicodeProcessingRules(bool, bool)Constructor

Properties

NameDescription
MapNonLinkedSymbolsOnSpace { get; set; }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).
RemoveSpacesFromCMapNames { get; set; }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.

See Also