convert_to method
Leave feedback
On this page
Save converted document as file.
def convert_to(self, file_name):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | str |
Converted document. |
Returns: Options or handler setup interface to continue conversion building.
Saves the converted document as a stream.
def convert_to(self, converted_stream_provider):
...
| Parameter | Type | Description |
|---|---|---|
| converted_stream_provider | Func[SaveContext, io.RawIOBase] |
Converted document stream provider. The save context. |
Returns: Options or handler setup 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.