I’m evaluating different .NET libraries to convert PPTX to PDF, PNG or SVG. We want to run this as internal service on a docker image on a azure web app later on. Using your library everything works fine when running on docker locally but when I deploy it to azure I get a “Parameter is not valid” Exception.
With the following stack trace:
at Aspose.Slides. .(Presentation , Stream , InterruptionToken )
at Aspose.Slides.Presentation.(Stream , Boolean )
at Aspose.Slides.Presentation.(Stream , Boolean )
at Aspose.Slides.Presentation.(Stream )
What could the problem be? Any ideas?
This topic has been moved to the related forum: https://forum.aspose.com/t/parameter-is-not-valid-exception/239849