public class PdfUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PDF_CONFIG_FILE |
Constructor and Description |
---|
PdfUtils(ConfigService configService) |
Modifier and Type | Method and Description |
---|---|
void |
configureFontResolver(ITextFontResolver fontResolver) |
BaseFont |
getBaseFont() |
java.lang.String |
getBaseFontFamily() |
void |
registerPdfFonts() |
public static final java.lang.String PDF_CONFIG_FILE
public PdfUtils(ConfigService configService)
public BaseFont getBaseFont() throws DocumentException, java.io.IOException
DocumentException
java.io.IOException
public java.lang.String getBaseFontFamily() throws DocumentException, java.io.IOException
DocumentException
java.io.IOException
public void configureFontResolver(ITextFontResolver fontResolver) throws DocumentException, java.io.IOException
DocumentException
java.io.IOException
public void registerPdfFonts()