Please ensure you are using the latest version of GroupDocs.Conversion Cloud SDK for Python, as I am unable to notice any exception using your above code and document with GroupDOcs.Conversion Cloud SDK for Python 23.4.
Please try to convert a document from groupdocs cloud internal storage. Otherwise, please share your complete sample working code for conversion along with your credentials via a private message. For a private message, click on my user icon and use the message option for it. I will try to replicate the issue and guide you accordingly.
@Ben77
Thanks for sharing the sample code. I have noticed that you are referring to a file that does not exist in your cloud storage, and secondly, you need to instantiate the ConvertSettings object and ConvertOptions(PngConvertOptions) object separately. And later use the convert_options property of ConvertSetting object to set ConverOptions as follows. Please update your code accordingly. It will resolve the issue.
it works fine, thanks for your help.
but i have one last question for you, is it possible to take the pptx file locally and convert it to png and save it locally.