Uses of Class
org.apache.pdfbox.encoding.Encoding
-
Packages that use Encoding Package Description org.apache.pdfbox.encoding This package contains the implementations for all of the encodings that are used in PDF documents.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. -
-
Uses of Encoding in org.apache.pdfbox.encoding
Subclasses of Encoding in org.apache.pdfbox.encoding Modifier and Type Class Description classAFMEncodingThis will handle the encoding from an AFM font.classDictionaryEncodingThis will perform the encoding from a dictionary.classMacOSRomanEncodingThis is the Mac OS Roman encoding, which is similar to the MacRomanEncoding with the addition of 15 entriesclassMacRomanEncodingThis is an interface to a text encoder.classPdfDocEncodingThis is an interface to a text encoder.classStandardEncodingThis is an interface to a text encoder.classType1EncodingThis class represents an encoding which was read from a type1 font.classWinAnsiEncodingThis the win ansi encoding.Methods in org.apache.pdfbox.encoding that return Encoding Modifier and Type Method Description EncodingEncodingManager. getEncoding(COSName name)This will get an encoding by name.EncodingEncodingManager. getStandardEncoding()This will get the standard encoding. -
Uses of Encoding in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return Encoding Modifier and Type Method Description EncodingPDFont. getFontEncoding()This will get or create the encoder.Methods in org.apache.pdfbox.pdmodel.font with parameters of type Encoding Modifier and Type Method Description static PDTrueTypeFontPDTrueTypeFont. loadTTF(PDStream fontStream, Encoding enc)This will load a TTF to be embedded into a document.static PDTrueTypeFontPDTrueTypeFont. loadTTF(PDDocument doc, java.io.InputStream stream, Encoding enc)This will load a TTF to be embedded into a document.voidPDFont. setFontEncoding(Encoding enc)The will set the encoding for this font.
-