SavePageStreamForFileType
Leave feedback
On this page
public interface SavePageStreamForFileType
Describes delegate for saving converted document page into stream.
| Method | Description |
|---|---|
| invoke(int pageNumber, FileType fileType) | Saves converted document page into stream. |
public abstract OutputStream invoke(int pageNumber, FileType fileType)
Saves converted document page into stream.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pageNumber | int | Converted page number |
| fileType | FileType | Converted document type |
Returns: java.io.OutputStream - Must return a stream where the converted document page 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.