Uses of Class
org.apache.pdfbox.encoding.Encoding
Packages that use Encoding
Package
Description
This package contains the implementations for all of the encodings that are used in PDF documents.
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.encodingModifier and TypeClassDescriptionclass
This will handle the encoding from an AFM font.class
This will perform the encoding from a dictionary.class
This is the Mac OS Roman encoding, which is similar to the MacRomanEncoding with the addition of 15 entriesclass
This is an interface to a text encoder.class
This is an interface to a text encoder.class
This is an interface to a text encoder.class
This class represents an encoding which was read from a type1 font.class
This the win ansi encoding.Methods in org.apache.pdfbox.encoding that return EncodingModifier and TypeMethodDescriptionEncodingManager.getEncoding
(COSName name) This will get an encoding by name.EncodingManager.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 EncodingMethods in org.apache.pdfbox.pdmodel.font with parameters of type EncodingModifier and TypeMethodDescriptionstatic PDTrueTypeFont
This will load a TTF to be embedded into a document.static PDTrueTypeFont
PDTrueTypeFont.loadTTF
(PDDocument doc, InputStream stream, Encoding enc) This will load a TTF to be embedded into a document.void
PDFont.setFontEncoding
(Encoding enc) The will set the encoding for this font.