Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to manipulate open xml formats of pptx using system.io.packaging in c#?
thanks in advance.
Posted
Comments
Pickettt 17-Mar-17 5:13am    
nav, this code shows how to properly work with System.IO.Packaging. Note that the article is about reading DOCX files, but nevertheless the same is true for any other Office Open XML format (which also includes PPTX and XSLX). Also in case you're interested, there are easier ways how you can work with PPTX files in .NET.

1 solution

this can be done by navigating through the relationship xml.
 
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