How to show the newly created DEMOPPT in the Browser


When I try to exceute the webform demo provided with Aspose.powerpoint.msi it works well but the output i.e., DEMOPPT is opened in the Microsoft Powerpoint application instead of the Browser. If some one tell the possible of ways of streaming the output directly to the Browser it will be of great help to me.

Kind Regards,

JAI

Dear JAI,

For streaming output directly to the IE use
this.Response.AppendHeader(“Content-Disposition”, “inline; filename=” + fname);
instead of
this.Response.AppendHeader(“Content-Disposition”, “attachment; filename=” + fname);

Dear Alcrus,

Thanks for ur support. Now the problem is solved the streaming works prerfect.

Regards,

Jai