I want to create two .pptx
file with a slide and after creation i want to copy first .pptx
slide to second .pptx file
without removing old one.. for example we have two .pptx
file that is ppt1.pptx
and ppt2.pptx
now i want ppt2.pptx
slide copy to ppt1.pptx,
without effecting on ol slide. Please help me for that.
Asked
Active
Viewed 2,360 times
1

S. S. Rawat
- 5,943
- 4
- 43
- 59
-
If you intend to use PowerPoint automation, look at the docs for the InsertFromFile method of the Slides collection: InsertFromFile(FileName As String, Index As Long, [SlideStart As Long = 1], [SlideEnd As Long = -1]) As Long – Steve Rindsberg Sep 13 '13 at 14:56
-
1There's solution. http://stackoverflow.com/questions/478838/creating-powerpoint-presentations-programmatically – Smax Smaxović Sep 13 '13 at 15:45
-
but how i overwrite it – S. S. Rawat Sep 13 '13 at 15:52
-
>> but how i overwrite it Which comment does this apply to and what is "it"? If you want specific answers, you should ask specific questions (and better yet, show the code that you've got so far). – Steve Rindsberg Sep 13 '13 at 21:06
-
It related to the ppt file which use in stackoverflow.com/questions/478838/ link – S. S. Rawat Sep 14 '13 at 11:59
1 Answers
2
I think you should use Aspose components
http://www.aspose.com/.net/powerpoint-component.aspx
or PowerPoint automation

Kirill Karahainko
- 222
- 4
- 10