Click here to Skip to main content
16,019,140 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..,

I have an ASP.NET site that allows a user to pick a number of powerpoint slides and download them as a single powerpoint presentation.How to do that with c#.?




Thanks in advance..
Posted
Comments
WmCPayne 3-Jul-17 5:25am    
You should take a look at presentation library for C#, it simplifies how you can work with slides in C# (notice the AddNew and AddClone methods).

1 solution

Take a look at Merging PowerPoint Presentations[^].
You can also have a look here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900