Interface HTMLConversionHandler
-
public interface HTMLConversionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream
convert(NodeWorker worker, StreamBundle inputBundle)
Perform the html conversion.String
getConverterName()
-
-
-
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.
-
-