We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): PAGENET-547
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
Furthermore, we will be updating you regarding Aspose.Slides shortly.
@rafaeloliveira,
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): SLIDESNET-44176
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
i have the same issue. When i use .net 7 and slides when i try to save i have System.Drawing.Common is not supported. I’m using a ubuntu OS Server. I was hoping than every package was using Aspose.Drawing.
For your information i see that in the zip release there is a version for crossplatform. Can you explain how to use Aspose.Slides with aspose.slides.drawing.capi_vc14x64.dll, libaspose.slides.drawing.capi_appleclang.dylib, libaspose.slides.drawing.capi_x86_64_libstdcpp_libc2.23.so. There is no documentation.
Aspose.Slides.dll is a .NET assembly. It should be referenced in the project.
aspose.slides.drawing.capi_vc14x64.dll, aspose.slides.drawing.capi_vc14x86.dll, libaspose.slides.drawing.capi_x86_64_libstdcpp_libc2.23.so are C++ libraries, each for the corresponding target platform. These libraries should be included in the project and set to copy to the output directory (because Aspose.Slides.dll will load the required lib on the startup).
Thank you for your response. I try to use the 23.8 version with a docker with ubuntu os. i use .net 6 abd when i execute the code i have this error. Unable to load shared library ‘libaspose.slides.drawing.capi_x86_64_libstdcpp_libc2.23’ or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibaspose.slides.drawing.capi_x86_64_libstdcpp_libc2.23: cannot open shared object file: No such file or directory. So i imagine there is an instruction to reference the lib
@andrey.potapov any updates on fixing the dependency version on the packages? I can’t believe that changing a 7 to a 6 in two files can take this long. The packages are functionally equivalent.