SaveDocumentStreamForFileType

public interface SaveDocumentStreamForFileType

Describes delegate for saving converted document into stream.

Methods

Method Description
invoke(FileType fileType) Saves converted document into stream.

invoke(FileType fileType)

public abstract OutputStream invoke(FileType fileType)

Saves converted document into stream.

Parameters:

Parameter Type Description
fileType FileType Converted document type

Returns: java.io.OutputStream - Must return a stream where the converted document will be saved