Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 922 Bytes

File metadata and controls

13 lines (8 loc) · 922 Bytes

FontEncodingRules

This enumeration defines rules which tune encoding logic

Enum

Name Type Value Description
DEFAULT str "Default" Leave encoding logic "as is" - in accordance with PDF specification
DECREASETOUNICODEPRIORITYLEVEL str "DecreaseToUnicodePriorityLevel" ToUnicode is a special mechanism which helps to decode input codes to unicode symbols. According to specification it must be used first of all mechanisms to get unicode symbols for specific input code. But some documents has non-standard fonts and to convert these documents correctly it may be necessary to decrease ToUnicode priority and use another mechanisms to decode input codes.

[Back to Model list] [Back to API list] [Back to README]