I am trying to save individual slides of pptx file into individual
presentation files. Then I am required to merge all the individual
presentations into a single pptx file. Here powerpoint COM cannot be used.
I
am trying it with the System.IO.Packaging in C# with some of the code
snippets and examples. Can anybody guide by providing samples how actually
this can be done.