Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I have a scenario wherein, based on the user selection of products i need to fetch slides from presentations and merge it into a single file and then give an option to download it.

I am already storing the path of files in database along with each product details.
I can modify the presentations in a way that each product has one presentation which can be easily merged without even going to a particular slide of a presentation or have a complete single presentation of each segment of product and a combined presentation for each segment which would require to fetch a specific slide number.

I am mainly hung up on the merging part.

Thanks in advance!

deeZ
Posted
Comments
Zoltán Zörgő 31-Mar-13 9:13am    
Questions:
1) Do you want PPTX or PPT
2) Do you want Interop? Be aware, that office interop needs office to be installed on server, and it is not suitable for heavy load (not too many concurrent requests could mean heavy load)
3) Are you willing to pay for a third party library?
Abigaill 10-Mar-17 5:25am    
deezz this is a presentation library for c# which can help you with that task. You should check out its reading and writing examples.

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