SavePageStream
Leave feedback
On this page
public interface SavePageStream
Describes delegate for saving converted document page into stream.
| Method | Description |
|---|---|
| invoke(int pageNumber) | Saves converted document page into stream. |
public abstract OutputStream invoke(int pageNumber)
Saves converted document page into stream.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pageNumber | int | Converted page number |
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.