I download the demo to evaluate. I am trying to edit a PowerPoint Presentation to replace all the placeholders with my text. The PPT demo saves the file on the client but when I try to save the template of a PPTX as a PPT I get a conversion error. When I change the program to use a PPTX file the demos all save to the server and not to the client.
I changed the last line to what is below, the program runs but nothing gets saved. Is this because this is the demo version?
pres.Save("Presentation1.pptx", Export.SaveFormat.Pptx)
Me.Response.End()
This message was posted using Page2Forum from .NET Components Demos