Package org.apache.pdfbox.encoding.conversion

This package contains the implementations for conversions of encodings and CMaps that are used in PDF documents.

See:
          Description

Interface Summary
EncodingConverter EncodingConverter converts string or characters in one encoding, which is specified in PDF file, to another string with respective java charset.
 

Class Summary
CJKConverter CJKConverter converts encodings defined in CJKEncodings.
CMapSubstitution This class provides a mapping from char code to unicode mapping files used for CJK-encoding.
EncodingConversionManager EncodingConversionManager maintains relationship between PDF encoding name and respective EncodingConverter instance.
 

Package org.apache.pdfbox.encoding.conversion Description

This package contains the implementations for conversions of encodings and CMaps that are used in PDF documents.



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.