final class PdfConverterImpl extends java.lang.Object implements PdfConverter
Modifier and Type | Class and Description |
---|---|
private static class |
PdfConverterImpl.Builder |
Modifier and Type | Field and Description |
---|---|
private PdfConverterConfiguration |
configuration |
Constructor and Description |
---|
PdfConverterImpl(PdfConverterConfiguration pdfConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
convert(java.lang.String html,
java.io.OutputStream out) |
private final PdfConverterConfiguration configuration
@Inject public PdfConverterImpl(PdfConverterConfiguration pdfConfiguration)
public void convert(java.lang.String html, java.io.OutputStream out) throws com.lowagie.text.DocumentException
convert
in interface PdfConverter
com.lowagie.text.DocumentException