image_saving_callback property Leave feedback On this page image_saving_callback property Definition: See Also image_saving_callback property The callback invoked once per image while saving Markdown. Allows the caller to persist images externally and substitute the URI embedded in the document. Takes precedence over MarkdownOptions.export_images_as_base64 when not None. Definition: @property def image_saving_callback(self): ... @image_saving_callback.setter def image_saving_callback(self, value): ... See Also class MarkdownOptions Was this page helpful? Not really Yes, thanks Any additional feedback you'd like to share with us? Skip Send Please tell us how we can improve this page. Skip Send Thank you for your feedback! We value your opinion. Your feedback will help us improve our documentation.