SaveDocumentStream
Leave feedback
On this page
public interface SaveDocumentStream
Describes delegate for saving converted document into output stream.
| Method | Description |
|---|---|
| get() | Saves converted document into output stream. |
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
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.