Class ToUnicodeProcessingRules
Contents
[
Hide
]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
Name | Description |
---|---|
ToUnicodeProcessingRules() | Initializes a new instance of the ToUnicodeProcessingRules class. |
ToUnicodeProcessingRules(bool) | Initializes a new instance of the ToUnicodeProcessingRules class with the specified option to remove spaces from CMap names. |
ToUnicodeProcessingRules(bool, bool) | Initializes a new instance of the ToUnicodeProcessingRules class with specified options. |
Properties
Name | Description |
---|---|
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
- namespace Aspose.Pdf
- assembly Aspose.PDF