SaveDocumentStreamForFileType
Leave feedback
On this page
public interface SaveDocumentStreamForFileType
Describes delegate for saving converted document into stream.
| Method | Description |
|---|---|
| invoke(FileType fileType) | Saves converted document into stream. |
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
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.