org.apache.pdfbox.encoding.conversion
Class EncodingConversionManager
java.lang.Object
org.apache.pdfbox.encoding.conversion.EncodingConversionManager
public class EncodingConversionManager
- extends Object
EncodingConversionManager maintains relationship between PDF encoding name
and respective EncodingConverter instance. Those PDF encoding name like
GBK-EUC-H should be converted to java charset name before constructing a
java string instance
- Version:
- $Revision: 1.0 $
- Author:
- Pin Xue (http://www.pinxue.net), Holly Lee (holly.lee (at) gmail.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getConverter
public static final EncodingConverter getConverter(String encoding)
- Get converter from given encoding name. If no converted defined,
a null is returned.
- Parameters:
encoding
- search for a converter for the given encoding name
- Returns:
- the converter for the given encoding name
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.