Hi Guys
I have trouble working with this slide, although I can't notice anything in the code. The slide seems to clone ok and none of my catch blocks get hit.
Any thoughts ?
Much obliged
Guyan Perera
Hi Guys
I have trouble working with this slide, although I can't notice anything in the code. The slide seems to clone ok and none of my catch blocks get hit.
Any thoughts ?
Much obliged
Guyan Perera
Hi Guyan,
I have tested this slide and found no problem with the following code:
Presentation pres = new Presentation("d:\\ppt\\guyan\\Lifestyle OEIC CN_0.ppt");
Slide sld = pres.GetSlideByPosition(1);
pres.CloneSlide(sld, 2);
pres.Write("d:\\ppt\\guyan\\lifestyle_clone1.ppt");
It was odd, when I opened the slide and then saved it (without making any changes) the presentation worked fine. I did notice that the presentation did increase in size after I saved it, however if I try to work with the original backup I have trouble writing the slide.
Odd odd odd
Thanks for your time
Guyan Perera
Hi Guyan,
Is there a problem using the code I provided in my previous post against the source presentation as provided by you?