on_conversion_completed method
Leave feedback
On this page
Registers a callback to be invoked when a page conversion completes successfully.
Re‑invoking replaces any previously set handler.
def on_conversion_completed(self, on_completed):
...
| Parameter | Type | Description |
|---|---|---|
| on_completed | Action[ConvertedPageContext] |
An action to handle the completion, receiving the converted page context. |
Returns: This stage, so additional handlers or Convert / Compress may be chained.
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.