Example usage for com.itextpdf.text.html.simpleparser ElementFactory subclass-usage

List of usage examples for com.itextpdf.text.html.simpleparser ElementFactory subclass-usage

Introduction

In this page you can find the example usage for com.itextpdf.text.html.simpleparser ElementFactory subclass-usage.

Usage

From source file com.masscustsoft.service.ToPdf.java

class DirectElementFactory extends ElementFactory {
    @Override
    public Image createImage(String src, final Map<String, String> attrs, final ChainedProperties chain,
            final DocListener document, final ImageProvider img_provider, final HashMap<String, Image> img_store,
            final String img_baseurl) throws DocumentException, IOException {
        Image img = null;