Hi All,
we are trying to use aspose.words (25.7.0) and aspose.slides (25.7.0) in a “plain” Azure Function App (Python 3.12) but as soon as we add the import for these packages the functions do not load anymore. We were …...BytesIO(pptx_bytes) presentation = slides.Presentation(pptx_stream)...pdf_stream = io.BytesIO() presentation.save(pdf_stream, slides...