SaveDocumentStream

On this page

public interface SaveDocumentStream

Describes delegate for saving converted document into output stream.

Methods

Method Description
get() Saves converted document into output stream.

get()

public abstract OutputStream get()

Saves converted document into output stream.

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

On this page