on_conversion_completed method
Leave feedback
On this page
Receives the converted document stream. Fires only if ConvertTo(string fileName) or ConvertTo(convertedStreamProvider) is set.
def on_conversion_completed(self, converted_file_stream):
...
| Parameter | Type | Description |
|---|---|---|
| converted_file_stream | Action[ConvertedContext] |
Converted document stream provider (ConvertedContext). |
Returns: Interface to continue conversion building.
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.