ToUnicodeProcessingRules Class
This class describes rules which can be used to solve Adobe Preflight error "Text cannot be mapped to Unicode".
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.PdfAOptionClassesToUnicodeProcessingRules

Namespace: Aspose.Pdf.PdfAOptionClasses
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class ToUnicodeProcessingRules

The ToUnicodeProcessingRules type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMapNonLinkedSymbolsOnSpace
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).
Public propertyRemoveSpacesFromCMapNames
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.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also