on_conversion_completed method
Leave feedback
On this page
Receives the converted document stream. It is invoked only when ConvertTo(string fileName) or ConvertTo(convertedStreamProvider) has been configured.
def on_conversion_completed(self, converted_file_stream):
...
| Parameter | Type | Description |
|---|---|---|
| converted_file_stream | Action[ConvertedContext] |
Provider for the converted document stream. The provider receives a 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.