public abstract class AbstractCMap extends Object
| Constructor and Description |
|---|
AbstractCMap() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decodeStringToByte(String range)
Converts given string to a byte array.
|
String |
getName()
Gets cmap table name.
|
String |
getOrdering()
Gets string that uniquely names the character collection within the specified registry.
|
String |
getRegistry()
Gets string identifying the issuer of the character collection.
|
int |
getSupplement()
Gets the supplement number of the character collection.
|
protected String |
toUnicodeString(String value,
boolean isHexWriting)
Converts string in pdf encoding to string in unicode encoding.
|
public String getName()
public String getOrdering()
public String getRegistry()
public int getSupplement()
public static byte[] decodeStringToByte(String range)
range - string to convertprotected String toUnicodeString(String value, boolean isHexWriting)
value - string in pdf encoding (Either PdfEncodings.UNICODE_BIG_UNMARKED,
PdfEncodings.UNICODE_BIG, PdfEncodings.PDF_DOC_ENCODING)isHexWriting - marker if string is hex encodedCopyright © 1998–2025 Apryse Group NV. All rights reserved.