Hi [andrey.potapov],
I am using the latest Aspose.slides version for Python via .NET
Please find the requested details
Code Example:
import aspose.slides as slides
pres = slides.Presentation("ppt.ppt")
pres.save("PPTtoPPTX_out.pptx", slides.export.SaveFormat.PPTX)
OS version on which the error occurred:
NAME=“Debian GNU/Linux”
VERSION_ID=“12”
VERSION=“12 (bookworm)”
VERSION_CODENAME=bookworm
Python version - 3.7
Aspose.Slides==23.8.0
full stacktrace of the error:
Process terminated. Couldn’t find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support.
at System.Environment.FailFast(System.String)
at System.Globalization.GlobalizationMode.GetGlobalizationInvariantMode()
at System.Globalization.GlobalizationMode…cctor()
at System.Globalization.CultureData.CreateCultureWithInvariantData()
at System.Globalization.CultureData.get_Invariant()
at System.Globalization.CultureInfo…cctor()
at System.StringComparer…cctor()
at System.StringComparer.get_OrdinalIgnoreCase()
at System.Text.EncodingTable…cctor()
at System.Text.EncodingTable.GetCodePageFromName(System.String)
at System.Text.CodePagesEncodingProvider.GetEncoding(System.String)
at System.Text.EncodingProvider.GetEncodingFromProvider(System.String)
at System.Text.Encoding.GetEncoding(System.String)
at Aspose.WrpGen.Interop.GenericMarshaler…cctor()
at Aspose.WrpGen.Interop.GenericMarshaler.ToString(Aspose.WrpGen.Interop.PyStringArg*)
at WrpNs_Aspose.WrpNs_Slides.WrpCs_Presenta_041D11ED.ctor_004_Presentation(Aspose.WrpGen.Interop.PyStringArg*)
after that in docker file i have added this line.
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
Then am getting like this,
No usable version of libssl was found
Kindly help on this to fix the PPT to PPTX conversion