Redirects the image data to a custom writable stream instead of the default file output. The library will write the image bytes to this stream during conversion.
publicvoidSetOutputStream(Streamstream)
Parameter
Type
Description
stream
Stream
A writable stream where the image data will be written.