Replacing .Net Framework Syncfusion.Presentation package by .Net Core one

Hello, I need to change my solution's target framework from .Net Framework to .Net Standard.

Is there any documentation you can provide for changes I'd need to cover in the code for the Syncfusion packages I'm currently using to generate powerpoint presentations?

Current Syncfusion packages:
Syncfusion.Compression.Base - v16.4.0.42
Syncfusion.Presentation.Base - v16.3.0.29
Syncfusion.OfficeChart.Base - v16.4.0.42

Expected new package:
Syncfusion.Presentation.Net.Core - latest version


Thank you!

3 Replies 1 reply marked as answer

MJ Mohanaselvam Jothi Syncfusion Team November 6, 2020 04:25 PM UTC

Hi Yasmin,

Thank you for contacting Syncfusion support.

To use Essential Presentation in Asp.Net Core platform, we suggest you to use the corresponding NuGet packages (Syncfusion.Presentation.Net.Core) and refer the ASP.NET Core tab code examples from UG links for code snippet changes in your application.
NuGet packages based on platform
Create, read and edit a PowerPoint file in ASP.NET Core
Load and save the Presentation

Note: Kindly use all the Syncfusion controls dependencies from same platform NuGets and in same version to avoid conflicts in your application.

Please let us know if you have any other questions.

Regards,
Mohanaselvam J 



YE Yasmin Eldokany November 8, 2020 12:34 PM UTC

Thank you, and is this documentation page applicable for both the .Net Core and Framework Presentation libraries or should I expect differences in any of these interfaces/classes?
https://help.syncfusion.com/cr/file-formats/Syncfusion.Presentation.html


MJ Mohanaselvam Jothi Syncfusion Team November 9, 2020 07:04 AM UTC

Hi Yasmin,

Thank you for your update.

For Image and PDF conversions alone, there is difference in conversion APIs. So, we suggest you to refer the ASP.NET Core platform API references.
ASP.NET Core API reference: https://help.syncfusion.com/cr/aspnet-core/Syncfusion.Presentation.html

Note: Essential Presentation doesn’t support encryption and decryption in ASP.NET Core platform, when compared to .NET Framework.

Please let us know if you have any other questions.

Regards,
Mohanaselvam J


Marked as answer
Loader.
Up arrow icon