Class HTMLConversionImageHandler

All Implemented Interfaces:
ConversionImageHandler

public class HTMLConversionImageHandler extends FileConversionImageHandler
This is a File-based ImageHandler, for generating images used in HTML-documents
  • Field Details

    • targetUri

      protected String targetUri
  • Constructor Details

    • HTMLConversionImageHandler

      public HTMLConversionImageHandler(String imageDirPath, String targetUri, boolean includeUUID)
      Creates as HTMLConversionImageHandler
      Parameters:
      imageDirPath - , the target path where images are stored
      targetUri - , the uri prefix that will be used in the generated HTML
      includeUUID - , if a uuid should be included in the image name to differentiate the images of different runs
  • Method Details