Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 89391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T22:42:33+00:00 2026-05-10T22:42:33+00:00

I have a client of my web based application who heavily uses the data

  • 0

I have a client of my web based application who heavily uses the data from our system for powerpoint presentations.

We currently allow data to export in more traditional file types…PDF, CSV, HTML, and a few others. Powerpoint doesn’t seem to be really automated.

Is there a way, on the ASP.NET server side, to automate the creation and on-demand download of a powerpoint file format for a report from a system?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T22:42:34+00:00Added an answer on May 10, 2026 at 10:42 pm

    In this article, Steve suggests using Aspose’s Slide application.

    He also explains step by step on how to generate the PowerPoint file.

    Here are some code excerpts (in VB):

    Opening an existing PowerPoint file:

     Dim fs As  System.IO.FileStream = _     New System.IO.FileStream('c:\mypath\myfile.ppt', _     System.IO.FileMode.Open, System.IO.FileAccess.Read)  Dim MyPres As Presentation = New Presentation(fs)  fs.Close()  

    Looping the slides and outputting their template formats:

    Dim slides  As Slides = MyPres.Slides  For i As Integer = 0 To slides.Count - 1     Response.Write(MyPres.Slides(i).Layout.ToString + '<br>')  Next 

    In his article, he describes more in detail on how to do it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed a web based application which allows a client/user to upload a
A client is reporting a problem using our Web-Based application. It seems that their
I currently developing a web based application for a client. the requirement given that
I'm currently building a SmartGWT-based web application (using the Portlet Layout). So I have
I have a web-based application and a client, both written in Java. For what
I have a have Winforms client that uses Web services on a IIS7 (W2008)
We have a web based application in production built using django. It is deployed
Context: The Cloud We have a java-based web application that we normally host on
We are developing a web based application on glassfish V3. We have 2 application
Currently, i am dealing with rich:tabPanel in my web application based on JSF 2.0.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.