Package org.apache.pdfbox.encoding.conversion
package org.apache.pdfbox.encoding.conversion
This package contains the implementations for conversions of encodings and CMaps that are used in PDF documents.
-
ClassDescriptionCJKConverter converts encodings defined in CJKEncodings.This class provides a mapping from char code to unicode mapping files used for CJK-encoding.EncodingConversionManager maintains relationship between PDF encoding name and respective EncodingConverter instance.EncodingConverter converts string or characters in one encoding, which is specified in PDF file, to another string with respective java charset.