Package | Description |
---|---|
org.apache.pdfbox |
This package holds executable classes that interact with the PDFBox application.
|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Method | Description |
---|---|---|
PDSimpleFont |
TextToPDF.getFont() |
Modifier and Type | Method | Description |
---|---|---|
void |
TextToPDF.setFont(PDSimpleFont aFont) |
Modifier and Type | Class | Description |
---|---|---|
class |
PDCIDFont |
This is implementation for the CIDFontType0/CIDFontType2 Fonts.
|
class |
PDCIDFontType0Font |
This is implementation of the CIDFontType0 Font.
|
class |
PDCIDFontType2Font |
This is implementation of the CIDFontType2 Font.
|
class |
PDMMType1Font |
This is implementation of the Multiple Master Type1 Font.
|
class |
PDTrueTypeFont |
This is the TrueType implementation of fonts.
|
class |
PDType0Font |
This is implementation of the Type0 Font.
|
class |
PDType1AfmPfbFont |
This is implementation of the Type1 Font with a afm and a pfb file.
|
class |
PDType1CFont |
This class represents a CFF/Type2 Font (aka Type1C Font).
|
class |
PDType1Font |
This is implementation of the Type1 Font.
|
class |
PDType3Font |
This is implementation of the Type3 Font.
|