I can use the skd of Microsoft.Office.Interop.Powerpoint to control the ppt by its context int the env of .net framework 。by how can I get the context of PPT in the env of .net core 3.1 ,and to operation the page?
I can use the skd of Microsoft.Office.Interop.Powerpoint to control the ppt by its context int the env of .net framework 。by how can I get the context of PPT in the env of .net core 3.1 ,and to operation the page?
As the sdk is .netstandard 2.0, its the same for asp.net core 3.1. As with the old framework, powerpoint for windows must be installed on the same machine, so its windows only.
4 people are following this question.