Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.pdfbox.encoding.EncodingManager
public class EncodingManager
extends java.lang.Object
Method Summary | |
Encoding |
|
Encoding |
|
public Encoding getEncoding(COSName name) throws IOException
This will get an encoding by name.
- Parameters:
name
- The name of the encoding to get.
- Returns:
- The encoding that matches the name.
public Encoding getStandardEncoding()
This will get the standard encoding.
- Returns:
- The standard encoding.