Interface HTMLConversionHandler


  • public interface HTMLConversionHandler
    • Method Detail

      • getConverterName

        String getConverterName()
        Returns:
        specific converter name.
      • convert

        Stream convert​(NodeWorker worker,
                       StreamBundle inputBundle)
                throws Throwable
        Perform the html conversion.
        Parameters:
        worker - the worker that commissioned the html conversion task.
        inputBundle - the html stream input bundle.
        Returns:
        the converted html stream as PDF.
        Throws:
        Throwable - in case of failure.