Package | Description |
---|---|
org.apache.fontbox.cmap |
This package holds classes that are necessary to parse cmap files.
|
org.apache.pdfbox.encoding.conversion |
This package contains the implementations for conversions of encodings and CMaps that are used in PDF documents.
|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Method and Description |
---|---|
CMap |
CMapParser.parse(File file)
Parse a CMAP file on the file system.
|
CMap |
CMapParser.parse(String resourceRoot,
InputStream input)
This will parse the stream and create a cmap object.
|
Modifier and Type | Method and Description |
---|---|
void |
CMap.useCmap(CMap cmap)
Implementation of the usecmap operator.
|
Modifier and Type | Method and Description |
---|---|
String |
EncodingConverter.convertBytes(byte[] c,
int offset,
int length,
CMap cmap)
Convert bytes to a string.
|
String |
CJKConverter.convertBytes(byte[] c,
int offset,
int length,
CMap cmap)
Convert bytes to a string.
|
Modifier and Type | Field and Description |
---|---|
protected CMap |
PDFont.cmap
This is only used if this is a font object and it has an encoding and it is
a type0 font with a cmap.
|
Modifier and Type | Field and Description |
---|---|
protected static Map<String,CMap> |
PDFont.cmapObjects |
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.